Cannot create instances of the Types contained in the loaded Silverlight Prism XAP modules -
my silverlight prism application loading several xap modules. want able access types contained in loaded modules create instances of views , modelviews before shell activated. trying implement this:
aggregatecatalog.changed+=(o, e)=> { var type = type.gettype( "mytype, assemblyname"); }
but type null :( please help.
Comments
Post a Comment