On Fri, 24 Nov 2006 03:18:51 +0800, Sebastien Lorion
<[EMAIL PROTECTED]> wrote:

>If I understand you correctly, you want to keep the code in the shared
>dataset at its current location, but do not want the client to see it,
only

I want to keep the DataTable/Dataset definitions in the shared project,
both client and server require the same defs.

I want to move the dataadapters to the server....the client doesn't need
to (and shouldn't) see them.

>the server. If you are using .NET 2.0, maybe using the InternalsVisibleTo
>attribute would be a solution? That said, moving the code in the dataset
>over to the server would be a better long term solution...

I'll take a look at "InternalsVisibleTo"...

I have actually moved the dataadapter code to the server since posting
this.....it did what I wanted....the only problem now is really the
designer, I think it's going to get upset, ideally it would be nice to be
able to have the designer in the server, update the dataadapters in the
server code, and the datatables in the shared.

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to