Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test load failed! Could not load file or assembly 'nunit.framework...' #421

Open
tfabraham opened this issue Nov 6, 2017 · 1 comment
Open

Comments

@tfabraham
Copy link
Member

tfabraham commented Nov 6, 2017

I set the option in the btdfproj file:
True
Any CPU

This includes a Verify Deployment option on the start menu. However, I get the 'Test load failed!' error. But, when I do the following changes on the shortcut:

Target: "E:\Program Files (x86)\B2B.Inbound for BizTalk\1.0.38\Deployment\Framework\DeployTools\NUnitSubset\nunit.exe" /run

Start in: "E:\Program Files (x86)\B2B.Inbound for BizTalk\1.0.38\Deployment\Framework\DeployTools\NUnitSubset"

It works. Or, maybe I'm doing something wrong. Please let me know. Thanks.

This work item was migrated from CodePlex

CodePlex work item ID: '11135'
Vote count: '1'

@tfabraham
Copy link
Member Author

[defiestc@11/14/2016]
I may have found a workaround. I modified the file RedistComponentGroup.xslt. According to the link
http://www.tfabraham.com/BTDFDocs/V5_5/CustomizingtheDefaultWiXTemplate.html,

I changed the following line:
from:
<xsl:attribute name="Arguments">"[INSTALLDIR]$(var.DeploymentTest)" /run</xsl:attribute>
to:
<xsl:attribute name="Arguments">/run</xsl:attribute>

And, I was able to build and do a Verify Deployment. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant