New Post: Dealing with disabled services
It fails with "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it". The BTDF sees that as a critical error and doesn't continue even...
View ArticleNew Post: Dealing with disabled services
//Check if ServiceState is 'Stopped' and ignoreStopped flag if ((_mode == ModeType.Restart && _ignoreStopped && currentServiceState == ServiceStateType.Stopped ) {...
View ArticleNew Post: Dealing with disabled services
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Undeploying dependent vocabularies
Thanks for this extrordinary tool. I am facing an issue while undeploying Vocabularies. Scenario is: Our Solution is consisting of dependent vocabularies and they are included in btdfproj file in least...
View ArticleNew Post: Undeploying dependent vocabularies
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Add WCF Service in IIS
Hi, I'm new to BTDF. In my project I have configured WCF service in receive location. how to deploy that using BTDF, please find the below code I have added in...
View ArticleNew Post: Automated deployments
Has anyone got any suggestions for automating deployments? Listening to DotNetRocks about Octupus Deploy, and it got me thinking about how neat it'd be to get deployments to the Test/UAT/Pre-Prod and...
View ArticleNew Post: Add WCF Service in IIS
Physdir should be a relative path based at the Deployment Framework project folder (.btdfproj location). Probably ..\GESService\GESServiceVD. Also, the PublishWcfServiceArtifacts task and AfterBuild...
View ArticleNew Post: Guidance on partial/hotfix deployments
The Deployment Framework's core model is application-centric, so it doesn't specifically address hot-patching a running system. I've tried to reduce downtime by doing as much as possible without...
View ArticleNew Post: Guidance on partial/hotfix deployments
hi Tom, This effectively means that the application as such is deleted compulsorily and recreated with the new assemblies. Is this understanding correct?
View ArticleNew Post: Automated deployments
Well, I haven't got far into it yet, but being a Microsoft shop my group is looking into Release Management Server. I'll try to remember to report back with my findings.
View ArticleNew Post: Deploy Bam by script
Hi, I’m trying to deploy a BizTalk application by powershell script but Im getting some problems. This application has BAM definition and it seems that the observation model file cannot be found. Here...
View ArticleNew Post: Guidance on partial/hotfix deployments
In the standard model, yes. The typical undeploy-uninstall-install-deploy cycle is a full application delete and create. However, if you are changing something very contained and with no side effects,...
View ArticleNew Post: Deploy Bam by script
Hi Javier, I assume you are using Randy Paulo's PowerShell script or something similar. You are missing /t:Deploy. Thanks, Tom
View ArticleNew Post: Deploy Bam by script
Tom, Yes, my script is based on Randy's script. And you was right, It missed the /t:deploy parameter. Now, It woks just great ! Thanks Tom
View ArticleNew Post: OutputPath meaning for TFS build
Hello, I have read documentation but haven't found what does property OutputPath in BTDFproj do?:<OutputPath Condition="'$(TeamBuildOutDir)' == ''">bin\Debug\</OutputPath> <OutputPath...
View ArticleNew Post: OutputPath meaning for TFS build
Thank you for answer Tom, Do you think that there is some possibility how to use two different LocationPath values? TFS is placing DLLs into some specific location, on local development machine its...
View ArticleNew Post: OutputPath meaning for TFS build
That's the reason for the necessary customization to the TFS build default template. It was much easier prior to TFS 2010 when all it took was a simple MSBuild property setting. Now it requires a small...
View Article