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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -