clawsoftware / clawPDF

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
https://github.com/clawsoftware/clawPDF
GNU Affero General Public License v3.0
660 stars 147 forks source link

Error when openning clawPDF project with VS19 #31

Closed vinhphu56 closed 1 year ago

vinhphu56 commented 3 years ago

When I open the project file clawPDF.sln, I get this message: This version of Visual Studio is unable to open the followig projects.... ..\clawPDF_setup\clawPDF_setup.vdproj I click OK, at the IDE screen of Solution Explorer show: clawPDF_setup (incompatible) This project is incompatible with the current edition of Visual Studio

twooclock commented 3 years ago

You're missing VS extension "Microsoft Visual Studio Installer Projects". Go to Extensions/Manage Extensions and install it there, restart VS and reload the project.

vinhphu56 commented 3 years ago

Thank you so much.

vinhphu56 commented 3 years ago

Hi twooclock, I still have the same problem. clawPDF error vs2019 Project Installer

twooclock commented 3 years ago

Have you restarted VS and reloaded the project? Do so...

vinhphu56 commented 3 years ago

Yes, I restarted and open the project again.