We have a sub project, completed by a consultant, that contains functionality we need to move into our main project. They used several design-time DataAdapters that are shown in the toolbox when viewing the project. Except for this task, we have used runtime data adapters instead of using the graphical interface in Visual Studio.
We have moved the graphically-created data adapters, with the existing settings, into our main project. However, we receive a 'database not found' error when running it. This occurs when we pass exactly the same connection string as the other data access objects in the rest of the program.
How can we either discover where and/or how to change this database setting (wherever it is) that is broken? Alternatively, how can we encode the designer-made declarations so that we can properly troubleshoot this issue?
We have moved the graphically-created data adapters, with the existing settings, into our main project. However, we receive a 'database not found' error when running it. This occurs when we pass exactly the same connection string as the other data access objects in the rest of the program.
How can we either discover where and/or how to change this database setting (wherever it is) that is broken? Alternatively, how can we encode the designer-made declarations so that we can properly troubleshoot this issue?