I am using VS2010, and I am getting an error when I create a new MVC 3 project. The error I get is “The method or operation is not implemented”. Now when I start VS2010 in safe mode, I can create a new project without getting this error.
So, how can I figure out what is causing the issue? I tried to uninstall all the extensions that I had in the extension manager but that did not help.
What else is not loaded when in safe mode?
Thanks
When you start VS in safe mode, you’re deactivating all 3rd party modules. I’m inclined to guess that one of your plugins are causing the issue.