c# - Visual studio doesn't support specific csproj file -


When I try to open my project's solution file, I am getting this error is a solution file 2012 ( Using Notepad).

Enter image details here

If I click OK I do, the solution opens in addition to a CSPOject which does not load. I get the Migration Report in the .htm file that will be upgraded, for which there is a failed error for the failed project.

Error:

This project type is not found on which it was found. Please try this link for more information:

Does the upgrade report mean that it is a project from the previous version of a Visual Studio? This view does not open even in Studio 2010.

Anyway, it says that it does not support specific project type in that specific project file. This means that either the your project is not what you claim, or you are trying to create it on another machine used to make it a project.

Various elements in a .csproj file to determine its project type. Look and this is how it compiles your project, which properties tab displays, which context menu option should be available and so on.

Some project types may be the reason for this error. Generally, they require some kind of SDK which is used to open the machine or to create a project.

You should do web search for the GUID mentioned in that error message ( O1 = ). You can also open the project file in a text editor and use the & gt; ProjectTypeGuids & gt; elements, which include separate project types GUIDs with commas

Then which SDK or tool needs to be installed in order to be able to open or create the project, it Search the web for those GUIDs to learn. > If you paste a specific GUID in your favorite web search engine with your error message, you will know where you have been mentioned that you have to install. This means that in this case, your project is a Visual Studio 2013 extension.

This is what is for the document. You should at least put a readmeat file in your project directory, explaining that there is no need for anything else to build a project, especially when it does not open or build with Visual Studio outside the box.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -