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
Subscribe to:
Post Comments (Atom)
3 comments:
I'm using visual studio 2012 in ide folder there is no such file matching devenv or resetskippkgs. any solution///?
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.
it is not working...
Post a Comment