Jump to content

Recommended Posts

Posted

Hi i've got a strange problem i want to create a new paletteset so i declare it as

Public mypalleteSet As Autodesk.AutoCAD.Windows.PaletteSet

to make that code works in any way i had to add to resources presentationcore.dll everything seems to be fine but when i debug the program i get error like this :

Application does not support just-in-time (JIT)
debugging. See the end of this message for details.

************** Exception Text **************
System.Exception: The component 'Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon' does not have a resource identified by the URI '/AcWindows;component/infocenteracconn/myautocadballoon.xaml'.
  at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  at Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon.InitializeComponent()
  at Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon..ctor()
  at Autodesk.AutoCAD.AcInfoCenterConn.MyAutoCADBalloon.ShowInfoBalloon()
  at Autodesk.AutoCAD.AcInfoCenterConn.InfoCenterManager.AcadApplication_Idle(Object sender, EventArgs e)
  at System.EventHandler.Invoke(Object sender, EventArgs e)
  at Autodesk.AutoCAD.ApplicationServices.Application.raise_Idle(Object value0, EventArgs value1)
  at Autodesk.AutoCAD.ApplicationServices.Application.OnIdle()


************** Loaded Assemblies **************
mscorlib
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
acdbmgd
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcdbMgd.DLL
----------------------------------------
System
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
msvcm90
   Assembly Version: 9.0.30729.4918
   Win32 Version: 9.00.30729.4918
   CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4918_none_508da958bcbd2845/msvcm90.dll
----------------------------------------
System.Xml
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Drawing
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
PresentationFramework
   Assembly Version: 3.0.0.0
   Win32 Version: 3.0.6920.4900 built by: NetFXw7
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
   Assembly Version: 3.0.0.0
   Win32 Version: 3.0.6920.4900 built by: NetFXw7
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
PresentationCore
   Assembly Version: 3.0.0.0
   Win32 Version: 3.0.6920.4900 built by: NetFXw7
   CodeBase: file:///C:/Windows/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Configuration
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
AdWindowsInterop
   Assembly Version: 0.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AdWindowsInterop.DLL
----------------------------------------
AdWindows
   Assembly Version: 2.1.0.0
   Win32 Version: 2.1.123.55
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AdWindows.DLL
----------------------------------------
acmgd
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/acmgd.DLL
----------------------------------------
System.Core
   Assembly Version: 3.5.0.0
   Win32 Version: 3.5.30729.4918 built by: NetFXw7
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
AcWindows
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcWindows.DLL
----------------------------------------
AcWindows.resources
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/en-US/AcWindows.resources.DLL
----------------------------------------
acmgd
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///E:/Studia/.NET%20%26%20ACAD/Ldt/LdtGenerator/LdtGenerator/bin/Debug/acmgd.dll
----------------------------------------
System.Windows.Forms
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
AcTcMgd
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcTcMgd.DLL
----------------------------------------
AcCui
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcCui.DLL
----------------------------------------
AcWindows
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///E:/Studia/.NET%20%26%20ACAD/Ldt/LdtGenerator/LdtGenerator/bin/Debug/AcWindows.dll
----------------------------------------
PresentationFramework.Aero
   Assembly Version: 3.0.0.0
   Win32 Version: 3.0.6920.4900 built by: NetFXw7
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework.Aero/3.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
ContextualTabSelectorRules
   Assembly Version: 0.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcWindows.dll
----------------------------------------
ManagedMC3
   Assembly Version: 2.20.0.0
   Win32 Version: 3.14.1
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/ManagedMC3.DLL
----------------------------------------
PresentationFramework.Luna
   Assembly Version: 3.0.0.0
   Win32 Version: 3.0.6920.4900 built by: NetFXw7
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework.Luna/3.0.0.0__31bf3856ad364e35/PresentationFramework.Luna.dll
----------------------------------------
System.Web.Services
   Assembly Version: 2.0.0.0
   Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
   CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
AcLayer
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/AcLayer.DLL
----------------------------------------
AcLayer.resources
   Assembly Version: 18.0.0.0
   Win32 Version: 18.0.55.0.0
   CodeBase: file:///C:/Program%20Files/AutoCAD%202010/en-US/AcLayer.resources.DLL
----------------------------------------

************** JIT Debugging **************
Application does not support Windows Forms just-in-time (JIT)
debugging. Contact the application author for more
information.

any idea how to fix this i work on vs2008 and autocad 2010

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...