Executing an application without Installation

  • Thread starter Thread starter phil
  • Start date Start date
P

phil

Hi,

I have a simple windows application and have been able to put this on a
share drive and people have been able to run it without having to have
anything installed (other than the .NET framework). I have tried this with a
more complex application (i.e. an exe with a few components) and I get an
"exception that can't be handled " error, I was wonder why this is the case.
Is there something I can do other than install the application on the 200+
machines?

Cheers

Phil.
 
It sounds like your app may need to have its DLL files given adequate
security permissions on the client machine.
You can do this in the .NET Framework Security wizards.

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ConfigWizards.exe
 

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

Back
Top