This is PRISM application, so there is some MEF stuff going on.
IDATT.Client is a main Shell/Bootstrapper
IDATT.Client.Module.Mobile is where I try to load list of "MobileDevice" entities
I have IDATT.Data.IdeaBlade.CL referenced from both checked in red projects
When I try to load data I get following error. Any suggestion on how to debug it?
Type 'IdeaBlade.EntityModel.EntityQueryProxy`1[[IDATT.Data.IdeaBlade.MobileDevice, IDATT.Data.IdeaBlade.CL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' is not known to the serializer. The following probe assemblies were found during initialization: IDATT.Client. Make sure that the assemblies holding your entity model and other known types are in this list. Check that your CompositionHost.SearchPatterns are correct. Also see the debug log to check for assembly load errors.
In my Bootstrapper I added logging and this is what I have. I don't think it is probing additional assemblies that I have referenced..
Edited by katit - 09-Sep-2011 at 8:59pm