First, let me thank you for all the work you've done on NCrunch. I love this software.
I installed v2.4 for Visual Studio 2008, and I now get the following error when starting Visual Studio:
Package 'nCrunch.VSIntegration2008.CrunchPackage,nCrunch.VSIntegration2008, Version=2.4.0.2, Culture=neutral, PublicKeyToken=01d10bf6f30aea' has failed to load property ( GUID = {14d2cab3-ee7f-496e-bf5d-c67d2cbdd84d}). Please contact package vendor for assistance.
The entry from ActivityLog.xml:
<entry>
<record>27</record>
<time>2014/01/31 16:49:20.052</time>
<type>Error</type>
<source>Microsoft Visual Studio</source>
<description>SetSite failed for package [nCrunch.VSIntegration2008.CrunchPackage, nCrunch.VSIntegration2008, Version=2.4.0.2, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea]</description>
<guid>{14D2CAB3-EE7F-496E-BF5D-C67D2CBDD84D}</guid>
<hr>8013101b</hr>
<errorinfo>Could not load file or assembly 'file:///C:\Program Files (x86)\Remco Software\NCrunch for Visual Studio 2008\nCrunch.DotNET451.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.</errorinfo>
</entry>
Hi, thanks for reporting this issue! I'm glad you've been enjoying the product so much.
I think I understand what has happened here. NCrunch infers the need for the DotNET451 assembly based on your O/S (Windows 8.1). In this case, the assembly won't load because VS2008 doesn't use a later version of the .NET framework. NCrunch shouldn't be trying to load it. I'll need to get you a fixed build to make this work.
I've prepared a build specially to resolve this issue. You're welcome to take it for a spin if you like, I'd really like to know if this solves the problem.
Thanks, Remco! This version works great with VS2008; I haven't experienced any issues. I installed and tested 2.5 for VS2013, and I haven't experienced any issues either (I didn't have any with 2.4, but figured I'd install the update). Thank you for your hard work!