Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.
Hello,
AutoCAD Mechanical 2013 (2012, and 2011) all did the same thing. I have accoremgd,acdbmgd,acmgd all set to Copy Local false, Embed Interop Types false, and Specific Version false. My local window fills up with these errors, and I would like to know as well if there is a sure fire way to prevent it from doing so.
Thanks,
jvj
Hi guys,
Hopefully this will help you - http://adndevblog.typepad.com/autocad/2012/07/suppressing-databinding-error-messages-in-the-visual-s....
our error message is:
This can be read from the bottom up as:
The binding failing is the IsEnabled property of an element of type IncrementingTextBox (named video_length_textbox).
The DataItem (DataContext) of the element is an object of type IncrementingTextBox named video_length_textbox
The binding expression it is trying to find is ConfigurationModel.DontUseSensorLength
And the problem the binding is having is that the ConfigurationModel property is not found on the data context object IncrementingTextBox
So your DataContext for "video_length_textbox" is set to itself, and your IncrementingTextBox class does not have a public property called ConfigurationModel
Since I don't see you setting the DataContext for your IncrementingTextBox anywhere in your XAML, check out the code for your IncrementingTextBox class. The most likely case is you are setting the DataContext to itself in either the Constructor
this.DataContext = this;
or the XAML
DataContext="{Binding RelativeSource={RelativeSource Self}}
If all this stuff does not work out then you have to resort to third party software which provide fastest recovery of your data using the smartest algorithms.
To mention a few I would recommend SysInfoTools Windows Data Recovery Tool
Can't find what you're looking for? Ask the community or share your knowledge.