PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, April 14, 2022

[FIXED] How to run .xproj file in vs2019

 April 14, 2022     .xproj, asp.net, asp.net-core, c#, migration     No comments   

Issue

I have .xproj project and Visual Studio throws "This project is incompatible with the current edition of Visual Studio" exception. How can I run this project?


Solution

As microsoft says you can not open with VS2019 16.3 and later

Visual Studio 2019: In version 16.3 and later, you cannot load or migrate xproj projects. For more information, see Migrating .NET Core projects to the csproj format.

https://docs.microsoft.com/tr-tr/visualstudio/porting/port-migrate-and-upgrade-visual-studio-projects?view=vs-2019

You have to one way migrate VS2017 or VS2019 16.2 or earlier

When you open an .xproj file or a solution file that references .xproj files in Visual Studio 2017 or Visual Studio 2019 version 16.2 and earlier, the One-way upgrade dialog appears. The dialog displays the projects to be migrated. If you open a solution file, all the projects specified in the solution file are listed. Review the list of projects to be migrated and select OK.

https://docs.microsoft.com/en-us/dotnet/core/migration/#visual-studio



Answered By - anilcemsimsek
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing