Message 1 of 6
Error: Could not load file or assembly acdbmgd, Version=18.1.0.0

Not applicable
04-19-2011
06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, everyone
I am a fresh leaner, I use VB.net in VS2010 design some drawings in AutoCad2011, in .NET 3.5.
I write a Class Library in VS2010 to draw some blocks in Autocad, and it runs OK.
Then I design a Windows Forms Application in VS2010 for some inputs, and call my program above. However, everytime I got error as below in my Class Library code.
File not found exception was unhandled,
Could not load file or assembly 'acdbmgd, Version=18.1.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Can somebody help me out there?
Many Thanks in advanced!