Hi,
I'm getting the following prompt whenever I open my ASP.Net web project in Visual Studio 2013:
The 'EntityDiagramsPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file
'C:\Users\John\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml'.
When I open ActivityLog.xml, I see the following:
ERROR CreateInstance failed for package [EntityDiagramsPackage]
ERROR End package load [EntityDiagramsPackage]
This started happening soon after I installed ASP.Net Identity. What can I do to troubleshoot this? Thanks for the help.
I am using Visual Studio 2013, .Net Framework 4.5.
Go to the complete details ...