New Post: This assembly is built by a runtime newer than the currently loaded...
Hi Nils, What are you using to drive the build? Visual Studio is a 32-bit app, and the Deployment Framework is designed to run with the 32-bit version of MSBuild. Likewise, the Deployment Framework...
View ArticleNew Post: This assembly is built by a runtime newer than the currently loaded...
I execute the batchfile BuildDebugMsi or BuildReleaseMsi to make builds. The problem was that I added the Framework64 folder to the PATH environment variable, so the 64-bit MSBuild was being used...
View ArticleNew Post: Shared custom functoid in TFS
I'm still struggling with this problem in TFS. The build always fails when building the map with an error saying that it can't find the dll in "C:\Program Files (x86)\Microsoft BizTalk Server...
View ArticleNew Post: Shared custom functoid in TFS
I assume that the map project has a reference to the custom functoids DLL or to the custom functoids project. Is that reference set to Copy Local true or false? If false, try setting it to true. It...
View ArticleNew Post: BTDF project fails to install after TFS build
Hi Tom, I am recieving below error when I run MSI from powershell script)Sprinkler). Below is the property group configuration.<PropertyGroup Condition="'$(Configuration)' ==...
View ArticleNew Post: BTDF project fails to install after TFS build
Hi Abhishek, I don't see any error message here. Tom
View ArticleNew Post: Shared custom functoid in TFS
I misread the error, in TFS it is actually looking in "C:\Program Files (x86)\Microsoft BizTalk Server 2013\Developer Tools\Mapper Extensions". The build server only has the 2010 build components and...
View ArticleNew Post: Shared custom functoid in TFS
If this error is happening during a build of a BizTalk .btproj project, could you have a hard-coded path in a file or project reference inside that .btproj file? During a BTDF deployment -- which...
View ArticleNew Post: SSOSettingEditor and BizTalk 2013
The SSOSettingsEditor returns an error stating that Microsoft.BizTalk.Interp.SSOClient Version=5.0.1.0 can't be loaded. This appears to be a version that came with an earlier version of Biztalk, and...
View ArticleNew Post: SSOSettingEditor and BizTalk 2013
http://biztalkdeployment.codeplex.com/releases/view/55866
View ArticleNew Post: Shared custom functoid in TFS
It turns out a new 2013 build server had gone live and we didn't know it. The build was defaulting to that server instead of the 2010 build server. Everything is working now. Thanks for your help.
View ArticleNew Post: Skip StopBizTalk target
Is there a way to completely skip the StopBizTalk step? I have a couple of applications that are just bindings, no dlls, so the host instances don't really need to be stopped. If the StopBizTalk step...
View ArticleNew Post: Skip StopBizTalk target
Set the DeployPDBsToGac property to False in those applications. See here for more discussion. Thanks, Tom
View ArticleNew Post: Unable to use a variable name inside IISMetabasePath
Hi Tom, I am using Biztalk 2013 along with BTDF 5_1 Beta2 . I want to deploy my webservice in a website other than default website. I looked at other blogs and tried...
View ArticleNew Post: Unable to use a variable name inside IISMetabasePath
Hi, You're seeing this because of MSBuild order of evaluation. You can replace IISWebSiteID with IISMetabasePath, and just put the entire IIS://<etc> URI into the settings spreadsheet for each...
View ArticleNew Post: Unable to use a variable name inside IISMetabasePath
Hi Tom, It still didnot work me.I tried both ways. I did this for second method,<Target Name="SetIISMetabasePath" BeforeTargets="DeployVirtualDirectory;UndeployVDirs"><CreateProperty...
View ArticleNew Post: How to use BTDF to deploy only shared libraries used by BizTalk apps
Anytime I use BTDF it deploys a BizTalk application. Is there a way around it? I have enterprise shared libraries that I want ot deploy using the framework. Thanks
View ArticleNew Post: How to use BTDF to deploy only shared libraries used by BizTalk apps
Instead of trying to use the Deployment Framework for BizTalk to deploy .NET assemblies, I highly recommend that you instead create a Windows Installer MSI using WiX. There's a good WiX tutorial...
View ArticleNew Post: Reading Values from Multiple SSO application in binding file
Hi Tom, I have a situation where we store all username and passwords in a single Biztalk SSO application which will be maintained by some group. In a Biztalk solution I will have my separate...
View ArticleNew Post: DeploySchemas: Access is denied. (Exception from HRESULT:...
Trying to Deploy Biztalk Solution via Tools/BTDF to my local BTS on my VM: ...DeploySchemas: BTSTask.exe AddResource -Type:BizTalkAssembly -Source:"..\SCHEMAS\bin\Debug\Aoc.Dx.Get.Services.SCHEMAS.dll"...
View Article