Search code examples
vdproj

.vdproj is incomatible in VS 2019 - Community Edition - and reload project give load error


I'm unable to run a .vdproj in Visual Studio 2019 Community Edition. I tried the below link which hasn't worked either

Visual Studio - vdproj is incompatible

The project shows incompatible and after installing the Installer Project as Extension given in the above link , the project load is failing. Unable to proceed. Please help


Solution

  • After doing lot of research on this topic, Visual Studio 2019 Community edition , is not supporting these kind of projects. Older versions like 2015 , 2010 supports.

    Or convert these projects into a console application and run it for local setup and debugging.