an application inexecutable
I don't understand why I can't execute my application made in a personal computer on a local network computer - a client with loose restrictions( downloaded applications are executable).
The error "please do a reinstallation of the application...."
Sorryfor the dumb question, thanks for the help.
Re: an application inexecutable
Re: an application inexecutable
Since you haven't given details, this could be many options. In what language did you write this? What kind of errors are you receiving.
If it is .NET, you will have to give this application FullTrust on the Intranet level. You would do this using CasPol.exe. However, if it is not .NET, then there could be many other options.
Please be more specific.
Re: an application inexecutable
If it's a MS C/C++ application this thread can be releated http://www.codeguru.com/forum/showthread.php?t=451862
Re: an application inexecutable
Thanks for your answers..
I have tried my two exe's...one is MFC (release built) and the other is .NET
both get the same error message of error code 0x00000135 (if I remember correctly) :)
Re: an application inexecutable
Have you installed the runtime dll's?
Re: an application inexecutable
Hello,
I have the same problem, Idon't know how I can make a software that is inslallable on any machines of WinOS,
Forexample, I am using flashget, when I press the setup button, it just runs and no matter what
S_M_A could you please tell me more about runtime ll you are mentioning ?
Thanks
Re: an application inexecutable
Have you read that thread I posted?
A dynamically linked C/C++ application requires the correct runtime dll's to be installed, a .NET requires the appropriate .NET framework.
The C/C++ runtime files are located in ...\Microsoft Visual Studio 8\VC\redist but can also be downloaded as a full install package from MS.
The easiest way to get the .NET framework is via windows update