BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

error MSB4062: The "CheckXmlSyntax" task could not be loaded from the assembly (Only in PRODUCTION) #382

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

Hello, I am using BTDF 5.5. Was very happy with the installs so far. Now, one of my solutions failed to deploy in PRODUCTION; it is giving me some strange error "The 'CheckXmlSyntax' task could not be loaded from the assembly" - Detailed error below Please note the same MSI is deployed to DEV and TEST regions successfully. Also, my 20 other BizTalk applications were successfully deployed using BTDF 5.5.

Can you please help me troubleshoot this error?

Error Message after selecting the Environment settings file. Target PreprocessBindings: C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.targets(1210,5): error MSB4062: The "CheckXmlSyntax" task could not be loaded from the assembly C:\Program Files (x86)\MSBuild\DeploymentFrameworkForBizTalk\5.0\BizTalkDeploymentFramework.Tasks.dll. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. Done building target "PreprocessBindings" in project "Deployment.btdfproj" -- FAILED.

Thanks B@laa..

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[tfabraham@6/9/2015] Are you using a script for the production deployment? That path to the MSBuild tasks DLL should appear only on development machines. On a server deployment, the property $(Configuration) must be set to the value Server. Deploying with the MSI and deployment wizard does that by default.

If you're using a script, check the parameters that you're passing. Otherwise, check the properties in the .btdfproj related to file paths against the BTDF sample applications.

Thanks, Tom

tfabraham commented 6 years ago

[UnknownUser@8/26/2015]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment Closing due to inactivity

Reason closed Can't Reproduce