After running through the installation of dot42, and specifying both Visual Studio 2010 integration as well as Visual Studio 2012 integration, I'm unable to find a 'dot42' project in 2012. In 2010 the new dot42 subcategory opens under C# and I'm able to see the project types to create.
I noticed that dot42 installs its dlls in the Extensions folder, and looking at the C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions folder, the dot42 files are there, just as they are under Visual Studio 10.0.
Why can't I create a dot42 project in Visual Studio 2012?
I updated dot42 from version 1.0.0.69 to 1.0.0.70 and the problem has been resolved. I can now create Visual Studio 2012 dot42 projects.
Related
I have installed Visual Studio 2015 (Professional). But when I open SharePoint 2010 project on VS 2015, it's showing project is incompatible.
Could you please tell any solution or idea to load the project in VS 2015?
Your project is not loading because Microsoft Office Developer Tools is not installed on your machine. You can easily modify your visual studio 2015 by following steps:
Run Visual Studio 2015 Setup File
Click on modify
Find the “Microsoft Office Developer Tools” and select it.
Finally click on Update.
After completing the setup open your project.
When you install VS2015, you do not install the mandatory Office Development Tools for Visual Studio 2015.
Once, you have downloaded and installed those. (Around 78MB) your SharePoint projects should, once again, load up without any errors.
Direct Link to the latest version:
http://aka.ms/getlatestofficedevtools
I have a Visual Studio project that I created in my previous PC (32-bit if that makes any difference). I recently got a new PC (64-bit) and I am trying to open the project and I am seeing the following error:
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.
- ONew, "C:\temp\onb\ONewSln\ONew\ONew.csproj"
No changes required
These projects can be opened in this version of Visual Studio without changing them. They will continue to open in Visual Studio 2010 SP1 and in this version of Visual Studio.
- ONewWeb, "C:\temp\onb\ONewSln\ONewWeb\ONewWeb.csproj"
- ONewSln, "C:\temp\onb\ONewSln\ONewSln.sln"
Screenshot:
Is there a add-on or visual studio component that I have to download to make it work?
Please help me resolve the issue.
After doing some research and spending hours banging my head against the wall, I figured out how to resolve the issue.
You have to install Microsoft Office Developer Tools for Visual Studio 2012.
Open up the Web Platform Installer and if you don’t have it installed, download and install it. Search for Office Developer Tools and install it.
This will enable you to open the project without any issue.
Usually you can open VS2010 SP1 files in VS2012. But after opening and on compiling you may get some errors of missing packages. Then you have to install the missing packages. Check this out: Visual Studio 2012 compatibilty.
Some solutions, projects, files, and other assets that you created in Visual Studio 2010 Service Pack 1 (SP1) will run without modification in Visual Studio 2012, but others have to be upgraded. The above document describes how various kinds of assets behave in these two versions of Visual Studio.
If you use both Visual Studio 2012 and Visual Studio 2010 SP1, you can create and modify projects and files in either version as long as you don't add features that require Visual Studio 2012.
VS2012 may convert projects when you first open them, but the changes are (except noted in the document linked) backward compatible with VS2010.
I have installed VS 2012 which worked perfectly until last updating. Now it can't see common paths. I tryed to customize them but failed. For example I have some project being ok before but now there are glitches all around it:
here are current settings I done:
This is like those folders look:
While a new project is creating I get such messges:
Besides I have not found how to make settings global (not for only the single project). For sure all that is not very sophisticated but I have too little experience with VS. So I will very appreciate for real help!
And the current version is:
Microsoft Visual Studio Professional 2012
Version 11.0.61030.00 Update 4
Microsoft .NET Framework
Version 4.5.50709
Installed Version: Professional
Team Explorer for Visual Studio 2012 04938-004-0033001-02302
Microsoft Team Explorer for Visual Studio 2012
Visual Basic 2012 04938-004-0033001-02302
Microsoft Visual Basic 2012
Visual C# 2012 04938-004-0033001-02302
Microsoft Visual C# 2012
Visual C++ 2012 04938-004-0033001-02302
Microsoft Visual C++ 2012
Visual F# 2012 04938-004-0033001-02302
Microsoft Visual F# 2012
The problem is resolved.
The cause was that before updating VS placed here:
C:\Program Files (x86)\Microsoft Visual Studio 11.0
but after updating here:
B:\Program Files\Microsoft Visual Studio 11.0
files which paths became broken left at the old location, i.e. here:
c:\Program Files (x86)\VC\
I really don't know why it is possible but reality is such just this.
So the solution was purely empirical:
1. Try to find lost files on the disk where VS was installed before:
Copy them into the directory where it is installed now:
Open any of projects to check if all is correct now:
Checked!
I have created my codedUI project using VS2010 Ultimate and build works fine when I am building from VS2010 Ultimate.
I am trying to build the same project using VS2010 Professional and when the build starts it complaints about missing assemblies one of the missing assemblies is "Microsoft.VisualStudio.QualityTools.CodedUITestFramework"
Is it possible to build CodedUI projects with VS2010 Professional?
The Visual Studio 2010 Professional version does not support the coded UI test, you might need to upgrade to the Microsoft Visual Studio Ultimate or Microsoft Visual Studio Premium.
In new Versions of Visual Studio, Only Visual Studio Enterprise provide Coded UI Support and Visual Studio Professional & Visual Studio Community doesn't have support.
Please see for more details:
http://msdn.microsoft.com/en-us/library/dd380742.aspx
https://www.visualstudio.com/vs/compare/
Can i use any installation software in visual studio 2012 to create setup projects?
Because many options in setup projects with install-shield limited edition is disabled. I cannot customize those?
what can i do to get full customization support in VS 2012?
can i use any other installation software,then how can i do it?
It looks like the following posts do address your setup project support issues:
Where is Visual studio 2012 Setup project template?
Create MSI or setup Project with visual studio 2012
However, if you are looking for a previous "basic setup and deployment project type Visual Studio Installer" - then they are NOT supported anymore :(.