ACadSharp icon indicating copy to clipboard operation
ACadSharp copied to clipboard

I can't run this c# example project

Open DomCR opened this issue 1 year ago • 1 comments

@DomCR I can't run this c# example project. It directly reports an error. No dependencies were found for the project. You mean that it can read all the information of DWG, can it be displayed? It seems to me that the code can only read information instead of displaying graphics. I want to import the DWG file and display the drawing in the window.

Originally posted by @socketing in https://github.com/DomCR/ACadSharp/issues/35#issuecomment-1200485615

DomCR avatar Aug 01 '22 07:08 DomCR

Hi @socketing

Please keep the comments related to the topic of the issue, if you have a different problem, open a new one, thanks.

About your comment, ACadSharp is not a graphics library, it won't display the information in a dwg, you can use it to check the information in a dwg file using C# but you will need to use a separated graphics library to display the information.

Your error in ACadSharp.Examples project may be related to the assembles, the library is referenced in the csproj file, if you downloaded the full repo this will not report any error, if that's the case your error may be related to a missing system assembly, make sure that you have .NET Core installed in the right way.

DomCR avatar Aug 01 '22 07:08 DomCR

Close due inactivity

DomCR avatar Sep 30 '22 18:09 DomCR