<?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: Problem with AutoCAD 2010 and C# in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471576#M70967</link>
    <description>My program is Carpentry.dll and as you can see on that error list, it gets loaded. The program consists of three functions (autocad commands): for drawing doors, windows and double doors. I access the autocad com object in them. During debugging these functions do not report any error in them, cause they probably don't have any (they worked in AutoCAD 2009). I also implemented interface IExtensionApplication, and because of that i have two functions: Initialize and Terminate. Terminate contains no code, and initialize truggers yet another function: loadtoolbars. This function loads my customization cuix file with ads_queueexpr, and it doesn't appear to be triggering the error, because the customization file loads fine and the toolbar appears, and i get the message in the editor that the customization file was loaded successfully. The error appears after everything has been loaded and after the Ribbon command appears in the editor, and after the ribbon has been completely loaded. The error can be ignored by pressing the continue button, and then i try to trigger my commands door, window and ddoor but i get "Unknown command".</description>
    <pubDate>Tue, 21 Apr 2009 06:38:58 GMT</pubDate>
    <dc:creator>stardust1611</dc:creator>
    <dc:date>2009-04-21T06:38:58Z</dc:date>
    <item>
      <title>Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471574#M70965</link>
      <description>I have created an application in Visual Studio 2008 (it's not SP1) with C# and it worked perfectly with AutoCAD 2009. But, now, with 2010 I get this error:&lt;BR /&gt;
&lt;BR /&gt;
Application does not support just-in-time (JIT)&lt;BR /&gt;
debugging. See the end of this message for details.&lt;BR /&gt;
&lt;BR /&gt;
************** Exception Text **************&lt;BR /&gt;
System.Exception: The component 'Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon' does not have a resource identified by the URI '/AcWindows;component/infocenteracconn/myautocadballoon.xaml'.&lt;BR /&gt;
   at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)&lt;BR /&gt;
   at Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon.InitializeComponent()&lt;BR /&gt;
   at Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon.ShowInfoBalloon()&lt;BR /&gt;
   at Autodesk.AutoCAD.AcInfoCenterConn.InfoCenterManager.AcadApplication_Idle(Object sender, EventArgs e)&lt;BR /&gt;
   at System.EventHandler.Invoke(Object sender, EventArgs e)&lt;BR /&gt;
   at Autodesk.AutoCAD.ApplicationServices.Application.raise_Idle(Object value0, EventArgs value1)&lt;BR /&gt;
   at Autodesk.AutoCAD.ApplicationServices.Application.OnIdle()&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
************** Loaded Assemblies **************&lt;BR /&gt;
mscorlib&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
acdbmgd&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcdbMgd.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
msvcm90&lt;BR /&gt;
    Assembly Version: 9.0.30729.1&lt;BR /&gt;
    Win32 Version: 9.00.30729.1&lt;BR /&gt;
    CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.1_none_e163563597edeada/msvcm90.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System.Xml&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System.Drawing&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
PresentationFramework&lt;BR /&gt;
    Assembly Version: 3.0.0.0&lt;BR /&gt;
    Win32 Version: 3.0.6920.1109 (lh_tools_devdiv_wpf.071009-1109)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
PresentationCore&lt;BR /&gt;
    Assembly Version: 3.0.0.0&lt;BR /&gt;
    Win32 Version: 3.0.6920.1109 (lh_tools_devdiv_wpf.071009-1109)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
WindowsBase&lt;BR /&gt;
    Assembly Version: 3.0.0.0&lt;BR /&gt;
    Win32 Version: 3.0.6920.1109 (lh_tools_devdiv_wpf.071009-1109)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System.Configuration&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AdWindowsInterop&lt;BR /&gt;
    Assembly Version: 0.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AdWindowsInterop.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AdWindows&lt;BR /&gt;
    Assembly Version: 2.1.0.0&lt;BR /&gt;
    Win32 Version: 2.1.123.55&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AdWindows.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
acmgd&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/acmgd.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System.Core&lt;BR /&gt;
    Assembly Version: 3.5.0.0&lt;BR /&gt;
    Win32 Version: 3.5.21022.8 built by: RTM&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcWindows&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcWindows.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcWindows.resources&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/en-US/AcWindows.resources.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
