New Post: BTDF BRE Rules w r t each different regions
Hi, I have a requirement where in i will be having different set of policy-vocobulary.XML w r t DEV, SIT, UAR and PROD and i need to select these respective XMLs based on the region where i will be...
View ArticleNew Post: 'System.IO.FileNotFoundException' occurred in...
Hi, I'm working with BTDF 6 on Win 8, VS 2013 release 4. I've followed the documentation, ran the sample IIS app and this worked great :) I've tried to incorporate this into my solution. I've added a...
View ArticleNew Post: 'System.IO.FileNotFoundException' occurred in...
I found the cause of the problem, the WcfServiceDescription.xml referenced an assembly that had been deleted.
View ArticleNew Post: IdentityType is set to SpecificUser but either the UserName or the...
I'm trying to get BTDF to create an pool and web app on a server deploy. I've added the following to my btdfproj:<ItemGroup Condition="'$(Configuration)' == 'Server'"><IISAppPool...
View ArticleNew Post: IdentityType is set to SpecificUser but either the UserName or the...
Did you include AppPoolUserName and AppPoolPassword in PropsFromEnvSettings?
View ArticleNew Post: IdentityType is set to SpecificUser but either the UserName or the...
Right again Tom - thanks very much, Rob Bowman.
View ArticleNew Post: WixLightArguments and preprocesser
Hi, I'm trying to override the default arguments provided to LIGHT, by providing the <WixLightArgument> element in the BTDFPROJ file. And I'm wondering how I prevent the processor from expanding...
View ArticleNew Post: Custom Visual Studio project type for btdfproj
I am working on creating an actual project type for Visual Studio 2010 for the btdfproj. Is there any way I can contribute to the project?
View ArticleNew Post: SkipHostInstancesRestart on Server Deploy
Hi Tom, I'm running BTDF v6 and have the following within my .btdfproj<PropertyGroup><Configuration Condition="'$(Configuration)' == ''">Debug</Configuration> <Platform...
View ArticleNew Post: Retrieve name of SQL Server of BizTalk Group
Hi Lex, You put together a great, comprehensive writeup. Thanks for taking the time to post it! Regards, Tom
View ArticleNew Post: WixLightArguments and preprocesser
The properties within the default WixLightArguments are undefined at the time that MSBuild evaluates your override of the property. Try this instead -- you may already have a CustomRedist target. I'm...
View ArticleNew Post: SkipHostInstancesRestart on Server Deploy
Hi Rob, SkipHostInstancesRestart is False by default when not present in the .btdfproj. There is no other reference to it except in the Condition that you referenced. I have to think you're passing it...
View ArticleNew Post: WixLightArguments and preprocesser
That indeed did solve the problem. Thank you.
View ArticleNew Post: Custom Visual Studio project type for btdfproj
Thanks for your offer to contribute! I have an early prototype of a custom project type available in the source code at Dev/V6_0/VisualStudio/VS2010. The prototype includes the following:VSIX...
View ArticleNew Post: Retrieve name of SQL Server of BizTalk Group
Thanks Tom! My pleasure! Hope it's useful for other people as well! Best regards, Lex
View ArticleNew Post: Mapping Issues When running Install Silently from Powershell script
I am using Powershell scripts to call the .msi that I created using the BT Deployment Framework. However, I am having an issue with errors coming back with the paths to some of the things that the msi...
View ArticleNew Post: SkipHostInstancesRestart on Server Deploy
Correct :) I am running this from a PowerShell script I created a couple of years ago. Seems I'd disabled the auto restart previously - I can only assume because I needed other scripts to complete...
View ArticleNew Post: SkipHostInstancesRestart on Server Deploy
No problem Rob, happy to help. Thanks, Tom
View ArticleNew Post: BTDF BRE Rules w r t each different regions
it can br achieved by adding xml_preprocess statements. Thanks!
View ArticleNew Post: BTDF BRE Rules w r t each different regions
Here's another discussion that involved XML pre-processing of BRE files.
View Article