Link to home
Start Free TrialLog in
Avatar of daly__paul
daly__paul

asked on

Run VB.net 2003 application .exe from a network location

Hi Experts,

I have designed an application in VB.Net 2003. Is there anyway that I can run the .exe generated from the deployment, on a shared folder on the network. this would save a lot of time updating clients etc.

Many Thanks
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

You need to install the .Net framework on every computer.

You also need to adjust the security (also on each PC).

Open the Control Panel
Open Administrative tools
Open Microsoft .Net Framework 1.1 Wizards
Click Adjust .Net Security
click Next
Select Local Intranet
Change the level of trust to Full
click next
click Finish
Avatar of daly__paul
daly__paul

ASKER

Hi,

Thanks for the comment, tried that, getting the following error:

An except 'Security.Security.SecurityException' has occurred.

Thanks

do you receive this error when the application is starting? if that's the case, you did something wrong in adjusting the security.
I have a shortcut link on my desktop pointing to the .exe that I want to run. Apllication does not open up, just error message.

daly_p1
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial