Crystal Report-11 R2 report asking for user name password in vs2005 in a different computer where i try to deploy OS is W2K. But it is working in my system where i am developing the project.
Thanks
Printable View
Crystal Report-11 R2 report asking for user name password in vs2005 in a different computer where i try to deploy OS is W2K. But it is working in my system where i am developing the project.
Thanks
Just read the CR In VB.NET at my signature, and add the crystal report merge module in the deployment.
Thanks a lot now it works.
Get the solution then go to the thread tool menu and click on resloved this thred.Quote:
Originally Posted by jceand
Thanks:thumb:
ok it might be solved for him but I'm having the same issue but on my development machine. I've enter your code it seems sound and correct but when I run and trigger the Report it askes for a usernbame and password to connect to the database. As I have no username or password associated with the database this is a problem.
This is my connection information:
Upon debugging my path is correct and in the right place for my database.Code:''' <summary>
''' Open Connection Here
''' </summary>
''' <returns></returns>
''' <remarks></remarks>
Public Function OpenNewConnection() As OleDb.OleDbConnection
Dim NewConnection As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & fPath & "")
Try
NewConnection.Open()
Return NewConnection
Catch ex As Exception
Throw (ex)
End Try
End Function
http://home.swbell.net/davis32/example1.jpg