acmgd&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///D:/Central%20Plexus/VB%20Projects/Carpentry/Carpentry/bin/Debug/acmgd.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System.Windows.Forms&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcTcMgd&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcTcMgd.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcCui&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcCui.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
Carpentry&lt;BR /&gt;
    Assembly Version: 1.0.0.0&lt;BR /&gt;
    Win32 Version: 1.0.0.0&lt;BR /&gt;
    CodeBase: file:///D:/Central%20Plexus/VB%20Projects/Carpentry/Carpentry/bin/debug/Carpentry.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
ContextualTabSelectorRules&lt;BR /&gt;
    Assembly Version: 0.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcWindows.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
PresentationFramework.Aero&lt;BR /&gt;
    Assembly Version: 3.0.0.0&lt;BR /&gt;
    Win32 Version: 3.0.6920.1109 (lh_tools_devdiv_wpf.071009-1109)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework.Aero/3.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
ManagedMC3&lt;BR /&gt;
    Assembly Version: 2.20.0.0&lt;BR /&gt;
    Win32 Version: 3.14.1&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/ManagedMC3.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcWindows&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///D:/Central%20Plexus/VB%20Projects/Carpentry/Carpentry/bin/Debug/AcWindows.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
System.Web.Services&lt;BR /&gt;
    Assembly Version: 2.0.0.0&lt;BR /&gt;
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;BR /&gt;
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcLayer&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcLayer.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
AcLayer.resources&lt;BR /&gt;
    Assembly Version: 18.0.0.0&lt;BR /&gt;
    Win32 Version: 18.0.55.0.0&lt;BR /&gt;
    CodeBase: file:///C:/Program%20Files/AutoCAD%202010/en-US/AcLayer.resources.DLL&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
************** JIT Debugging **************&lt;BR /&gt;
Application does not support Windows Forms just-in-time (JIT)&lt;BR /&gt;
debugging. Contact the application author for more&lt;BR /&gt;
information.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I referenced all necessary files in autocad 2010, and I don't understand what's the problem?</description>
      <pubDate>Mon, 20 Apr 2009 18:28:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471574#M70965</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-20T18:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471575#M70966</link>
      <description>What does your program do?  When does the error occur?&lt;BR /&gt;
Have you tried stepping through your code line by line to find out which line is triggering this message?&lt;BR /&gt;
-Mark P.</description>
      <pubDate>Mon, 20 Apr 2009 22:49:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471575#M70966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-20T22:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471576#M70967</link>
      <description>My program is Carpentry.dll and as you can see on that error list, it gets loaded. The program consists of three functions (autocad commands): for drawing doors, windows and double doors. I access the autocad com object in them. During debugging these functions do not report any error in them, cause they probably don't have any (they worked in AutoCAD 2009). I also implemented interface IExtensionApplication, and because of that i have two functions: Initialize and Terminate. Terminate contains no code, and initialize truggers yet another function: loadtoolbars. This function loads my customization cuix file with ads_queueexpr, and it doesn't appear to be triggering the error, because the customization file loads fine and the toolbar appears, and i get the message in the editor that the customization file was loaded successfully. The error appears after everything has been loaded and after the Ribbon command appears in the editor, and after the ribbon has been completely loaded. The error can be ignored by pressing the continue button, and then i try to trigger my commands door, window and ddoor but i get "Unknown command".</description>
      <pubDate>Tue, 21 Apr 2009 06:38:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471576#M70967</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-21T06:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471577#M70968</link>
      <description>I found out in the help files that AcInfoCenterConn class belongs to this namespace: Autodesk.AutoCAD.AcInfoCenterConn.AcInfoCenterConn, and I tried to add it but that gives me following error message: The type or namespace name 'AcInfoCenterConn' does not exist in the namespace 'Autodesk.AutoCAD' (are you missing an assembly reference?). It seems that I'm missing some dll in the references. Which one would that be?</description>
      <pubDate>Tue, 21 Apr 2009 07:44:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471577#M70968</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-21T07:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471578#M70969</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2" face="Arial"&gt;Google AcInfoCenterConn&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2" face="Arial"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2" face="Arial"&gt;///kdub&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"Stardust1611" wrote in message &lt;A&gt;&lt;BR /&gt;
  title="news:6166490@discussion.autodesk.com
