AngeloCresta / winforms-datavisualization-net

.Net8 version of dotnet/winforms-datavisualization
MIT License
30 stars 7 forks source link

Error loading Solution ChartWin.Sln #1

Closed paul1956 closed 3 years ago

paul1956 commented 3 years ago

\Source\Repos\winforms-datavisualization-net5\src\System.Windows.Forms.DataVisualization.Design\System.Windows.Forms.DataVisualization.Design.csproj : error : The project file cannot be found.

that file does not exist in fact the system directory does not exist.

BTW the demos look great and run.

AngeloCresta commented 3 years ago

It's strange, I've right now downloaded the zip file of the project and everything was ok, can you try again? the Design project is not part of the solution, you have to open the "DataViz.sln" in the main directory not the "ChartWin.sln". I'll remove the file to avoid misunderstandings

Regards, Angelo

paul1956 commented 3 years ago

I didn't use the zip, I opened using Clone from Visual Studio, I just wanted to build the Nuget and use the library. I am unfamiliar with how to just include the library in my project any info would be helpful.