I have a VB.Net 2.0, VS2005 application which runs unattended. Is there a way for it to automatically accept and install the new version? When it is launched by "Scheduled Tasks" on the server I don't want it to wait for a user input to update.
I have written a web service that runs on IIS 6 on a server on our intranet. I have written a vb.net client application that accesses web methods in the web service on the remote server. It uses a client proxy that was created with the wsdl tool. This is pretty standard
I have a WCF server that passes back instanced objects with null/empty parameters. Why would this happeN? Source follows: // Interface namespace devns.ServiceProviders.TCs