I am trying to extend my current EM to allow for Silverlight functionality. I have already created a new project and added my existing classes to the new SL project as linked classes. This allows me to compile.
In my existing environment I have the EM assembly and a seperate Server assembly that houses the IEntityLoginManager and EntityServeryQueryInterceptor implementations.
I started my SL app using the Ideablade Business Templates. My SL assembly for the EM and Server, both SL, are referenced in both the web project and the SL project.
I am trying to get my login functions to work correctly and seem to be running into issues. When I try and pass credentials to the LoginManager the credentials always seem to be null. On the call of LoginAsync the parameter exists but on the implementation of Login the credentials are null.
Any help would be greatly appreciated.