Excel-DNA / Samples

Various sample projects and snippets related to Excel-DNA
MIT License
124 stars 80 forks source link

RtdClockVB-ExcelRtdServer not loading in VS #22

Closed johnnyontheweb closed 3 years ago

johnnyontheweb commented 3 years ago

Hello, I tried to open RtdClockVB-ExcelRtdServer.sln in VS 2019, but VS tells me that "the project is not supported":

RtdClockVB-ExcelRtdServer.vbproj: Impossibile trovare l'applicazione su cui si basa questo tipo di progetto. Per ulteriori informazioni, provare a utilizzare il collegamento seguente: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=7c62086f-14b6-45f0-a11b-31698fd43e99

In English it would be, more or less, "Cannot find application on which this project is based"

govert commented 3 years ago

You can try to remove this line from the project file:

    <ProjectTypeGuids>{7c62086f-14b6-45f0-a11b-31698fd43e99};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
johnnyontheweb commented 3 years ago

thanks, it worked!