Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

  • *Gurus*
Posted
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.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...