After the most recent batch of updates from Autodesk, I began experiencing crashing and stability issues in my addins, as well as other 3rd party addins.
The errors thrown are of type System.Windows.Markup.XamlParseException, with an inner exception of type System.NotImplementedException.
The error is thrown during the InitializeComponent() call of any WPF component.
I isolated the issue to the Collaboration for Revit addin. Disabling the Collaboration for Revit addin solved the issues.
I only have C4R installed for Revit 2015, so I'm not sure if other versions are affected as well.
Additional exception info:
Message: The method or operation is not implemented.
Partial Stacktrace:
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at MyNamespace.MyWindow.InitializeComponent() in MyProject\MyWindow.xaml:line 1
Source: PresentationFramework
Target Site:System.Xaml.XamlType ResolveBamlType(BamlType, Int16)
Solved! Go to Solution.
After the most recent batch of updates from Autodesk, I began experiencing crashing and stability issues in my addins, as well as other 3rd party addins.
The errors thrown are of type System.Windows.Markup.XamlParseException, with an inner exception of type System.NotImplementedException.
The error is thrown during the InitializeComponent() call of any WPF component.
I isolated the issue to the Collaboration for Revit addin. Disabling the Collaboration for Revit addin solved the issues.
I only have C4R installed for Revit 2015, so I'm not sure if other versions are affected as well.
Additional exception info:
Message: The method or operation is not implemented.
Partial Stacktrace:
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at MyNamespace.MyWindow.InitializeComponent() in MyProject\MyWindow.xaml:line 1
Source: PresentationFramework
Target Site:System.Xaml.XamlType ResolveBamlType(BamlType, Int16)
Solved! Go to Solution.
Solved by mikako_harada. Go to Solution.
Dear Colin and community,
I just wanted to give you a quick update on this issue. The engineering team has identified the cause of the problem. We are working on the hotfix as we speak.
Sorry for the inconvenience this is causing. We appreciate your patience.
Dear Colin and community,
I just wanted to give you a quick update on this issue. The engineering team has identified the cause of the problem. We are working on the hotfix as we speak.
Sorry for the inconvenience this is causing. We appreciate your patience.
Dear community,
We have just released the updated version of C4R. This includes the fix for the recent compatibility issue with A360 Collaboration for Revit (C4R) and other add-ins. You can find the fixed version of C4R from the link blow:
Collaboration for Revit:
Thank you once again for your patience and understanding while we were working on the fix.
Regards,
Dear community,
We have just released the updated version of C4R. This includes the fix for the recent compatibility issue with A360 Collaboration for Revit (C4R) and other add-ins. You can find the fixed version of C4R from the link blow:
Collaboration for Revit:
Thank you once again for your patience and understanding while we were working on the fix.
Regards,
Can't find what you're looking for? Ask the community or share your knowledge.