.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debugging .NET 4.5 problem

7 REPLIES 7
Reply
Message 1 of 8
lvthunder
2014 Views, 7 Replies

Debugging .NET 4.5 problem

My VB program works great in 2013.  When I installed 2014 it stopped working.  I found out that it is the .NET 4.5 framework that is causing the problem since 2013 won't run it without crashing unless I uninstall 4.5.  While it was running I noticed some of this in the Immediate Window.  Should I be worried about these.  I'm taking portions of the program out so I can track down what is causing the problem.  The only thing the program is doing now is loading a 3 Excel Spreadsheets, creating a new drawing, reading data from Excel into variables that I'm not doing anything with, and saving the drawing.

 

System.Windows.Data Error: 40 : BindingExpression path error: 'Layer' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.Layer; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=64163862); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Layer' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.Layer; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TableStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TableStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=52469592); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TableStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TableStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MLeaderStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.MLeaderStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=32976552); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MLeaderStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.MLeaderStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'DimensionStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.DimensionStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=9433399); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'DimensionStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.DimensionStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TextStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TextStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=33988115); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TextStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TextStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'GalleryControl' (Name='mGalleryControl'); target property is 'Current' (type 'Object')
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=36782572)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=36782572); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=62607696)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=62607696); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=55785115)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=55785115); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
File with name : Drawing4.dwg does not exist
System.Windows.Data Error: 40 : BindingExpression path error: 'IsFileTabPreview' property not found on 'object' ''FileTabsData' (HashCode=6577772)'. BindingExpression:Path=DocumentGallery.IsFileTabPreview; DataItem='DataSource' (HashCode=27312452); target element is 'AutoScrollListBox' (Name='ModelLayoutPreviewListBox'); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsFileTabPreview' property not found on 'object' ''FileTabsData' (HashCode=6577772)'. BindingExpression:Path=DocumentGallery.IsFileTabPreview; DataItem='DataSource' (HashCode=27312452); target element is 'AutoScrollListBox' (Name='ModelLayoutPreviewListBox'); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsEnabled' property not found on 'object' ''NewDataItem' (HashCode=38565312)'. BindingExpression:Path=IsEnabled; DataItem='NewDataItem' (HashCode=38565312); target element is 'Border' (Name=''); target property is 'IsEnabled' (type 'Boolean')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsVisible' property not found on 'object' ''NewDataItem' (HashCode=38565312)'. BindingExpression:Path=IsVisible; DataItem='NewDataItem' (HashCode=38565312); target element is 'Border' (Name=''); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44819577); target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44819577); target element is 'ListItemButton' (Name='mButton'); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=24126391); target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=24126391); target element is 'ListItemButton' (Name='mButton'); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44159808); target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44159808); target element is 'ListItemButton' (Name='mButton'); target property is 'Name' (type 'String')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Autodesk.Private.Windows.ToolBars.ToolBarControl', AncestorLevel='1''. BindingExpression:Path=; DataItem=null; target element is 'ListItemButton' (Name='mButton'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Autodesk.Private.Windows.ToolBars.ToolBarControl', AncestorLevel='1''. BindingExpression:Path=; DataItem=null; target element is 'ListItemButton' (Name='mButton'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Autodesk.Private.Windows.ToolBars.ToolBarControl', AncestorLevel='1''. BindingExpression:Path=; DataItem=null; target element is 'ListItemButton' (Name='mButton'); target property is 'NoTarget' (type 'Object')
File with name : Drawing4.dwg does not exist
System.Windows.Data Error: 40 : BindingExpression path error: 'Layer' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.Layer; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=64163862); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Layer' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.Layer; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TableStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TableStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=52469592); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TableStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TableStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MLeaderStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.MLeaderStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=32976552); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MLeaderStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.MLeaderStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'DimensionStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.DimensionStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=9433399); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'DimensionStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.DimensionStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TextStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TextStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=33988115); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TextStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TextStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'GalleryControl' (Name='mGalleryControl'); target property is 'Current' (type 'Object')
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=2624846)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=2624846); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=23623615)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=23623615); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=54899832)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=54899832); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
File with name : Drawing5.dwg does not exist
System.Windows.Data Error: 40 : BindingExpression path error: 'IsFileTabPreview' property not found on 'object' ''FileTabsData' (HashCode=6577772)'. BindingExpression:Path=DocumentGallery.IsFileTabPreview; DataItem='DataSource' (HashCode=27312452); target element is 'AutoScrollListBox' (Name='ModelLayoutPreviewListBox'); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsFileTabPreview' property not found on 'object' ''FileTabsData' (HashCode=6577772)'. BindingExpression:Path=DocumentGallery.IsFileTabPreview; DataItem='DataSource' (HashCode=27312452); target element is 'AutoScrollListBox' (Name='ModelLayoutPreviewListBox'); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsEnabled' property not found on 'object' ''NewDataItem' (HashCode=40629125)'. BindingExpression:Path=IsEnabled; DataItem='NewDataItem' (HashCode=40629125); target element is 'Border' (Name=''); target property is 'IsEnabled' (type 'Boolean')
System.Windows.Data Error: 40 : BindingExpression path error: 'IsVisible' property not found on 'object' ''NewDataItem' (HashCode=40629125)'. BindingExpression:Path=IsVisible; DataItem='NewDataItem' (HashCode=40629125); target element is 'Border' (Name=''); target property is 'Visibility' (type 'Visibility')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44819577); target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44819577); target element is 'ListItemButton' (Name='mButton'); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=24126391); target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=24126391); target element is 'ListItemButton' (Name='mButton'); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44159808); target element is 'ListBoxItem' (Name=''); target property is 'Name' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=AutomationName; DataItem='RibbonMenuItem' (HashCode=44159808); target element is 'ListItemButton' (Name='mButton'); target property is 'Name' (type 'String')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Autodesk.Private.Windows.ToolBars.ToolBarControl', AncestorLevel='1''. BindingExpression:Path=; DataItem=null; target element is 'ListItemButton' (Name='mButton'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Autodesk.Private.Windows.ToolBars.ToolBarControl', AncestorLevel='1''. BindingExpression:Path=; DataItem=null; target element is 'ListItemButton' (Name='mButton'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Autodesk.Private.Windows.ToolBars.ToolBarControl', AncestorLevel='1''. BindingExpression:Path=; DataItem=null; target element is 'ListItemButton' (Name='mButton'); target property is 'NoTarget' (type 'Object')
File with name : Drawing5.dwg does not exist
System.Windows.Data Error: 40 : BindingExpression path error: 'Layer' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.Layer; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=64163862); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Layer' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.Layer; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TableStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TableStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=52469592); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TableStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TableStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MLeaderStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.MLeaderStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=32976552); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'MLeaderStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.MLeaderStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'DimensionStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.DimensionStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=9433399); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'DimensionStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.DimensionStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'SelectedItem' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TextStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TextStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'RibbonComboBindings' (HashCode=33988115); target property is 'Current' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'TextStyle' property not found on 'object' ''EffectiveProperties' (HashCode=32249809)'. BindingExpression:Path=EffectivePropertySource.EffectiveProperties.TextStyle; DataItem='DataBindings' (HashCode=14626574); target element is 'GalleryControl' (Name='mGalleryControl'); target property is 'Current' (type 'Object')
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='AcDrawingTabCloseButtonStyle'
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=4171277)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=4171277); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=37541499)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=37541499); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 40 : BindingExpression path error: 'Text' property not found on 'object' ''NewDataItem' (HashCode=32025744)'. BindingExpression:Path=Text; DataItem='NewDataItem' (HashCode=32025744); target element is 'ComboBoxControl' (Name='mComboBox'); target property is 'NoTarget' (type 'Object')
File with name : Drawing6.dwg does not exist

 

