Ben*_*ius 6 biztalk visual-studio visual-studio-2012 biztalk-2013
In my limited experience with BizTalk it seems that BizTalk projects and Visual Studio version are somewhat locked to each other. For example, you can't open a BizTalk 2010 project in Visual Studio 2012, you have to have BizTalk 2013 components installed on your development machine in order to do so.
So, my question is this, will Visual Studio 2013 support BizTalk 2013 projects (or even possibly BizTalk 2010 projects for that matter) or will we be stuck using VS 2012 for BT projects?
Edit: I had previously added an answer as follows:
Sheesh, I don't know what Google search terms I was using before, but for some reason I couldn't find the information on BizTalk. I tried again and came up with this:
http://msdn.microsoft.com/en-us/library/vstudio/hh266747.aspx
Which states:
BizTalk server projects are not compatible with Visual Studio 2013. The first time you open a BizTalk 2010 project, it is automatically upgraded to the BizTalk 2013/Visual Studio 2013 project system.
So this means VS 2013 should work with BizTalk 2013 projects. Nice. I can't say I've tried it yet, but this is good news.
我已经安装了BizTalk 2013和Visual Studio 2013
我现在收到错误消息:
此项目与当前版本的Visual Studio不兼容
我已经对BizTalk2013安装进行了修复,以确保我有Developer工具并且它没有任何效果.任何人都可以从经验中证实这应该对我有用吗?
小智 11
新的BizTalk 2013 R2将支持VS 2013:http://msdn.microsoft.com/en-us/library/jj248703(v = bts.80).aspx
小智 7
截至今天(2013年11月5日),它没有.似乎发布之间存在6个月的滞后,因此我们可以预期它会在几个月内得到支持.目前,您必须坚持2010年或2012年.
资料来源:http://blogs.msdn.com/b/biztalknotes/archive/2013/10/29/biztalk-2013-compatibility-with-latest-platforms-of-microsoft.aspx
使用Visual Studio 2015的BizTalk 2013/2013 R2项目模板
您好,是的,BizTalk 2013的安装程序需要每个默认Visual Studio 2012的功能'开发人员工具和SDK',以及BizTalk 2013 R2 Visual Studio 2013的安装程序,否则该功能被禁用.
对这个事实感到沮丧(在工作中我们现在已经升级到VS2015),我现在找到了一种在VS 2015下安装模板并且不在系统中安装VS2012/2013的方法.
需要的工具:Orca修改msi.
要修改的文件位于提取的ISO的BTServer目录的子目录MSI中(备份这些文件!)
要修改的安装:Microsoft BizTalk Server.msi和
Microsoft BizTalk Server64.msi
修改:
AppSearch-Table:属性'CSHARP_INSTALLED'的Drop Row
属性 - 表:Add Row,属性Name ='CSHARP_INSTALLED',Value ='True'
属性 - 表:将属性'TargetVsVersion'的值设置为'14 .0'
为MSI做这个,保存.
现在,
必须删除文件
Setup.xml和
Setup_64.xml中的Prerequirement VS 2012/2013.
简单地删除条目
<RequiredComponent Name="VS2012"/>或
<RequiredComponent Name="VS2013"/>
从节点
<Feature Name="Development">
DONE!
希望,这有助于某人:-)玩得开心!
最好的问候,马可
---编辑如果某人有一个有效的RegKey来检查是否安装了VS215,则可以将Check.xml中的Check in重写为此.这将是一个很好的有效
一个有效的修改搜索Visual Studio 2015安装可能是:
<PlatformComponent _locAttrData="DisplayName" _locID="25" Name="VS2015" DisplayName="Microsoft Visual Studio 2015">
<Detection Type="RegDWORD">
<DetectKey Root="HKLM" Key="SOFTWARE\Microsoft\VisualStudio\14.0\Setup\Visual Studio 2015 Prerequisites" Value="InstallSuccess" ValueData="1"/>
</Detection>
</PlatformComponent>
| 归档时间: |
|
| 查看次数: |
8764 次 |
| 最近记录: |