Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have installed VS 2012 professional after that i have intalled team foundateion server but now my project is open after some time it show me error vs has stopped working check online for a solution and restart the program restart program debugg the program problem signature: problem event Name : CLR20r3 Problem signature 01: devenv.exe Problem signature 02: 11.0.50727.1 Problem signature 01: 5011ecaa Problem signature 01: sytem ..... ...... .... .... ....

what is the problem how to solve this??

unnecessary code block removed
Posted
Updated 12-May-14 1:01am
v2

1 solution

Try this

1. Click Start button, click All Programs, click Accessories, then right-click Command Prompt, in the right click menu, please click Run as administrator.
2. Type the following commands, press Enter after each line. 

regsvr32 atl.dll
cd C:\WINDOWS\eHome
ehSched /unregServer
ehSched /service
ehRecvr /unregServer
ehRecvr /service
ehRec.exe /unregServer
ehRec.exe /regserver
ehmsas.exe /unregServer
ehmsas.exe /regserver
 
Share this answer
 
Comments
Muhamad Faizan Khan 12-May-14 6:45am    
error in first line execution.
the module "at1.dll" failed to load. make sure the binary is stored at the specified path or debug it to check fo problems with the binary or dependent. DLL files. The specified module could not be found
Kornfeld Eliyahu Peter 12-May-14 6:54am    
How Windows Media Center's services are connected to the fail of VS?
KaushalJB 12-May-14 7:11am    
This Solution was available on many blogs...

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