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
 
Back
Top