Click here to Skip to main content
15,881,636 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I have an .exe application but when I opened it , following error message displayed
" Common Language Runtime Debugging Services"
Application has generated an exception that could not be handled

.net framework is installed.
please give me solution
Posted
Comments
Marius Bancila 26-Sep-12 15:36pm    
What kind of app? What version of OS? Is the app build with .NET 1.1? Notice that you can get that error if the app is built with .NET 1.1. and you run on Win7 or Server 2008 R2. http://blogs.msdn.com/b/servicing/archive/2010/06/21/supportability-of-net-framework-1-1-on-windows-7-and-windows-server-2008-r2.aspx
Faisal_Malik 26-Sep-12 15:42pm    
this app is basically related to SQL server 2000 and .net framework 1.1. my OS is windows xp professional. SQL server and .net 1.1 are already installed on OS.
Sergey Alexandrovich Kryukov 26-Sep-12 15:46pm    
Not really helpful information. With your lack of judgment, I cannot be really sure that you can use help if even you get some, sorry. You need to show some relevant information; and you need to be able to see what's relevant. There is some minimal level needed to be able to get remote help.
--SA
Sergey Alexandrovich Kryukov 26-Sep-12 19:50pm    
But... one thing you need to do is to use the Debugger. And/or event log. And catch all the exception and see exact exception information. You ask as you did not write this code.
--SA
Sergey Alexandrovich Kryukov 26-Sep-12 15:44pm    
You cannot get any solution from us, because what you tell us is just a commonplace. Not enough information to advise anything in particular. Just use the debugger.
--SA

1 solution

uninstall windows update of .net framework 1.1 or reinstall your OS.
 
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