If i understand your problem correctly, you have your typed dataset in a
seperate dll. You just need to add the same connection string config file
entry in the app.config of the exe which uses the dll. or web.config if it is
a web application
HTH,
Rakesh
> Hi,
>
[quoted text clipped - 20 lines]
> Thanks
> Thorsten
Thorsten Dittmar - 09 Sep 2007 15:42 GMT
Hi,
thanks! That works like expected! It should, however, be noted that I
need to copy the full connection string name from the DLL's app.config
file to the application's app.config file, as the package name doesn't
match when I use the settings editor on my application's configuration.
Thorsten
Rak schrieb:
> If i understand your problem correctly, you have your typed dataset in a
> seperate dll. You just need to add the same connection string config file
[quoted text clipped - 28 lines]
>> Thanks
>> Thorsten