Hi
I tried to do a manual install into VS2010 (we aren't allowed to run MSI, our PCs are locked down) but it is failing to load with the following error
The 'nCrunch.VSIntegration2010.CrunchPackage, nCrunch.VSIntegration2010, Version=1.45.0.12, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea' 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 running the application together with the /log parameter on the command line, and then examining the file 'C:\Users\John Faris\AppData\Roaming\Microsoft\VisualStudio\10.0\ActivityLog.xml'.
I started VS with the /log parameter and it showed the following
Begin package load [nCrunch.VSIntegration2010.CrunchPackage, nCrunch.VSIntegration2010, Version=1.45.0.12, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea] {14D2CAB3-EE7F-496E-BF5D-C67D2CBDD84D} VisualStudio 2013/06/13 13:31:51.642
91 ERROR CreateInstance failed for package [nCrunch.VSIntegration2010.CrunchPackage, nCrunch.VSIntegration2010, Version=1.45.0.12, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea] {14D2CAB3-EE7F-496E-BF5D-C67D2CBDD84D} 80131515 VisualStudio 2013/06/13 13:31:51.651
92 ERROR End package load [nCrunch.VSIntegration2010.CrunchPackage, nCrunch.VSIntegration2010, Version=1.45.0.12, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea] {14D2CAB3-EE7F-496E-BF5D-C67D2CBDD84D} 80004005 - E_FAIL VisualStudio 2013/06/13 13:31:51.660
93 Warning Package failed to load; error message suppressed by skip flag {14D2CAB3-EE7F-496E-BF5D-C67D2CBDD84D} VisualStudio
Any ideas what is going wrong?
Thanks