I'm trying to write a Windows service in Visual Studio 2008. The service is supposed to update an Access database. I've created a Windows service project and added an Access database to the project. A data source has been created that contains all tables from the database. Now to my problem. How do I "auto create" table adapters and bindingsource objects when the project is a service project? It's not possible to drop tables from the data source view in to the designer view of the service (like in a WinForms project)
Thanks in advance
Tommy