Here we have few questions related to provided ACadSharp .Net library.
Q1) We have downloaded .Net sample/test project from below URL from GitHub that provided by ACadSharp. But while building code in our local machine (We are using VS2019 community edition), it gave lots of error.
Thus, We are unable to find correct use of ACadSharp .Net library.
Q2) However, Downloaded code from GitHub, we found there are console and class (.dll) available only (likewise 1) ACadSharp is class project, 2) ACadSharp.Examples is console project, 3) ACadSharp.Tests is console project and 4) ACadSharpInternal.Tests is console project.
So we need to know whether this all project having utilized in Web application or not. Basically we need to deal with .DWG file on our web application through which we can view, read, modify drawing (.dwg) file via our ASP.Net Web Application.