DataTable and typed Datset in differents files
For beginning, sory for my approximate english.
So let's go.
I'm working on three tier architecture.
I want to use the Vs 2005 tools who generate Typed Dataset and TableAdpter From a XSD.
When Vs generate them it puts the generated code in the same file that's mean in the same Dll.
If i want to use my typed DataSet on the Presentation layer, i had to reference the Dll who permit me (i'm not sure of this structure sentence lol)
to use the DataSet but the problem is whe can access to the TableAdapter too.
And in my company for security reason on the presentation layer no Information to Dataccess use is tolerate.
I want to generate tableAdapters and Datasets in differents files For use two dll Different.
Is there a way to do it?
If not i will split the generated code file but it's not very clean
Thks for your replying

