Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have face this problem when EXE open after EXE replace with new EXE then open application
After restart PC & try to open that EXE then display same error message so please suggest me any solution & why application display this type message......

Thanks
Posted
Updated 30-Dec-10 6:02am
v2
Comments
OriginalGriff 30-Dec-10 2:19am    
Unfortunately, you forgot to tell us what error you are getting.
Please edit your question, and try to tell us what the error is!
Dave Kreskowiak 30-Dec-10 10:31am    
What error message? Your question makes no sense at all.

I'm assuming that you mean "Unable..." and not "Enable" in which case the machine you are deploying to doesn't have the appropriate dotNet version installed, or the appropriate dotNet version is not registered into IIS properly if this is an asp.net application.

If you don't have the version installed, just download it from Microsoft and install it.

If you need to register it with IIS, then do it following instructions found here
 
Share this answer
 
To fix the this issue, please try the following steps:

1. Download the .NET Framework cleanup tool and choose to clean up the version of the .NET Framework that is causing problems on your system

2. Download and install the version of the .NET Framework that you cleaned up in step 1 (such as the .NET Framework 1.0, .NET Framework 1.1 or .NET Framework 2.0)

3. (optional) Download and run the .NET Framework verification tool to double-check that all .NET Framework files are correctly installed

4. Download and install the desired .NET Framework service pack (such as .NET Framework 1.0 SP3 or .NET Framework 1.1 SP1) by running the setup package directly instead of using Windows Update. Running it directly will allow the service pack setup to display error dialogs instead of having Windows Update suppress them.

For more details, please visit What to do if other .NET Framework setup troubleshooting steps do not help.
 
Share this answer
 
Are you sure you have the correct version of .Net installed?
 
Share this answer
 
You can easily resolve this issue. The only thing you have to do is add a single tag to the application config. This file usually exists inside the same folder where your .EXE installed. You should open this file & edit the startup tag as follows.

< startup>
< supportedRuntime version=”your .NET framework version”/>
< /startup>

Kushan Randima
Software Engineer
DigiteQ Solutions PVT LTD
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900