visual studio 2017 no asp.net templates - asp.net

I just installed Visual Studio 2017 Community edition.
When I want to make a new project, there is no option to create an ASP.NET application.
What's up with that?

Go to Visual Studio Installer , select Community Version Update in the appeared menu select Asp.Net and Install it.

Related

Is there a way to save visual studio .net web appilcation so older versions of visual studio would be able to run the project?

I am using Visual Studio Community 2019 16.5.4 but my teacher is using an older version of visual studio(2010 version) is there a way I can save the project so my teacher would be able to run the project.
you can send him the "project" folder, not the "solution".

Using ASP.NET 5 with Visual Studio 2013 Community Edition

I am interested in evaluating ASP.NET 5. I have installed Visual Studio 2013 - Community Edition. I am now trying to following the example provided here.That example uses Visual Studio 2015 Preview. Is there a Visual Studio Template for ASP.NET 5 for Visual Studio 2013 - Community Edition?
I cannot find one.
Thank you for your help!
ASP.NET 5 (vNext) isn't supported in Visual Studio 2013. If you want to test ASP.NET 5, you should install Visual Studio 2015.
Another option is to test ASP.NET 5 on a Mac or Linux machine. I was able to get it working on a Mac without too much hassle, and having Intellisense in Sublime Text was really cool.
Or, as Victor Hurdugaci points out, you don't need Visual Studio on Windows at all to run ASP.NET 5. The OmniSharp project has alternatives to Visual Studio listed, along with directions for setting them up.
You may develop Asp.net 5/Asp.net core with the help of Visual Studio Code Without Installing VS2015

How to Install Crystal Report In VS2010?

I can't Install Crystal Report on Visual Studio 2010.
I was try many time install it but i was fail every time.
on Visual Studio 2008 inbuilt Crystal Report in toolbox.
Thanks in Advance.
In visual studio 2010, It does not come inbuilt you need to install it separate.
You can download that from the following link.
http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe
See following link where it has explained how to use visual studio 2010.
http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual
After installing Crystal
1. Open project in VS
2. Click New Project
3. Ensure you have .Net Framework 4 installed and your project is targeting .Net 4
4. The Reports should show up in the VS toolbox window.

Open Visual Studio 2012 ASP.Net project in Visual Studio 2010

I have created my asp.net project in visual studio 2012, and now I have remove it and install VS2010.
Once I installed VS2010, I changed the number version of format version to 11.0.0 but it's doesn't work and I get error dialog "one or more project in the solution were not loaded correctly please see the output Window for details".
There is free opensource tool written which is in CodePlex.
Visual Studio Project Converter
Try this out it worked fine for me.
If that dosent work then here are some other SO link with other answers to help you out.
How to downgrade from Visual Studio 2012 project to Visual Studio 2008

Project template missing in Visual Studio 2010

Today in one of the computer i installed visual studio 2010 professional edition, and successfully installed. But in my new project template "Asp.net MVC 2 website" is missing. Also I'm not able to open an already created MVC 2 project also. I'm also having MVC 2 installed with VS 2008 Sp1 in the same machine and is working fine. I uninstalled and installed again, the same is happening. Please help me out of this..
Have you tried downloading MVC 2 RTM separately following the Visual Studio 2010 install? Download here
Alternatively, did you have any of the betas or previews of MVC2 installed prior to installing Visual Studio 2010? You'll need to uninstall these.
When installing or modifying the installation of Visual Studio 2010 ensure you have 'Visual Web Developer' ticked. (see image below). If you just install C# you will not get MVC 2.
Are you creating a new website or project? I just did a fresh install of Professional and MVC 2 is only available under projects.

Resources