<?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: Can't debug my project with AutoCAD2011 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032222#M60882</link>
    <description>&lt;P&gt;Did you set Copy Local to False for the two AutoCAD assemblies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stephen Preston&lt;/P&gt;&lt;P&gt;Autodesk Developer Network&lt;/P&gt;</description>
    <pubDate>Sat, 21 May 2011 17:44:38 GMT</pubDate>
    <dc:creator>StephenPreston</dc:creator>
    <dc:date>2011-05-21T17:44:38Z</dc:date>
    <item>
      <title>Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3026674#M60878</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I have added reference acdbmgd/acmgd from C:\Program Files\Autodesk\AutoCAD 2011\&amp;nbsp; with copy local =false I can see from the list the version are 18.0.0.0&lt;/P&gt;&lt;P&gt;But when I start debug the project I got the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This project used to work with AutoCAD2010, now just moved to 2011 I can't even start debuging&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the end of this message for details on invoking&lt;BR /&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;/P&gt;&lt;P&gt;************** Exception Text **************&lt;BR /&gt;System.IO.FileLoadException: A procedure imported by 'acmgd, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded.&lt;BR /&gt;File name: 'acmgd, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null' ---&amp;gt; System.Runtime.InteropServices.COMException (0x8007007F): The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.ModuleHandle.ResolveMethod(Int32 methodToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle* methodInstArgs, Int32 methodInstCount)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.ModuleHandle.ResolveMethodHandle(Int32 methodToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.CustomAttributeData..ctor(Module scope, CustomAttributeRecord caRecord)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.CustomAttributeData.GetCustomAttributes(Module module, Int32 tkTarget)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.CustomAttributeData.GetCustomAttributes(Assembly target)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResourceManager.GetNeutralResourcesLanguage(Assembly a, UltimateResourceFallbackLocation&amp;amp; fallbackLocation)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Resources.ResourceManager.GetStream(String name, CultureInfo culture)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.Resources.ResourceManagerWrapper.GetStream(String name)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.AppModel.ResourcePart.EnsureResourceLocationSet()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.Packaging.PackWebResponse.GetResponseStream()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.Packaging.PackWebResponse.get_ContentType()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.WpfWebRequestHelper.GetContentType(WebResponse response)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at MS.Internal.WpfWebRequestHelper.GetResponseStream(WebRequest request, ContentType&amp;amp; contentType)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Windows.ResourceDictionary.set_Source(Uri value)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.RibbonContent.get_AppFrameResources()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.RibbonContent.get_NonZeroDocQAT()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.RibbonContent.GetNonZeroDocumentQATControl(String sId)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.QuickAccessToolbarService.LoadQuickAccessToolbarContent(MenuGroupData menuGroupData, Dictionary`2 workspaces, Dictionary`2 quickAccessToolbarItems)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.QuickAccessToolbarService.LoadContent()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.QuickAccessToolbarService.RestoreItems()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.QuickAccessToolbarService.Initialize()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.QuickAccessToolbarService.LoadQuickAccessToolbar()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.Internal.Windows.QuickAccessToolbarService.OnApplicationIdle(Object sender, EventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.EventHandler.Invoke(Object sender, EventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.ApplicationServices.Application.raise_Idle(Object value0, EventArgs value1)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Autodesk.AutoCAD.ApplicationServices.Application.OnIdle()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;************** Loaded Assemblies **************&lt;BR /&gt;mscorlib&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4959 (win7RTMGDR.050727-4900)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;acdbmgd&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 18.1.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 18.1.49.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/AcdbMgd.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;msvcm90&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 9.0.30729.4974&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 9.00.30729.4974&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb/msvcm90.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xml&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Drawing&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 3.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.0.6920.5001 built by: Win7RTMGDR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WindowsBase&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 3.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.0.6920.5001 built by: Win7RTMGDR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationCore&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 3.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.0.6920.5001 built by: Win7RTMGDR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Configuration&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdApplicationFrame&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 0.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.0.264.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/AdApplicationFrame.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdWindows&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 3.0.263.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.0.263.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/AdWindows.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework.Aero&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 3.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.0.6920.4902 built by: NetFXw7&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework.Aero/3.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;acmgd&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 18.1.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 18.1.49.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/acmgd.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Core&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 3.5.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 3.5.30729.4926 built by: NetFXw7&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcWindows&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 18.1.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 18.1.49.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/AcWindows.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcWindows.resources&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 18.1.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 18.1.49.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/en-US/AcWindows.resources.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcCui&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 18.1.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 18.1.49.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Autodesk/AutoCAD%202011/AcCui.DLL&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcWindows&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 18.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 18.0.55.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Program%20Files/Fifth%20Dimension/StorePlan%20HQ/AcWindows.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Windows.Forms&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: &lt;A rel="nofollow" target="_blank"&gt;file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;/A&gt;&lt;BR /&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;************** JIT Debugging **************&lt;BR /&gt;To enable just-in-time (JIT) debugging, the .config file for this&lt;BR /&gt;application or computer (machine.config) must have the&lt;BR /&gt;jitDebugging value set in the system.windows.forms section.&lt;BR /&gt;The application must also be compiled with debugging&lt;BR /&gt;enabled.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.windows.forms jitDebugging="true" /&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;When JIT debugging is enabled, any unhandled exception&lt;BR /&gt;will be sent to the JIT debugger registered on the computer&lt;BR /&gt;rather than be handled by this dialog box.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2011 14:15:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3026674#M60878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-17T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3026802#M60879</link>
      <description>&lt;P&gt;Well, I'm not sure what is causing your error, but you aren't supposed to reference the .dll files from your AutoCAD folder... you are supposed to reference them from the ObjectARX folder on C: drive. If you don't have that, you should install the ObjectARX SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure this has anything to do with your problem, but all the documentation I've read says that is the way to go, and it works for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck and report back here if that helps or doesn't help. Maybe somebody else will have an idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2011 15:28:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3026802#M60879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-17T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3026856#M60880</link>
      <description>&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply. i downloaded objectARX and re reference them to c:objectarx 2011\inc\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the error is the same&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW: i am using VB2008&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The funny thing is I created a new project and it works fine, just the old one which works perfect in AutoCAD2010&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2011 15:54:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3026856#M60880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-17T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3027262#M60881</link>
      <description>&lt;P&gt;It does not matter where you reference the files from, the files that are loaded at runtime will still be the files from the AutoCAD directory.&amp;nbsp; (AutoCAD is loaded in the normal fashion prior to you netloading your project into AutoCAD, therefore the necessary files have already been loaded into memory and are used as such.)&amp;nbsp; The files from the ObjectARX folder will not get loaded on top of the others just because you reference them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Think of an end user machine that does not have the ObjectARX files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason for referencing the ObjectARX files is that certain dependancies have been removed from those files.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2011 20:00:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3027262#M60881</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2011-05-17T20:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032222#M60882</link>
      <description>&lt;P&gt;Did you set Copy Local to False for the two AutoCAD assemblies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stephen Preston&lt;/P&gt;&lt;P&gt;Autodesk Developer Network&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2011 17:44:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032222#M60882</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2011-05-21T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032558#M60883</link>
      <description>&lt;P&gt;I assume you changed you&amp;nbsp;project&amp;nbsp;to start 2011 not 2010.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What other references are in your project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had some simillar problems but it came down references. Make sure all the that the paths are to AC2011 even if copy local is false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2011 06:34:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032558#M60883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-23T06:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't debug my project with AutoCAD2011</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032636#M60884</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solved my problem by deleting local copy AcWindows.DLL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know why, but that solved the problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2011 08:48:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-t-debug-my-project-with-autocad2011/m-p/3032636#M60884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-23T08:48:09Z</dc:date>
    </item>
  </channel>
</rss>

