I have Visual Sudtio 2012 Premium installed on a Windows 2008 R2 Standard server.I was able to create MVC application and a Unit Test project with no problem.I installed Visual 2012 SP1 and now i am not able to open unit test projects, the following message is displayed "The 'TestWindowPackage' package did not load correctly" The problem way have been caused by a configuration change or the installation of another extension. You can get more information by examining the file c:\users\username\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.XMLI have had a look at the xml file mentioned above and have included the message below <entry> <record>505</record> <time>2013/01/17 09:31:28.236</time> <type>Information</type> <source>VisualStudio</source> <description>Begin package load [TestWindowPackage]</description> <guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid> </entry> <entry> <record>506</record> <time>2013/01/17 09:31:28.272</time> <type>Error</type> <source>TestWindowPackage</source> <description>TestWindowPackage.Initialize failed with exception:System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualStudio.TestWindow.VsHost.TestWindowPackage.Initialize()</description> </entry> <entry> <record>507</record> <time>2013/01/17 09:31:28.273</time> <type>Error</type> <source>VisualStudio</source> <description>SetSite failed for package [TestWindowPackage]</description> <guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid> <hr>80004003 - E_POINTER</hr> <errorinfo>Object reference not set to an instance of an object.</errorinfo> </entry> <entry> <record>508</record> <time>2013/01/17 09:31:28.275</time> <type>Error</type> <source>VisualStudio</source> <description>End package load [TestWindowPackage]</description> <guid>{BFC24BF4-B994-4757-BCDC-1D5D2768BF29}</guid> <hr>80004003 - E_POINTER</hr> <errorinfo>Object reference not set to an instance of an object.</errorinfo> </entry>I have tried to create new Solutions with Unit Test Projects and am still getting the same message.Is there a workaround or solution for this problem.Jason
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...