View DWG files in a browser

I have an application developed with Asp.Net and C #. I have to display the DWG-CAD files (stored on the server) in a client side browser. I cannot install Auto CAD or any other ActiveX software or control on my computers on the client side, and it can only be installed on the server. Is there any way to achieve this?

I tried DWGViewX, but it could not display the image when accessing the client. But when accessing from the server itself, I can view the DWG file. I just tried the trial version of DWGViewX. Is this a problem due to licensing issues?

Any help in this regard would be greatly appreciated.

Hi

Vignes

+3
source share
3 answers

CadLib. ASP.NET . - Silverlight 4 (. ).

+4

DWG TrueView Adobe .
Visual Studio ( 2008) Windows Form.
.
"TrueView" .
rightclick "Choose Items..."
- >
- > " COM"
- > "Autodesk AcCtrl".

"Autodesk AcCtrl" "TrueView" → .

, Form1_Load ( Visual Source) :

axAcCtrl1.PutSourcePath(@ "C:\WHERE\EVER\\DWG\FILE\IS\example.dwg" );

!

, !

+2
0

All Articles