|
-
April 29th, 2008, 07:01 AM
#1
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.
-
April 29th, 2008, 07:36 AM
#2
Re: an application inexecutable
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
April 29th, 2008, 07:39 AM
#3
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.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
April 29th, 2008, 08:13 AM
#4
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
-
April 30th, 2008, 08:09 AM
#5
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)
-
April 30th, 2008, 11:49 AM
#6
Re: an application inexecutable
Have you installed the runtime dll's?
-
May 22nd, 2008, 08:47 AM
#7
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
-
May 23rd, 2008, 03:35 AM
#8
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|