New Posts New Posts RSS Feed: Domain Model Assembly not discovered
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Domain Model Assembly not discovered

 Post Reply Post Reply
Author
DenisK View Drop Down
IdeaBlade
IdeaBlade


Joined: 25-Aug-2010
Posts: 715
Post Options Post Options   Quote DenisK Quote  Post ReplyReply Direct Link To This Post Topic: Domain Model Assembly not discovered
    Posted: 13-Oct-2011 at 10:35am
Hi ajhops;

This is a known bug that will be fixed in the coming release of 6.1.3 sometime this week.
Back to Top
ajhops View Drop Down
Newbie
Newbie
Avatar

Joined: 23-Aug-2010
Posts: 11
Post Options Post Options   Quote ajhops Quote  Post ReplyReply Direct Link To This Post Posted: 13-Oct-2011 at 7:22am
Apparently my project name was a poor choice because it has the word "System" in it. What a pain.
Back to Top
ajhops View Drop Down
Newbie
Newbie
Avatar

Joined: 23-Aug-2010
Posts: 11
Post Options Post Options   Quote ajhops Quote  Post ReplyReply Direct Link To This Post Posted: 13-Oct-2011 at 6:45am
I'm out of ideas for troubleshooting.

Silverlight application with model in separate assembly. I am using MEF in my app, but I haven't got my hello world to launch. from the output window:

3 : 10/13/2011 8:35:30 AM :  : IdeaBlade.Core.Composition.CompositionHost:.ctor : Probe Assemblies: IB.Application.Framework.Core.SL, Version=2.0.3.61, Culture=neutral, PublicKeyToken=7d8c7326b555a04a :: PolicyEditor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null  If this list is unnecessarily large, use CompositionHost.SearchPatterns to modify the search critieria for probed assemblies. If this list does not contain the assembly(ies) holding your a) domain model, b) custom interface implementations, and c) POCO/known types then your application may not work correctly. Ensure that these assemblies are available in the exe/bin folder, and if using CompositionHost.SearchPatterns that the patterns are set appropriately.

My domain model assembly is not in this list. it is called ManagementSystem.Data.SL. Yes it is in the bin, yes it is in the xap. Yes all ideablade assemblies are as well. What do I do next? I'm not doing any custom search patterns.

I believe this is happening on both client and server.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down