Search code examples
visual-studio-2010biztalkbiztalk-2010biztalk-deployment

BizTalk 2010 Deployment Error. Failed to Add Resource(s)


I'm building a BizTalk 2010 Application in VS 2010. Everything had been working great until this morning when I got an error on deployment. The error is:

Failed to add resource(s). Change requests failed for some resources. BizTalkAssemblyResourceManager failed to complete end type change request. Could not save the log to HTML file "C:\Users\BizTalkDeveloper\AppData\Local\Temp\BT\PID7452\BizTalkAssembly\Update.log". Exception '', hexadecimal value 0x1F, is an invalid character. '', hexadecimal value 0x1F, is an invalid character".

At first, I thought this was a permissions issue but I'm logged in as a user who is an admin on the machine AND has full control access of that respective AppData folder. I'm pretty sure that VS creates the BT (and the following path) dynamically at deployment time because I can't find any part of that path after Temp when I look up the path itself.

I've been stumped with this for a few days and I am just out of ideas right now. If anybody had any suggestions or ideas they could throw my way, I'd really REALLY appreciate it!


Solution

  • I was able to resolve the issue by updating the version number on each project involved with the application and then re-deploying.

    While this got the solution to work, I would still like to know, if anybody knows, what went wrong or what would be another way to solve it. Side note, I did try to uninstall the original version of the DLLs and then redeploy but that didn't work either.