Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Collaboration For Revit causing XamlParseException in other addins

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
1231 Views, 3 Replies

Collaboration For Revit causing XamlParseException in other addins

Anonymous
Not applicable

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)

0 Likes

Collaboration For Revit causing XamlParseException in other addins

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)

3 REPLIES 3
Message 2 of 4
Aaron.Lu
in reply to: Anonymous

Aaron.Lu
Autodesk
Autodesk
Dear Colin,
recently we've got some reports about C4R causes addons not functioning.
the issue is logged as REVIT-72448.
we are working on it right now.

thanks very much to report this issue.


Aaron Lu
Developer Technical Services
Autodesk Developer Network
0 Likes

Dear Colin,
recently we've got some reports about C4R causes addons not functioning.
the issue is logged as REVIT-72448.
we are working on it right now.

thanks very much to report this issue.


Aaron Lu
Developer Technical Services
Autodesk Developer Network
Message 3 of 4
mikako_harada
in reply to: Anonymous

mikako_harada
Community Manager
Community Manager

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. 


Mikako Harada
Developer Technical Services
0 Likes

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. 


Mikako Harada
Developer Technical Services
Message 4 of 4

mikako_harada
Community Manager
Community Manager
Accepted solution

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: 

    • 2015.7 has released to customers via Application Manager and Autodesk Knowledge Network, download page
    • 2016.2 has released to customers via Application Manager and Autodesk Knowledge Network, download page

 

Thank you once again for your patience and understanding while we were working on the fix.

 

Regards, 


Mikako Harada
Developer Technical Services
0 Likes

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: 

    • 2015.7 has released to customers via Application Manager and Autodesk Knowledge Network, download page
    • 2016.2 has released to customers via Application Manager and Autodesk Knowledge Network, download page

 

Thank you once again for your patience and understanding while we were working on the fix.

 

Regards, 


Mikako Harada
Developer Technical Services

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

Post to forums  

Autodesk Design & Make Report