I installed 6.0.8. I rebuilt my Silverlight Client and my Web project. I rebuilt my Model. Everything works fine on my development machine. I can run it just fine and debug etc.
I copied the new Ideablade.dlls to the server and placed them in the bin directory. I copied the compiled .xap and placed it in the clientbin directory. I stopped and restarted the iis server.
I get this error when I log into the app
Unable to locate type: Ideablade.EntityModel.EntityServerException, IdeaBlade.EntityModel, Version=6.0.8.0, Culture=neutral, PublicKeyToken=287b5094865421c0
When I look at the log, this is the last entry.
Caught exception: System.Exception: Unable to locate type: IdeaBlade.EntityModel.EntityQueryProxy`1[[LaborWare2011.User, LaborWare2011, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], IdeaBlade.EntityModel.SL, Version=6.0.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0. Check that the assembly holding this type is available in the bin/exe folder. Also check that both your
I have checked all my dlls on the server and they are 6.0.8 where is this coming from?
Bill