Yes i Have two seprate applications one running on server side and other running on client side but they both are using same dataLayer
Client is just using the Normal windows with .NetFrameWork3.5
let me explain you our application.
We have a client side application which is desktop based and a server side application which is web based. And both of these are using same DataLayers( 1.Object Mapping Layer which all the classes related to the tables in database
2 Sql Data Layer which has DataAccessAdapter.cs, ActionProcedures.cs, PersistenceInfoProvider.cs etc files). and both client and server have normal .net framework and windows.
Since we have to sync the data at both end we have used SqlCE on client side which has to store only a specific data(instead of whole DB). Now our requirment is that we want to have a single Data Layer for server side and client side applications. which automatically communicates with SQL Server and SQL Compact Edition without making much chnages to code.
It would be really helpfull for us if you can provide us any sample application that communicates SQL Server and SQL CE at the time using LLBLGen.
Just to emphasize, we have just bought the liecense of LLBLGen yesterday.
Samee Javaid