I tried to create a small test application.
My goal is to access the database using the wcf service, have a class library for data objects and use this library for the ASP.Net web page and for Windows Phone 7.
Is it possible? My current problem is creating a library that I can use for WP7 and my WCF service. It is not possible to reference the C # class library to a WP7 application, and it is not possible to reference the WP7 Silverlight library to my WCF service.
What a better way to go. I will avoid the code twice for my ASP.Net webpage and for the WP7 application.
Thanks for the tips.
Greetings Andy
source
share