New Post: Error deploying Virtual DIrectory
Perhaps someone can take benefit from my experience. I got the same error "Cannot create a file when that file already exists." and here is what I did that fixed the issue. I manually created a new...
View ArticleNew Post: CreateVirtualDirectory cannot find the path specified.
I'm trying to help solve a problem for another developer. He has an msi that deployed fine in several environments, but on one server it gets this error:Target DeployVDirs:...
View ArticleNew Post: automated build and deployment using TFS
Hi Tom, Thanks for all valuable input .Can you please let me is it possible to integrate BTDF with TFS as I am working over the integrating BTDF with TFS . Thanks Abhishek
View ArticleNew Post: automated build and deployment using TFS
Hi Abhishek, You can find the documentation here. If you get stuck somewhere please post a reply. Thanks, Tom
View ArticleNew Post: CreateVirtualDirectory cannot find the path specified.
It's definitely hard to diagnose when the same MSI deploys successfully on other machines. I've been trying to get a DirectoryNotFoundException out of CreateVirtualDirectory and cannot find a case...
View ArticleNew Post: Automated Build and deploy for BizTalk 2013 Applications
Hi Gnani, You do need to install the Deployment Framework on the TFS build server because your BTDF build is in two steps -- build the BizTalk solution then build the BTDF MSI. In the build...
View ArticleNew Post: CreateVirtualDirectory cannot find the path specified.
What version of the Deployment Framework are you using? - version 5.0 What version of Windows Server (and thus IIS)? - 2008 R2 (IIS 7) Have you overridden the IISMetabasePath property in your...
View ArticleNew Post: First time BTDF Deploy Error
I got the similar error. I'm using BizTalk 2013 and BTDF 5.1. After I installed the BTDF on the build server, the issue went away. This is not a prerequisite in the documentation. Perhaps the...
View ArticleNew Post: CreateVirtualDirectory cannot find the path specified.
TestCreateVirtualDirectory worked fine. I put the proj file and the dll in the same folder to test it. Are there any dependent files that that the dll could be trying to access? Maybe a permissions...
View ArticleNew Post: CreateVirtualDirectory cannot find the path specified.
It turned out that the root of the problem was an early (non-BTDF) version of the application was still installed on the server, but not deployed to BizTalk. Once it was removed, everything worked...
View ArticleNew Post: InitSettingsFilePath Not Set By BTDF
I think we've discussed this in other threads, but here was the solution: Adding this line to btdfproj file....
View ArticleNew Post: CreateVirtualDirectory cannot find the path specified.
You're welcome and thanks for the update. Glad to hear that you figured it out! Tom
View ArticleNew Post: Getting Error when ToolsVersion value is set to 4.0
We are receiving the following error when ToolsVersion value is set to 4.0. It works when I remove ToolsVersion value ( default is 2.0) on my computer. Can someone please help me understand what is...
View ArticleNew Post: Getting Error when ToolsVersion value is set to 4.0
Hi Pavan, It sounds like you are using an old version prior to the 5.0 release. If you're using a build server, make sure that you have the same version of the Deployment Framework installed there....
View ArticleNew Post: Automated Build and deploy for BizTalk 2013 Applications
Hi Tom, I am trying to deploy biztalk 2013 application using TFS 2012 automated build. I have created Successful build with Sol and .btdf proj in build proj list. Now to automated Deploy my...
View ArticleNew Post: BTDF 5 not supporting BizTalk 2013
Hi, Please let me know whether BTDF5 supports Biztalk 2013 in VS 2012. I have installed but there is no deployment project shown in 'new projects'. Is there any fix for this? Thanks
View ArticleNew Post: Do Not Update BTSNTSvc.exe.config file while BTDF deployment
Hi As BTDF deployment updates the Biztalk configuration file (BTSNTSvc.exe.config) on the server where deployment is done, My requirement is , It should not update the config file (BTSNTSvc.exe.config)...
View ArticleNew Post: BTDF 5 not supporting BizTalk 2013
You can use the stable V5.1 beta release here for BizTalk 2013. Thanks, Tom
View ArticleNew Post: Using Biztalk Deployment Framework with multiple BizTalk Applications
Hi, We had a similar requirement for our project where we had one solution containing multiple BizTalk Applications. I came up with a workaround so that the Deployment Framework Visual Studio add-in...
View ArticleNew Post: Do Not Update BTSNTSvc.exe.config file while BTDF deployment
ANy answer to the above question ?
View Article