<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error: Could not load file or assembly acdbmgd, Version=18.1.0.0 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994972#M61124</link>
    <description>&lt;P&gt;Yes, it is an EXE (stand-alone) windows application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To all UI to your .NET AutoCAd class library, you simply right-click the VS class library project and select "Add-&amp;gt;New Item..." or "Add-&amp;gt;Windows Form...". That is, the UI component is also in a .NET class library project, which you can later load into AutoCAD with NETLOAD command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You amy want to go through AutoCAD .NET labs (download it from Autodesk website), which would save you lots of time on learning the basics.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2011 14:15:54 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2011-04-19T14:15:54Z</dc:date>
    <item>
      <title>Error: Could not load file or assembly acdbmgd, Version=18.1.0.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994822#M61121</link>
      <description>&lt;P&gt;Hello, everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a fresh leaner, I use VB.net in VS2010 design some drawings in AutoCad2011, in .NET 3.5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I write a Class Library in VS2010 to draw some blocks in Autocad, and it runs OK.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;File not found exception was unhandled,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help me out there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks in advanced!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:06:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994822#M61121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T13:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not load file or assembly acdbmgd, Version=18.1.0.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994870#M61122</link>
      <description>&lt;P&gt;Is the said "Windows Form Application in VS2010" an exe application? If yes, then you CANNOT use the .NET DLL library developed with AutoCAD .NET API in an stand-alone EXE app. The DLL can ONLY be used inside AutoCAD by loaing it into AutoCAD with NETLOAD command, unless you make it COM-able.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 13:32:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994870#M61122</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2011-04-19T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not load file or assembly acdbmgd, Version=18.1.0.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994948#M61123</link>
      <description>&lt;P&gt;Ok, I am new for .net. I don't know if it is an exe. But I just want to design some user friendly interface for some inputs, so I choose new project -&amp;gt; Windows form application in VS2010 to design a window for input. Is that a exe you talking about. If so, I cannot use this with the .dll. Do I have other options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Yuan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qi Gao&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:07:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994948#M61123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T14:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not load file or assembly acdbmgd, Version=18.1.0.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994972#M61124</link>
      <description>&lt;P&gt;Yes, it is an EXE (stand-alone) windows application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To all UI to your .NET AutoCAd class library, you simply right-click the VS class library project and select "Add-&amp;gt;New Item..." or "Add-&amp;gt;Windows Form...". That is, the UI component is also in a .NET class library project, which you can later load into AutoCAD with NETLOAD command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You amy want to go through AutoCAD .NET labs (download it from Autodesk website), which would save you lots of time on learning the basics.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:15:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994972#M61124</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2011-04-19T14:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not load file or assembly acdbmgd, Version=18.1.0.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994992#M61125</link>
      <description>&lt;P&gt;Ok, I see.I will try now!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much, Yuan. I really appreciate it !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 14:27:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2994992#M61125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T14:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Could not load file or assembly acdbmgd, Version=18.1.0.0</title>
      <link>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2995268#M61126</link>
      <description>&lt;P&gt;Yuan, I meet another question, When I am in Class Library project, how can I call the window application, when I compile, it just generate a .dll file, the windows not show up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 16:46:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/error-could-not-load-file-or-assembly-acdbmgd-version-18-1-0-0/m-p/2995268#M61126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T16:46:33Z</dc:date>
    </item>
  </channel>
</rss>

