Problem running vb.net exe from server

J

John Suru

When I try to run a vb.net exe from our Win2000 server,
the "Just In Time Debugging" titled form pops up and
reads, "An exception 'System.Security.SecurityException'
has occured in Boothworker.exe. The listbox shown
provides a list of possible debuggers. The exe works fine
on my local machine, but when I transfer the exe and
associated access database to the server, and try to run
it there, I get the above described error. Any
suggestions?

Thanks,
Dave Suru
 
C

CJ Taylor

By default this a security concern by not allowing programs to be run over a
network. You have to set up a trust relationship to do this in .NET and I'm
not sure exactly how to do that. Should be in your MSDN stuff though.
 
H

Herfried K. Wagner [MVP]

* "John Suru said:
When I try to run a vb.net exe from our Win2000 server,
the "Just In Time Debugging" titled form pops up and
reads, "An exception 'System.Security.SecurityException'
has occured in Boothworker.exe. The listbox shown
provides a list of possible debuggers. The exe works fine
on my local machine, but when I transfer the exe and
associated access database to the server, and try to run
it there, I get the above described error. Any
suggestions?

<http://www.google.de/[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top