The error was an error with the code generator running: invalid pointer (exception from HRESULT: 0x80004003 (E_POINTER))

I am working with asp.net mvc with the visual studio 2015 community. I need to create a new View called "aaaaaa", but when I try to create a new controller and add a new view, I have an error

Mistake

was an error starting the code generator: invalid pointer (exception from HRESULT: 0x80004003 (E_POINTER))

enter image description here

can someone tell me what will happen? and how can i fix this problem?

+4
source share
2 answers

Web Essentials ( Visual Studio). , . ( ) Visual Studio, :

devenv.exe /resetuserdata

Web Essentials, Visual Studio. 1.0.198.

+2

. " ​​ " .

: fooobar.com/questions/313595/...

ComponentModelCache :

  • Visual Studio
  • C:\Users\AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache
  • Visual Studio
+2

Source: https://habr.com/ru/post/1621134/


All Articles