Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to find mmDataAccessWCFSql class
Message
From
16/12/2011 16:32:44
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
16/12/2011 14:52:40
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01531155
Message ID:
01531228
Views:
23
>Tim:
>
>I followed your advice and as I said earlier ONLy the Message object is getting called using WCF. Application object such as customers are not called using WCF but using Entity Framework (EF).
>
>I did this by enabling logging of the WCF service.
>
>Do I need to customize the Business Objects that were built to use EF for WCF?
>
>Any Ideas??
>
>Thanks,
>Navneet

You need to use the factory to create the WCF data access classes. Basically, it is a check for if you are using WCF in configuration and then instantiate the WCF. Alternatively, if you don't care about using local data ever (helpful during development) you can just override the create data access methods in the business objects to return the WCF data access class. There is some info in the dev guide about this and I can post some code to show but right now running late for my next stop. I will check back later and post some code unless you find it in the dev guide.
Timothy Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform