VS2010 Ultimate. Why do I just see "Silverlight 3". Where's 4? - asp.net

What do I have to download to be able to set my Silverlight app to version 4? I already downloaded wat I thought was the latest version of the Silverlight developer runtime

VS 2010 doesn't come with Silverlight 4 support since it wasn't ready when VS 2010 shipped. You have to download Silverlight 4 Tools for Visual Studio 2010.

Related

What versions of the .NET Framework does CR for VS support?

I've got a really old ASP.NET WebForms app that I am tasked with maintaining.
I'm not one of the original developers. Don't even know who they were.
Anyway, they used Crystal Reports for the reports they wrote for it. And they wrote it to use .NET Framework 2, in whatever version of Visual Studio that came out with it.
I'd like to upgrade it to .NET 4.5 using Visual Studio 2015. However, I don't have Crystal Reports installed on my PC.
We do have an installer for Crystal Reports for Visual Studio, which I've just learned came out with Visual Studio 2010.
I'm hoping that will support .NET 4.5 or at least .NET 4. Am I correct?
You are not tell crystal report version which you have, so not exactly tell anything.
But yes, here is list of Visual Studio with Crystal report supported page.
Crystal report is related to visual studio, not .net framework. but visual studio based on .net framework. For VS2010 does not have 4.5 framework and also not supported.
I suggest use Visual Studio 2017 with Crystal report. See my answers in
Visual Studio 2017 and Crystal
Or If you wish go to VS2015 :
Crystal Reports in Visual Studio 2015 Community
VS for crystal report has a compatibility version using VS 2015.
I am not really sure what version of Crystal report, do you want to install. The important is, if you done installing the crystal report you may restart your pc and try to test it by right click on
Project -> Add new item -> Crystal Report
if work then that is the version you need. Because in my experienced, VS 2012 i was done almost 3 to 4 times installing of CReport for VS2012 then it become fine and working.. Just try till it works.
Good luck!

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

Can't open .kproj projects in VS .NET 2013 Update 4?

I cloned an ASP.NET vNext project from github and I'm running VS .NET 2013. I was under the impression that Update 4 would allow me to open vNext projects with .kproj files, but I'm getting the following message:
Unsupported This version of Visual Studio is unable to open the
following projects. The project types may not be installed or this
version of Visual Studio may not support them.
Is there something else I need to do in .NET 2013 to open a .kproj project? I'd like to avoid 2015 if I can help it.
ASP.NET vNext is only supported in VS 2015.
You cannot open kproj files in a previous version

which visual studio version should i use for asp.net framework 1.1 live maintenance

We have asp.net 1.1 framework application is in live environment with appx 200 users.
Which visual studio version is safe to use for maintenance?
We are not planning to migrate yet. I am using vs 2008 for developing a 3.5 application right now so not want to take the risk of visual studio conversion.
You can check with visual studio2005 version
Use Visual Studio .NET 2003 and MSDN Library of Jan 2006.
I think you can use any Visual studio once your project is targeting the correct framework. This Post talks you through installing aspt 1.1 on a windows 8 machine.

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