Hi guys,
I have a .net project. Pretty simple, one web form, 1 database, 1 crystal report.
Based on the criteria selected in the form, the crystal report will be shown. It works fine.However, i built it for someone on my home pc. It is connecting to sql server express using windows authentication and when i build and run it at home from within visual studio, it works fine.
I gave my friend all the necessary files, however it seems to be looking for my pc at home to connect to get its data for the crystal report.
i am not sure how to approach the problem.
This is the error message i get within the browser when i run the application by double clicking on the .sln file and pressing the build button in visual studio
Logon failed. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for SQL Server Description: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. SQL State: 08001 Native Error: Error in File C:\DOCUME~1\Mel issa\LOCALS~1\T emp\EmployeeWag ePaymentreportB yArea {BAA14BFC-7156-4F3F-8903-76B66E0C5CEE}.r pt: Unable to connect: incorrect log on parameters.
Can someone please help me
I have a .net project. Pretty simple, one web form, 1 database, 1 crystal report.
Based on the criteria selected in the form, the crystal report will be shown. It works fine.However, i built it for someone on my home pc. It is connecting to sql server express using windows authentication and when i build and run it at home from within visual studio, it works fine.
I gave my friend all the necessary files, however it seems to be looking for my pc at home to connect to get its data for the crystal report.
i am not sure how to approach the problem.
This is the error message i get within the browser when i run the application by double clicking on the .sln file and pressing the build button in visual studio
Logon failed. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for SQL Server Description: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. SQL State: 08001 Native Error: Error in File C:\DOCUME~1\Mel issa\LOCALS~1\T emp\EmployeeWag ePaymentreportB yArea {BAA14BFC-7156-4F3F-8903-76B66E0C5CEE}.r pt: Unable to connect: incorrect log on parameters.
Can someone please help me