willow100 Posted June 17, 2003 Posted June 17, 2003 I am trying to deploy a VB.NET application accross the network so that all users will run off 1 executable, instead of having to install it on every machine. I have tested on 2 development machine one win2k and one win98 and it has worked. However when I've tried running the shortcut on other users machines including WinXP, win2k & win98, I get "Application has generated an exception that could not be handled" Process id=0xffe2adbf(-1921601), Thread id=Oxffe47ddf(-1802785) Click ok to terminate the application. The machines that this is installed on have the .net framework installed on them. Does anyone have any ideas why this is not working. Quote
*Gurus* divil Posted June 17, 2003 *Gurus* Posted June 17, 2003 I do know that .net code access security by default prevents you doing lots of things while running from a network share. You can use the tools in Control Panel -> Administrative Tools -> .NET stuff to give the assembly full trust on the machines. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
willow100 Posted June 17, 2003 Author Posted June 17, 2003 Do I do this on the machine which is running the executable or the client machines that are connecting to it ? Quote
*Gurus* divil Posted June 17, 2003 *Gurus* Posted June 17, 2003 On any machine which is running the executable from a network share. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.