7 REPLIES 7
Message 2 of 8

Hi,

 

The traces doesn't help much at the moment, it's kind of challenging to find out what might be wrong based on that.

 

Could you provide a minimal piece of code that reproduces the issue?

 

Thanks,

Philippe.



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

Message 3 of 8

Those traces are output from the AutoCAD Ribbon, it's verbose WPF output which can be ignored.

 

If you are unsure where it's crashing, enable this http://through-the-interface.typepad.com/through_the_interface/2011/06/public-symbols-for-autocad-20..., start AutoCAD in your debugger with Mixed Mode debugging turned on, once loaded switch back to the debugger annd select Tools->Exceptions, turn them all on, then try and crash it - where does the debugger stop? Paste the callstack.




Fenton Webb
AutoCAD Engineering
Autodesk

Message 4 of 8
lvthunder
in reply to: fenton.webb

Can you do that using Visual Studio 2010 Express?
Message 5 of 8
arcticad
in reply to: lvthunder

I've had similar problems.with 2012 not wanting to debug and crashing the ribbon. I went back to 2010.

---------------------------



(defun botsbuildbots() (botsbuildbots))
Message 6 of 8
lvthunder
in reply to: lvthunder

When you say 2012 and 2010 are you talking about Visual Studio or AutoCAD.  I'm using Visual Studio 2010 and AutoCAD 2014.

Message 7 of 8
arcticad
in reply to: lvthunder

Visual Studio 2012 with Autocad 2013 and  2014, I couldn't get to work reliably, it would refuse to connect to acad.exe and it wouldn't debug. This error would happen, and then if I created a brand new project with nothing in it. and just ran it would crash.

 

If i rebooted Visual Studio it might work for one or two times then it would do the same thing.

 

I've had none of these problems with Visual Studio 2010.

 

I would like to know what's happening myself.

I've tries lots and lots of ideas. from modifying the acad.exe.config file to setting NEXTFIBERWORLD variable to 0. Nothing helps.

Windows 7 64 BIT. Visual Studio Express or Professional, It doesn't change.

 

Also

The program will load with the .net wizard but nothing will run at all.

 

error1.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I also get this error. I've verified that the remote debugger is runninglocally, it doesn't do anything, nothing connects to it.. I'm not using the network at all.The program is running locally.

error2.png

---------------------------



(defun botsbuildbots() (botsbuildbots))
Message 8 of 8
kcimos
in reply to: arcticad

I'm getting the same errors (as articad) with autocad 2014 & vs2010 express. I made sure my dbcoremgd, etc are set to local copy = false, and I have tried nextfiberworld = 0.

has anyone figured out the problem yet?

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost