Click here to Skip to main content
15,908,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed a software for my client. Every thing is working correctly. I have created report using report wizard in visual studio 2010. When i am running the reports page in client's system i am getting an error as "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist access denied."

How, can i resolve this problem and run report form in my client's system?
Posted
Comments
thatraja 28-Oct-13 7:30am    
reports? which one? crystal? ssrs?
sam9918 28-Oct-13 7:35am    
reports
thatraja 28-Oct-13 8:08am    
are you kidding? which reporting tool you're using?
sam9918 28-Oct-13 8:10am    
the one what comes with visual studio 2010 inbuilt. I don't why i am getting error in client's system. Its working fine in my system.
thatraja 28-Oct-13 8:17am    
:'(
what's the extension of report files? Always include complete details in your question for quick response.

This error is related to database(SQL server).
Here similar question which's solved
problem regarding rdlc[^]
also check this
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exit or access denied..[^]
Nice tutorial on RDLC
How to do a simple RDLC report using Visual Studio[^]
EDIT
-------------------------
I think your ObjectDataSource's connectionstring is wrong(or it's not changed), so you have to change the connection dynamically. Check this
Changing the connectionstring of a wizard generated TableAdapter at runtime from an ObjectDataSource[^]
 
Share this answer
 
v2
here's is how i have added my rdlc report and presented in my application
this is link from where i took the help.

Create RDLC report in visual 2010[]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900