|
Hello
I am having a problem where my entity service is throwing this error when I call it from a silverlight client. I am using Devforce universal 6.0.6
Caught exception: System.Exception: Unable to locate type: SomeName.DomainModel.Country, SomeName.DomainModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null at IdeaBlade.Core.TypeWrapperSL.FindType() at IdeaBlade.Core.TypeWrapperSL.Restore() at IdeaBlade.Core.TypeWrapperSL.get_Type() at .........
There is the two different domain models, the main domain model and then the silverlight domain model that links in the business objects from the domain model. Both of these asseblies live in the same namespace SomeName.DomainModel but the assemblies are named differently SomeName.DomainModel vs SomeName.DomainModel.SL. Which to my understanding is OK since 6.0.4.
In the old documentation there was a bit about the assembly namespaces not matching so I went back with reflector and checked this. Through reflector I can see that in both assemblies the Country type has the exact same namespace and version number.
If anyone can point me in the right direction to fix this it would be apprcieated.
Thanks
B
|