I am getting the following error after I try to run the Verify deployment Nunit tests after a succesful deployment :
System.BadImageFormatException: Could not load file or assembly 'C:\Program Files (xb6)\BTS Broker for BizTalk\1.o\DeploymentTest.dll or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
You may be attempting to load an assembly built with a later version of the CLR that the version under NUnit which is currently running , 2.0.50727
I have tried replacing the contents of "C:\Program Files (x86)\Deployment Framework for BizTalk\5.0\Framework\DeployTools\NUnitSubset" with the latest version of the Nunut bin directory but this does not work.
Basically how do I upgrade the BTDF to use the latest version of Numit ?
Thanks in advance!
System.BadImageFormatException: Could not load file or assembly 'C:\Program Files (xb6)\BTS Broker for BizTalk\1.o\DeploymentTest.dll or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
You may be attempting to load an assembly built with a later version of the CLR that the version under NUnit which is currently running , 2.0.50727
I have tried replacing the contents of "C:\Program Files (x86)\Deployment Framework for BizTalk\5.0\Framework\DeployTools\NUnitSubset" with the latest version of the Nunut bin directory but this does not work.
Basically how do I upgrade the BTDF to use the latest version of Numit ?
Thanks in advance!