Hi,
To give you an overview of our Company's project, we need to have a Data Access Layer
that can be distributed to different .NET Clients such as Silverlight, WPF, Winforms.
I was able to create an n-tier Windows Form application using Devforce by separating
the DomainModel class with the WinForm Project and accessing it in 2-tier or n-Tier
mode by enabling the "Distributed" property on the App.Config.
Same as true with the Silverlight project, by using the Devforce Silverlight Template.
But what I want to accomplish is to reuse the DomainClass I created in the Windows forms
Application and use it with my Silverlight project.
How can I do that? How can I generate the client-side generated code by just reusing
the existing DomainModel class?
Hope you can help me guys.
Thanks,
Von