This question is locked. New answers and comments are not allowed.
Hi,
I am trying to import a Ribbon view that exists on a silverlight usercontrol. I am using MEF and Prism 4.1 and my shell view has a content control container in it for the ribbon view. I have an external dll (module) with the ribbon view in it and when registering the view with the prism region (the content control location in the shell) I get the following exception:
ArgumentNullException: Value cannot be null.
Parameter name: popup
I am using the 2012 q2 (with noXaml hotpatch)
Do you have a working sample or solution?
Kind regards
Dan
I am trying to import a Ribbon view that exists on a silverlight usercontrol. I am using MEF and Prism 4.1 and my shell view has a content control container in it for the ribbon view. I have an external dll (module) with the ribbon view in it and when registering the view with the prism region (the content control location in the shell) I get the following exception:
ArgumentNullException: Value cannot be null.
Parameter name: popup
I am using the 2012 q2 (with noXaml hotpatch)
Do you have a working sample or solution?
Kind regards
Dan