Click to See Complete Forum and Search --> : an application inexecutable
asalways
April 29th, 2008, 07:01 AM
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.
PeejAvery
April 29th, 2008, 07:36 AM
[ moved ]
PeejAvery
April 29th, 2008, 07:39 AM
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.
S_M_A
April 29th, 2008, 08:13 AM
If it's a MS C/C++ application this thread can be releated http://www.codeguru.com/forum/showthread.php?t=451862
asalways
April 30th, 2008, 08:09 AM
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) :)
S_M_A
April 30th, 2008, 11:49 AM
Have you installed the runtime dll's?
Konika
May 22nd, 2008, 08:47 AM
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
S_M_A
May 23rd, 2008, 03:35 AM
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
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.