How to install Biztalk 2020 Project Templates in Visual Studio 2019? - biztalk

I did full install of BizTalk including developer tools (after installing Visual Studio 2019). I have also done a repair and reboot since then.
I see this .vsdir file on the disk: "c:\Program Files (x86)\Microsoft BizTalk Server\Developer Tools\BizTalkProjects\BTSProjects.vsdir", but not sure how to make it work with VS2019.
File contains this:
Schema Files|{7a51b143-7eea-450d-baef-827253c52e43}|#221|140
BTSFlatFileSchema.vsz|{7a51b143-7eea-450d-baef-827253c52e43}|#134|7|#135|0|229|0|#136
JSONSchemaWizard.vsz|{7a51b143-7eea-450d-baef-827253c52e43}|#144|8|#145|0|229|0|#146
##Documentation about Adding Wizards to the Add Item could be found here http://msdn.microsoft.com/en-us/library/2sc7ft4a.aspx
The link in the file refers to a Visual Studio 2014 web page.
Expected result, click "Create New Project" in BizTalk, type BizTalk and be able to pick the template.
I have tried these two commands that might have fixed in older releases, not sure if they are applicable with VS2019:
devenv /setup templates
devenv /InstallVSTemplates

Copied from Biztalk 2020 - Project not showing in Visual Studio 2019
From the installer:
".To use this feature, you must also install the following: BizTalk Project Extension, Enterprise Single Sign-On (SSO) Administration.For more information on this component, click Help. "
And the Install BizTalk Server 2020 documentation:
To complete Developer Tools component installation, install BizTalk Server extension in Visual Studio.
To achieve this you need to:
Start Visual Studio and load into an empty IDE
Click Extensions, Manage Extensions
Search the online tab for BizTalk Server:
Install the BizTalk Server extension
Close all instances of Visual Studio
Let VSIX installer complete
Start Visual Studio and select BizTalk from the project types

Related

I am not able to find the ASP.net Web Application template in Visual Studio Enterprise 2015

I recently installed Visual Studio 2015 Enterprise Edition. I was not able to find the ASP.net Web Application template in it.
I have already tried the following
Repair the setup.
Modify setup and uncheck and check Microsoft Web Developer Tools option.
Install Visual Studio 2015 Extension for ASP.NET Project Templates as outlined here. http://blogs.msdn.com/b/webdev/archive/2015/02/08/some-of-asp-net-project-templates-in-vs-2015-are-available-on-vs-gallery.aspx
Clean up registry keys, delete all setup files and clean installation.
What can I do to get the OneASP.net template to develop MVC and WebAPI applications.
please refer the above steps to check if you can create a MVC project in Visual Studio 2015 Enterprise Edition.
If you still could not see the MVC project template in Visual Studio 2015 Enterprise Edition, I suggest you could try to delete ItemTemplatesCache, ProjectTemplatesCache folder and then run the the devenv /InstallVSTemplates switch and devenv /Setup switch. Please refer to the following MSDN document and then check this MVC project template issue.
Reference: https://msdn.microsoft.com/en-us/library/ms241279.aspx?f=255&MSPPError=-2147217396
https://msdn.microsoft.com/en-us/library/ex6a2fad.aspx

Unable to see biztalk project template in Visual Studio 2013 Ultimate

I have installed BizTalk 2013 R2 on Windows Server 2012 R2 and Visual Studio 2013 Ultimate is also installed on the same machine.
I cannot see BizTalk Project template while creating a new project in Visual Studio.
When I ran the BizTalk setup again, Developer Tools box was not selected. When I select the box it gives following message
Features you selected requires the following components to be installed:
WCF HTTP ACTIVATION 4.5, IIS ASP NET 4.5
When I check in the Server Manager, both of the above are already installed.
Kindly help me resolve this issue.
Have you registered ASP.NET 4.5 on the machine?
Try running this command:
aspnet_regiis -i
You can read more about the ASP.NET IIS Registration Tool (Aspnet_regiis.exe) here:
http://msdn.microsoft.com/en-us/library/k6h9cz8h%28v=vs.100%29.aspx
The easiest way to do this would be to run the Visual Studio Command Prompt.
Also make sure to run as an administrator.
To restore the default project templates
In the command prompt, navigate to the location of devenv.exe. This file is located in \Common7\IDE.
Type "devenv /installvstemplates" and press Enter.
NoteNote:
If you are using an Express Edition of Visual Studio, type "Express /installvstemplates" where is either VB, VJS, or VCS for Visual Basic, Visual J#, and Visual C#, respectively.
If this procedure does not restore the default templates, reinstall Visual Studio.
U can follow this link also:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/f1cd2e14-1d7e-4b84-8bc2-871d67e2a942/devenvexe-installvstemplates-not-install-propertly

