I am trying to use the toolkit to generate local database cache code but I get a login failed error to my sql server db. The SQL Server databbase is 2008 (not R2). I am able to create a datasource in VS 2010 in this same project. I am also able to use SSMS from this machine to the database.
While creating the connection properties I am using SQL Server credentials and the "Test Connection" button returns: "The connection succeeded" and I am able to choose from the databases on the instance dropdown.
The error is:
Message: Login failed for user 'xxxx'.
Source : .NetSqlClient Data Provider
Number : 18456
Comments: ** Comment from web user: ErikEJ **
While creating the connection properties I am using SQL Server credentials and the "Test Connection" button returns: "The connection succeeded" and I am able to choose from the databases on the instance dropdown.
The error is:
Message: Login failed for user 'xxxx'.
Source : .NetSqlClient Data Provider
Number : 18456
Comments: ** Comment from web user: ErikEJ **
I have created a work item to change Server Connection handling in the Toolbox to use another method...