Reputation: 549
Installed Visual Studio 2013, it was missing the Biztalk Projects in the Installed templates, when I browsed found devenv /installvstemplates will help. I used this command in
Now all the other templates also went missing. I have only the Visual C++
What could be the reason? How can I restore the templates and the Biztalk templates too?
Upvotes: 2
Views: 6087
Reputation: 1
Note If you have Visual Studio 2013 Update 2 installed, you might find a few artifacts missing while creating a new BizTalk Server project in Visual Studio. To fix this issue, you must install Visual Studio 2013 Update 3.
Upvotes: 0
Reputation: 56
While I think a repair works fine, a quicker solution that has always worked for me was to do the following:
devenv.exe /setup templates
Upvotes: 2
Reputation: 11040
If you had previously installed the Development Tools, do a Repair on BizTalk Server.
If you had not previously installed the Development Tools, do a Modify and add them.
You can do either one from Add/Remove Programs or the BizTalk install media.
Upvotes: 1