Do not see BizTalk projects in VS 2010 Ultimate

I have a Visual Studio 2010 Ultimate installed on my local machine. I used it for c# development for quite some time.
Now I have a project for BizTalk development. When I click New Project I do not see the BizTalk project option.
What do I need to do to get BizTalk projects on my Visual Studio 2010 Ultimate?
You will need to download a version of BizTalk from Microsoft and install at least the developer tools and SDK. But usually you will want to do a complete install unless you already have a BizTalk Server you can deploy to for development purposes.
See this thread What do you need to develop in BizTalk
Step1:
Launch BizTalk Setup>Modify>Unselect 'Developer tools SDK'>Complete the installation.
Step 2:
Launch BizTalk Setup>Modify>Select 'Developer tools SDK'>Complete the installation.
After you have performed Step1 and Step 2, or you may have not Installed Developer Tools SDK then perform only Step 2.
Start>>Visual Studio 2010 >> Biztalk >> Biztalk Empty Project>> If you now see it then you can assume that your Developer Tools have been successfully installed.
https://social.technet.microsoft.com/wiki/contents/articles/25177.biztalk-server-start-developing-a-simple-biztalk-application-for-biztalk-beginners.aspx

System.Data.SQLite Visual Studio 2012 .NET 4.5 Won't Show in Data Source

I'm developing on a Winodws 7 x86 machine in Visual Studio 2012 using .NET 4.5. I installed the x86/x64 System.Data.SQLite official Nuget package for my project. But I still don't see it as an option in the Data Source\Data Provider selections in the "Choose data source" dialog. I saw this answer here and it looks like this is all I should have to do (SQLite 1.0.82.0 (latest) in Visual Studio 2012 not showing in Designer Data Source). Am I missing something?
Thanks!
This package worked for me.
Apparently
"This setup package is capable of installing the design-time
components for Visual Studio 2012."
means
"This setup package is required for installing the design-time
components for Visual Studio 2012."
I just wanted to add this as a followup because I was having issues seeing the designer in VS2012 as well and it may help others in the future.
After multiple attempts at installing the designer and not seeing it show up, I ran
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe /setup
This will force VS to rebuild its registry based on all of the installed packages. This will take a couple of minutes. Afterwards, I was able to start up VS 2012 and see the entry.
I am curious whether the installer executes this command at all or if it just triggers it but does not wait for it to finish. At which point the end user opens VS 2012 before the command has time to finish.

Visual Studio 2010 missing ASP.NET projects templates?

So brand new installation of .NET Framework 4.0 and Visual Studio 2010 on a brand new computer. Loading up Visual Studio 2010 and selecting New Project only lists the following project typess under "Web":
ASP.NET MVC 3 Web App
AjaxControlExtender
AjaxServerControl
ASP.NET Server Control
All of the other project types are missing and I can't load existing .NET projects (gives me the "project type not supported" error. Any idea what happened or how I can reinstall the missing templates?
I've already tried running devenv.exe /installvstemplates with elevated privileges.
If you didn't install the Visual Web Developer component, the ASP.NET project templates won't be fully installed. Naturally, because the installer then thinks it doesn't need to put them there as ASP.NET is a web development framework.
In that case, just run the installer again and make sure Visual Web Developer is checked. The installer will then add the appropriate project templates.
Default Project Templates in Visual Studio
Available templates may vary according to Visual Studio version, SKU,
installation options, and other customizations. If you are missing a
template that comes with your installation, run devenv.exe with the
/installvstemplates switch. For more information, see How to:
Restore Default Project Templates.

Resources