Quantcast
Channel: biztalkdeployment Forum Rss Feed
Viewing all articles
Browse latest Browse all 1089

New Post: Failure removing assembly from cache: The parameter is incorrect.

$
0
0
To help debug it, you could paste the following into the .btdfproj file (on the server):
<TargetName="PrintOrchestrationsQualified"BeforeTargets="UndeployOrchestrations"><MessageText="OrchestrationsQualified = @(OrchestrationsQualified)"/></Target>
There are only two steps in UndeployOrchestrations -- one that opens the DLL(s) and reads the assembly information from each one, and another that runs GacUtil.exe. This target should print the assembly filenames into the BTDF output.

Double-check to make sure that the Orchestration DLL's are still present in the install folder on the server, because it can't undeploy without them (not in the GAC, in the Program Files folder for the app).

Thanks,
Tom

Viewing all articles
Browse latest Browse all 1089

Trending Articles