3
Answers

Asp.net Mvc

Photo of Rajesh Kumar

Rajesh Kumar

9y
305
1
I want to view .dwg files in asp.net application. How can i read  .dwg files in asp.net apps

Answers (3)

0
Photo of Munesh Sharma
NA 17.1k 2.4m 8y
http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c-sharp
0
Photo of Vincent Maverick Durano
NA 19.1k 2.2m 9y
DWG is proprietary file format, I think the way to go is vendor SDK and verify .net is supported.
0
Photo of Vipul Malhotra
NA 3.8k 565.2k 9y
Hi Rajesh,
 
Please have a look at the below links:
http://stackoverflow.com/questions/298622/net-cad-component-that-can-read-write-dxf-dwg-files
http://stackoverflow.com/questions/169390/open-source-cad-drawing-dwg-library-in-c-sharp
 
 
Hope it helped
Thanks