I am now working with a big project which is developed in visual studio 2008, SCSF and LINQ query. Now i want to upgrade my project to 2010. Is there any tool so that i can convert all of these to new technology?
It automatically upgrades your solution when you open it in Visual Studio 2010.
How to: Upgrade Projects Created in Earlier Versions of Visual Studio
1.In Visual Studio, on the File menu, click Open and then click Project/Solution, Web Site, or File, depending on the kind of project
you are upgrading.
2.In the Open Project dialog box, select a project file, and then click Open.
If Visual Studio detects that the project or file was created in an
earlier version of Visual Studio, the Visual Studio Conversion Wizard
opens.
3.Complete the Visual Studio Conversion Wizard.
This will work.
Related
I am using Visual Studio Community 2019 C# (my interface) and Visual Studio 2017 Community C++ (.exe who is called during interface process)
I need to export my project to others PC and if they do not have Visual Studio installed they are missing some dll. I know there is an option to select to free from this kind of things : "C++ 2015 Redistributable Package". Does anyone knows how I can solve this on VS 2019 and VS 2017, otherwise I will be forced to add an installer with my files.
Thanks
Ok i found the solution to whom it may concern, in visual studio 2017 (my C++ code) i did this :
Right-click your project in “Solution Explorer”, select “Properties” from the popped menu. Then the “Property Pages” dialog opens.
In the opened “Property Pages” dialog, select “Configuration Properties->C/C++->Code Generation->Runtime Library” , set its value to “Multi-threaded (/MT)” or “Multi-threaded Debug(/MTd)”.
I am using Visual Studio 2015 and I use it for developing a ASP.NET web form Web site.
my problem is that "Find All References" which opens by right clicking on a type or member, do not search all over my solution.(only search in opened files and it's own project).
It wasn't like this in Visual Studio 2013.It has been reported as bug in Visual Studio Connect and other feedback websites.
I want a tool to not only search in it's project and opened files, but in all solution's projects and in the web site's files.
It is a simple need, and a big IDE like Visual Studio should have that.
Is there any free tool?
After finishing my C# application I had to make an installer. After seeing that the default installer projects are gone, i searched for a replacement.
I found the Visual Studio Installer Projects. I downloaded the file from here: https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d.
When i restarted Visual Studio, opened my project, clicked "add new project" and here is what I got:
Problem is that I cant find the setup project. I have tried repairing the install. I restarted Visual Studio several times.
My Question:
How can I find the installer project and why it's not working for me.
If I cant make it work, are there any alternatives ? (except InstallShield)
Additional info:
Visual Studio 2013 Community with update 4
Windows 8.1 64-bit
You could try Tools > Extensions and Updates and search for it:
Visual Studio setup projects no longer ship with Visual Studio
However, you can download them here.
Or use a third party library like WiX.
I had the same problem and it turns out that visual studio removed the support for installer projects in 2010.
but still you can download and install it in your version
VS2013
VS2015
VS2017
i'm newbie for mvc4 this is my first project (web app)
i get source project from my friends. they work normally.
when i open project VS2012 and then alert
Unsupported This version of Visual Studio does not have the following
project types installed or does not support them. You can still open
these projects in the version of Visual Studio in which they were
originally created.
- B2B.Web, "D:\ServiceClone\ServiceClone-1706\B2B.Web\B2B.Web.csproj"
and in solution explorer i can not load a project. at the project name it says incompatible
How resolve?
PS. I searched in google but I have not find a work solution. Sorry I'm not good at English :P
You need to install MVC4 on that machine first.
To download MVC4 set up Click here.
Did you try to open it in visual studio 2010?
and also try to Uninstall you Visual studio 2012 completely (save your projects if you want to). Then do a clean installation of Visual studio 2012.
I am using Visual Studio 2010 sp1
When I am opening .NET 4.0 application in VS 2010, I am getting an Output message as
Loading F:\Projects..\Project.csproj ...
F:\Projects..\Project.csproj : error : The project file 'F:\Projects..\Project.csproj' cannot be opened.
The project type is not supported by this installation.
But I am able to open other projects in the application. They are loaded properly.
Provide me a solution for how to open. Thanks.
Its one of these two:
Your Visual Studio Installation is corrupted (not likely).
The Project was created with a verion of Visual studio that supported more project types and your installation supports less. For example if you create a Sharepoint or a Test Manager Project with Visual Studio Ultimate and you try to open it with Visual Studio Proffesional. (most likely).
Another example would be when you create a Web Project using VS Web Express, and after that you try and open it with VS Express for Windows Phone.