Hello,
Can someone help me?
I have a very simple model/web to Silverlight App that is functioning fine.
However; if I move the DomainModel generated code to it's own Silverlight Library project, add all the same references that are in the Silverlight Application, reference the SL library and run the same thing... When I try to create an entity (any entity), I'm getting a null exception.
e.g.
var myHero = new Hero();
Object reference not set to an instance of an object.
at IdeaBlade.EntityModel.Entity..ctor()
Any suggestions on what the issue is or where I can start looking?
Regards,
Sam.