CodeEngine
CodeEngine

Reputation: 296

How to Embedded Autodesk Viewer on winform vb.net

I need to finish an older project where AutoDesk Viewer is Embedded on a Winform. This project was done several years ago using what I assumed an older version of Autodesk. I can see on the Reference that they have a AxACCTRLLib.AxAcCtrl.dll. I downloaded autodesk design review 2013. My question is the .dll library for the embedded view has a diferent name?. Because I cannot find any with the same name of library as show above. This project was in a different computer so thats why I had to install the new autocad etc..

Below is a screenshot of the project showing the autodesk viewwer control. Any Help please I have been researching for a while now without any success

Winform AutoDeskVwr embedded

Upvotes: 1

Views: 2624

Answers (1)

Augusto Goncalves
Augusto Goncalves

Reputation: 8604

Try add COM reference to c:\Program Files (x86)\Common Files\Autodesk Shared\DwgViewrAcCtrl.dll

Upvotes: 1

Related Questions