You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: