Running Windows App over network
-
Hi, I am trying to have an Windows Applcation run over the network. The client machine has the required .NET framework, but when I launch the applciation it is giving me a TypeInitialization exception. It does not even hit the first line. Is there soemthing I need to take into consideration before an application can be run over the network? Thanks, :doh:
-
Hi, I am trying to have an Windows Applcation run over the network. The client machine has the required .NET framework, but when I launch the applciation it is giving me a TypeInitialization exception. It does not even hit the first line. Is there soemthing I need to take into consideration before an application can be run over the network? Thanks, :doh:
Probably best to use MS No Touch Deployment... http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbtchno-touchdeploymentinnetframework.asp?frame=true[^] ------------------------------- Joan MomComputerGeek.com
-
Probably best to use MS No Touch Deployment... http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbtchno-touchdeploymentinnetframework.asp?frame=true[^] ------------------------------- Joan MomComputerGeek.com
If you are interested in just executing the program from a network share, you will need to set permissions on each of the client computers. Take a look at Administrative Tools > Microsoft .NET Framework Configuration and do soem MSDN searches for 'code access security'. This will most probably be what is causing your exception. Tatham Oddie (VB.NET/C#/ASP.NET/VB6/ASP/JavaScript) tatham@e-oddie.com +61 414 275 989