Skip to Content
0
Former Member
Aug 12, 2008 at 12:11 AM

vs.net 2005 and sql server named instance problem

28 Views

I have a report that runs with no problems in visual studio.net with a sql server 2005 database unnamed instance. But when I try to use a named instance (LLCA1-ITE51218\SS2K5) the login fails.

I specify all the parameters to the TableLogOnInfo class, but the logon fails when I set the

Location property of the TableLogonInfo object. I specify the non-named instance, and it runs with no problems.

Does anyone have any experience with this?

Thanks, Mark