Bill, I've just found your post and think you might be able to help.
I've developed a SL app using the CodeEndeavors project template and am trying to get this to talk to WCF RIA Services I've created that has my tables (in the DNN db) modelled in an EntityFramework.
If I test this OUTSIDE of DNN and let the module run in a test page, the app works and I can retrieve data via the Service and EF.
However, when the module is plugged into DNN, it won't connect to the RIA Services at all and won't retrieve data.
I get this error (below) but all projects and DNN are targeting .Net 4 as well as Silverlight 4.0
Message: Unhandled Error in Silverlight 2 Application Load operation failed for query 'GetCategory'. The remote server returned an error: NotFound. at System.ServiceModel.DomainServices.Client.OperationBase.Complete(Exception error)
at System.ServiceModel.DomainServices.Client.LoadOperation.Complete(Exception error)
at System.ServiceModel.DomainServices.Client.DomainContext.CompleteLoad(IAsyncResult asyncResult)
at System.ServiceModel.DomainServices.Client.DomainContext.<>c__DisplayClass1b.<Load>b__17(Object )
Line: 1
Char: 1
Code: 0
URI:
http://localhost/dnn_562/TEST.aspx
I will say I do not have a .svc file in the WCF RIA Services project but have set up DomainServices with metadata too.
So, reading you post prompted me into think I've got this all wrong so need to be pointed in the right direction.
Please let enlighten me on setting up any RIA Services project in DNN so that SL modules can connect to it.
I'm sure many could do with same said advice...
Thanks