Invalid Pointer

0

I have a project in Asp.Net MVC with Entity Framework 4.5 , which I created clean, but when trying to create a View I get the following message:

Error :

  

There was an error running the selected code generator: 'Pointer   Invalid (Exception from HRESULT: 0x80004003 (E_POINTER)) '

You can also view the error by clicking here .

I looked for something with the displayed code, but found nothing.

Version used:

Community 2015 v 14.0.24720.00 Update 1.
    
asked by anonymous 18.04.2016 / 02:33

3 answers

0

The problem was being caused by some extension, I removed and reinstalled some of them, and reinstalled Visual Studio, and everything started to work normally.

    
22.11.2016 / 14:29
1

Only the Windows restart was necessary to fix the problem mentioned above! I tried to restart the Project, Visual Studio 2015 and it did not work. I just noticed that there was a update of windows 10 , since there have been other times of the update of windows bugar Visual Studio.

My suggestion would be:

  • Check for windows update.
  • Refresh and restart windows.
22.11.2016 / 02:01
0

With Visual Studio closed, delete all files that are in the following directory: % LocalAppData% \ Microsoft \ VisualStudio \ 14.0 \ ComponentModelCache

It will probably work again.

    
01.06.2017 / 03:41