install visual studio 2013 after visual studio 2010 - c#

I need to instal Visual Studio 2013 after I already have instaled Visual Studio 2010. I develop nopCommerce v2.65 webshop application in Visual Studio 2010 and now I want to make new webshop in nopCommerce v3.5 for which I need at least Visual Studio 2012. I choose VS 2013.
Now I wonder if I will have some problems if I still continue developing nopcommerce webshop v2.65 in VS 2010 and the new one nopCommerce v3.5 webshop in VS 2013? Will new VS installation overwrite .NET 4 binaries?
Have anyone some experience with that? Have I take something into consideration?
Please help. Thank you.

You can target a specific binary by right clicking project and choosing framework. You should be fine with converting to VS 2013

Related

How to migrate C# project from VS2008 to VS2017

I have a C# project built in Visual Studio 2008 and I am not able to open this project in Visual Studio 2017.
So how to migrate the existing C# project from visual studio 2008 to visual studio 2017?
I think the best way is to create a new vs 2017 project and import the existing code files from the vs 2008 project into the new one. If it's a single project, it shouldn't be that much work...

Upgrade Visual Studio 2008 for C# programming?

Visual studio 2008 has only basic projects in new project window as shown in the screenshot, Is there any way to add C# plugin to the visual studio. window Screenshot and
Version
It looks like Business Intelligence Development Studio special version of VS. Get normal VS. If you don't need 2008 beeter download VS 2015 eg free community version.

Silverlight in visual studio 2013

Is there a way to connect silverlight or silverlight tools to visual studio? Everything i download says.. Visual Studio 2010 or Visual Web Developer Express 2010 or Visual Phone Developer Express 2010 that matches the language version of Silverlight Tools 4 must be installed before installation of Silverlight Tools can continue. Silverlight Tools is available in other languages at http://go.microsoft.com/fwlink/?LinkId=177432.
The Visual Web Developer feature for Visual Studio 2010 must be installed before installation can continue.
But any tools i try and download say they are unsuitable. Does silverlight 4 or 5 not work with visual studios 2013, has anyone tried this and got it working?
Visual studio 2012 and 2013 comes with Silverlight 5 by Default,
You can create projects with Silverlight directly in Visual Studio 2012 RC. For more Visual Studio 2013 RC compatibility issues please refer to:
Visual studio 2013 compatability

How to downgrade a Visual Studio 2013 project to a Visual Studio 2008 project?

Is there anyway of downgrading a Visual Studio 2013 project to a Visual Studio 2008 project ? I need to run some C# programs created in VS 2013 with VS 2008.
See this answer. But I really wouldn't recommend this, even if it does work, which to be honest is not guaranteed.
Better to either create a new VS2008 solution and just Add Existing...manually bringing in all the source files, or better yet, just sign up for VS Team Services, grab VSExpress 2013, and you don't have to worry about conversion.

WP7 XNA+Silverlight Templates missing

I got an issue with Visual Studio, Silverlight 5 Beta SDK and XNA.
I did a fresh install of all Visual Studio components I need to create the application I have in mind:
Visual C# 2010 Express
XNA Game Studio 4.0
Visual Web Developer 2010 Express
Visual Studio 2010 Express for Windows Phone
Visual Studio 2010 SP1
Silverlight 5 Beta Tools
However, when I start VS 2010 Express for Windows Phone and go to create a new project these are the templates I have:
Missing Templates
But there are a few templates missing.
How can I make appear the following templates:
Full list of templates
So what am I missing in this? I believe I installed everything and still nothing appears.
Is it because I'm using the express edition of visual studio? it doesn't make much sense though.
You installed that SDK correctly (uninstalled a previous installed SDK version correctly too)?
You could try and reset your vs2010 settings. This sometimes helps to restore missing project templates. You can do so like this:
Go to Tools / Import Export Settings
Choose to "Reset all Settings"
Restart Visual Studio
No guarantees but that helped me once before, so it is probably worth a try.
Just for others to know, you must have Visual Studio 2010 service pack 1(download link) before that.

Categories

Resources