Monday, March 23, 2009

Error ! there is no editor is available for .cs make sure the application for the file type(.cs) is installed

when you cannot see the form or form controls in visual studio.

go to Visual Studio Command Prompt and run the following commands.
Please close all the VS windows before running these commands.

devenv.exe /setup
devenv /resetskippkgs

3 comments:

Unknown said...

I'm using visual studio 2012 in ide folder there is no such file matching devenv or resetskippkgs. any solution///?

Mahmad Khoja said...

Have you tried this command on Visual Studio Command Prompt ?

Check to see if you are working on "Release" mode. You should be working in "Debug" mode.

kumar said...

it is not working...