CTRL + Click to follow link" &lt;BR /&gt;
  href="news:6166490@discussion.autodesk.com"&amp;gt;news:6166490@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;I &lt;BR /&gt;
  found out in the help files that AcInfoCenterConn class belongs to this &lt;BR /&gt;
  namespace: Autodesk.AutoCAD.AcInfoCenterConn.AcInfoCenterConn, and I tried to &lt;BR /&gt;
  add it but that gives me following error message: The type or namespace name &lt;BR /&gt;
  'AcInfoCenterConn' does not exist in the namespace 'Autodesk.AutoCAD' (are you &lt;BR /&gt;
  missing an assembly reference?). It seems that I'm missing some dll in the &lt;BR /&gt;
  references. Which one would that be?&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Apr 2009 08:18:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471578#M70969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-21T08:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471579#M70970</link>
      <description>In autocad 2010 there are missing two assemblies that were present in autocad 2009: AcInfoCenterConn.dll and AdInfoCenter.dll. I found out that namespace AcInfoCenterConn contains IExtensionApplication interface and it's methods: Initialize() and Terminate(). But there was no need to add reference to AcInfoCenterConn.dll and AdInfoCenter.dll in AutoCAD 2009 and it worked well. Did these two assemblies change name?</description>
      <pubDate>Tue, 21 Apr 2009 08:19:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471579#M70970</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-21T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471580#M70971</link>
      <description>Those DLLs no longer exist in AutoCAD 2010. The components that were in them &lt;BR /&gt;
are now in the main interop DLLs, but the error message you show suggests &lt;BR /&gt;
that they're still looking for the resources as if they were still in those &lt;BR /&gt;
DLLs.&lt;BR /&gt;
&lt;BR /&gt;
Looks like a bug.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Introducing AcadXTabs 2010:&lt;BR /&gt;
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;STARDUST1611&gt; wrote in message news:6166543@discussion.autodesk.com...&lt;BR /&gt;
In autocad 2010 there are missing two assemblies that were present in &lt;BR /&gt;
autocad 2009: AcInfoCenterConn.dll and AdInfoCenter.dll. I found out that &lt;BR /&gt;
namespace AcInfoCenterConn contains IExtensionApplication interface and it's &lt;BR /&gt;
methods: Initialize() and Terminate(). But there was no need to add &lt;BR /&gt;
reference to AcInfoCenterConn.dll and AdInfoCenter.dll in AutoCAD 2009 and &lt;BR /&gt;
it worked well. Did these two assemblies change name?&lt;/STARDUST1611&gt;</description>
      <pubDate>Tue, 21 Apr 2009 17:51:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471580#M70971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-21T17:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471581#M70972</link>
      <description>Could this be solved by adding the reference to correct dll where this namespace is located? If yes, what are the names of these main interop dlls you mentioned? If this really is a bug, whome should i inform about it? Thanks.</description>
      <pubDate>Tue, 21 Apr 2009 18:16:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471581#M70972</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-21T18:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471582#M70973</link>
      <description>You should already have a reference to the DLL that contains&lt;BR /&gt;
those components (acmgd.dll).&lt;BR /&gt;
&lt;BR /&gt;
I don't think you can fix this, and I'm not even sure what's&lt;BR /&gt;
causing it.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Introducing AcadXTabs 2010:&lt;BR /&gt;
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;STARDUST1611&gt; wrote in message news:6167065@discussion.autodesk.com...&lt;BR /&gt;
Could this be solved by adding the reference to correct dll where this &lt;BR /&gt;
namespace is located? If yes, what are the names of these main interop dlls &lt;BR /&gt;
you mentioned? If this really is a bug, whome should i inform about it? &lt;BR /&gt;
Thanks.&lt;/STARDUST1611&gt;</description>
      <pubDate>Tue, 21 Apr 2009 18:47:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471582#M70973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-21T18:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471583#M70974</link>
      <description>The info center is in AcWindows.dll. I found out that on this page: http://discussion.autodesk.com/forums/message.jspa?messageID=6157330 , where even you participated in the discussion just 6 days ago. I added the reference to it, and now i have that namespace, but to no avail. The error is still there.

