I have created a windows forms application with a SQL server backend. I am populating textboxes, listboxes, treeviews using Sql queries. I attached my database to SQL Server on the ‘client’ machine and the above all populate fine both in the development environment and when deployed.
I am also populating Microsoft Report Viewers using typed datasets with parameters in localmode. All of the data is being gathered from the application to fill in the Report Viewers. These are also populating fine in the development stage. When I deploy to a client machine I am getting the following error message only for the Report Viewers:
Login failed for user ‘myDeveloperServer\Guest’.
myDeveloperServer is the name of the server the app was created on.
Clearly my problem is with the connection. Everything is seeing the ‘client’ machine except the Report Viewers. I was assuming they are using the same connection string but that does not seem to be the case and I cannot figure out why they would be looking for a different connection.
Can anyone point me towards what I am missing? I am logged in as administrator on the client machine. Thanks in advance.
I am also populating Microsoft Report Viewers using typed datasets with parameters in localmode. All of the data is being gathered from the application to fill in the Report Viewers. These are also populating fine in the development stage. When I deploy to a client machine I am getting the following error message only for the Report Viewers:
Login failed for user ‘myDeveloperServer\Guest’.
myDeveloperServer is the name of the server the app was created on.
Clearly my problem is with the connection. Everything is seeing the ‘client’ machine except the Report Viewers. I was assuming they are using the same connection string but that does not seem to be the case and I cannot figure out why they would be looking for a different connection.
Can anyone point me towards what I am missing? I am logged in as administrator on the client machine. Thanks in advance.