Re: [ADVANCED-DOTNET] structs, namespaces, webservices and DBNull

2004-07-01 Thread William Bartholomew
For Nulls check out http://nullabletypes.sourceforge.net/ Regards, William D. Bartholomew http://blog.bartholomew.id.au/ Zecharya, Bar (FIRM) wrote: I have a webservice method that returns the results of an SQL query, and I want to encapsulate the SQL parameter values in a struct, like so: struct C

Re: [ADVANCED-DOTNET] Remoting Problem

2004-07-01 Thread Stoyan Damov
You don't want to do this :) GUI is to server as hat is to foot :) Make you server a Windows service and remote a single object which raises interesting events. Connect to that remoted object from the client, subscribe to its events and log them wherever you want :) Cheers, Stoyan -Original M

[ADVANCED-DOTNET] Mailbox getting full of messages

2004-07-01 Thread Steve Clark
I have subscribed to three of the .NET lists, all of them are set-up exactly the same. Subscription Type: Index (HTML format) Header Style: LISTSERV-style name in subject Acknowledgements: Receive copy of own posting Misc: None The ADVANCED-DOTNET list is th

Re: [ADVANCED-DOTNET] SMART CLIENT

2004-07-01 Thread Armand du Plessis
The functionality you are trying to build is also available as an application block from microsoft called the Updater Application Block for .NET. I would suggest you take a look at that first, it will save you quite a bit of code. The client doesn't need to be connected to the server all the time

[ADVANCED-DOTNET] Remoting Problem

2004-07-01 Thread Eddie Jackson
Question? I have a windows forms application that is a remoted Server and it has a Form with a RichTextBox on it that I want to write a new line to each time a remoted object is instantiated by a client. There is a referenced class in the in the Forms application. The Server applicati

Re: [ADVANCED-DOTNET] Signing Assemblies as Non-Administrator

2004-07-01 Thread Steve Johnson
William Bartholomew wrote: > 1. I couldn't run "sn.exe -k" to create a key pair, I received an > "Access is denied." error. So I used "runas" to execute sn as the local > administrator user and it successfully created the strong-name key pair. > ... > A Google Groups search reveals that this is ca

[ADVANCED-DOTNET] Help Needed with DOT NET DEPLOYMENT SETUP

2004-07-01 Thread Amit Sinha
Hi, I need to write some registry entries through my DOT SETUP program, though I am able to add New "Key" but not able to set the defalt Data for the key from the program. Can anyone can send some of there expert comments on this issue...I am totally messed up myself from last 2-3 days by looking

Re: [ADVANCED-DOTNET] SMART CLIENT

2004-07-01 Thread Peter Vertes
We do something similar with our apps here but we use SQL Server. We upload the binary install package into a database table and give a version number to the binary. When your app fires up it checks its version number it has against the version number in the database. If they don't match then a

[ADVANCED-DOTNET] Server-Side Asynchronous webmethods

2004-07-01 Thread Manuel Patrone
Re: Mat Powell's article on the subject of the ASMX handler's capability of calling the BeginXXX and EndXXX WebMethods on the *server* side. Can anyone tell me whether the same procedure accepts web methods whose signature contains out parameters? And if so... how to implement it? TIA, MP =

[ADVANCED-DOTNET] SMART CLIENT

2004-07-01 Thread Rocky Luthria
Hi All, I have a desktop application which is installed at several location in the Organisation. This application is subject to changes. So I have a central server where the latest version is available. Now, What I want is whenever the new version of application is available the desktop applicati