Edited by: Stardust1611 on Apr 21, 2009 6:59 PM</description>
      <pubDate>Tue, 21 Apr 2009 18:58:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471583#M70974</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-21T18:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471584#M70975</link>
      <description>Mr Tanzillo, have you perhaps found out solution to this problem?</description>
      <pubDate>Sun, 26 Apr 2009 21:44:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471584#M70975</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-04-26T21:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471585#M70976</link>
      <description>&lt;DIV id="jive-html-wrapper-div"&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;Did you read my last reply?&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;&amp;lt;Stardust1611&amp;gt; wrote in message &lt;A&gt;&lt;BR /&gt;
  href="news:6170599@discussion.autodesk.com"&amp;gt;news:6170599@discussion.autodesk.com&lt;/A&gt;...&lt;/DIV&gt;Mr &lt;BR /&gt;
  Tanzillo, have you perhaps found out solution to this &lt;BR /&gt;
problem?&lt;/BLOCKQUOTE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Apr 2009 01:35:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471585#M70976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-27T01:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471586#M70977</link>
      <description>Hello again mr. Tanzillo. It appears that this was not a bug at all. I noticed I didn't set Copy Local to false on some of my references, and when I did that, the error disappeared. Thanks anyways.</description>
      <pubDate>Sat, 02 May 2009 15:01:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471586#M70977</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-05-02T15:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471587#M70978</link>
      <description>I had a similar problem and found this thread by doing a search on myautocadballoon. Tony gave me a hint when Tony said that the DLL no longer exists in AutoCAD 2010. I disabled all my third party apps to no avail. Then discovered i had a path set to my old AutoCAD 2009 support directory. I deleted this from my support path and the problem went away. I re-enabled my third party apps and everything works fine.&lt;BR /&gt;
Thanks.</description>
      <pubDate>Wed, 20 May 2009 13:10:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471587#M70978</guid>
      <dc:creator>Dave_S</dc:creator>
      <dc:date>2009-05-20T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471588#M70979</link>
      <description>you can add require dll</description>
      <pubDate>Mon, 03 Aug 2009 16:46:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471588#M70979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-03T16:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471589#M70980</link>
      <description>Hello Tony,&lt;BR /&gt;
could you try to help with one ancient thread that was not solved? This is the thread: http://discussion.autodesk.com/forums/thread.jspa?messageID=6296180&amp;amp;</description>
      <pubDate>Sun, 29 Nov 2009 10:48:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471589#M70980</guid>
      <dc:creator>stardust1611</dc:creator>
      <dc:date>2009-11-29T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471590#M70981</link>
      <description>Can't really tell you much without seeing the code.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD&lt;BR /&gt;
Supporting AutoCAD 2000 through 2010&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
Email: string.Format("{0}@{1}.com", "tonyt", "caddzone");&lt;BR /&gt;
&lt;BR /&gt;
&lt;STARDUST1611&gt; wrote in message news:6296181@discussion.autodesk.com...&lt;BR /&gt;
Hello Tony,&lt;BR /&gt;
could you try to help with one ancient thread that was not solved? This is &lt;BR /&gt;
the thread: &lt;BR /&gt;
http://discussion.autodesk.com/forums/thread.jspa?messageID=6296180&amp;amp;&lt;/STARDUST1611&gt;</description>
      <pubDate>Mon, 30 Nov 2009 09:41:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2471590#M70981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-30T09:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AutoCAD 2010 and C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2714535#M70982</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the same error &lt;SPAN class="short_text"&gt;&lt;SPAN&gt;appears &lt;/SPAN&gt;&lt;/SPAN&gt;within AutoCAD2011 and Visual Studio 2010. After that AutoCAD 2011 doesnt work properly.&lt;/P&gt;&lt;P&gt;The same code works with Sharpdevelop 3.2 and AutoCAD 2010 well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Jürgen.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:57:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/problem-with-autocad-2010-and-c/m-p/2714535#M70982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-07-12T14:57:50Z</dc:date>
    </item>
  </channel>
</rss>

