Message 1 of 1
reference to AutoCAD/ObjectDBX Common 18.0 Type Library gives errors in VS2010
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I'm a newbie to Inventor customization so please, bear with me
I used the Addin wizzard to create an add-in. So far so good
However, to be able to access the dictionary from a DWG file, using the ContainingDWGDocument method, I need to reference the TLB mentionned in the subject of my post, I get the following errors in VS 2010
Warning 1 Cannot find wrapper assembly for type library "AXDBLib". c:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets 1558 9 InventorAddIn1
Warning 2 The referenced component 'AXDBLib' could not be found.
I tried with an empty add-in (just created with the wizzard), both in VB.Net and C# with the same result
Anyboday has an idea ?