Select to view content in your preferred language

Error running a WPF/PRISM app from an ArcGIS Desktop Add In button

452
1
11-16-2011 07:00 AM
Labels (1)
DioCastillo
Emerging Contributor
I'm just wondering if anyone out there has tried running a WPF app that uses PRISM from a button add-in in ArcMap.  The OnClick event goes as far as initializing and showing the Shell.xaml but when it tries to load the modules and the controls in the regions, I get this error:

"Unable to cast transparent proxy to type 'InnerModuleInfoLoader'"

Any help will be appreciated.

Thanks.
0 Kudos
1 Reply
DioCastillo
Emerging Contributor
Please disregard this, I found the resolution for this.  ArcMap was just telling me that it couldn't find the Prism DLLs, that's all.  After registering them in the GAC, the WPF app ran without a hitch.
0 Kudos