cancel
Showing results for 
Search instead for 
Did you mean: 

No valid report source

Former Member
0 Kudos

Hi,

When printing a report the first page prints fine, but when I want to navigate to the 2nd page or if I want to use grouping the "No valid report source" error message is displayed.

I'm using Visual Studio 2010 Professional and Crystal Reports Version for Visual Studio 2010 (13.0.0.99).

The code behind sample:

TempSQLString = "SELECT CustomerNumber, CustomerName FROM Customers WHERE CustomerStatus = 'ACTIVE'"

Dim TempDataAdapter As New SqlDataAdapter()

TempDataAdapter.SelectCommand = New SqlCommand(TempSQLString, TempConnection)

TempDataAdapter.Fill(TempDataSet, "TempCRSource")

Dim TempCrystalReport As New crTempReport

TempCrystalReport.SetDataSource(TempDataSet.Tables(0))

crvTempReport.ReportSource = TempCrystalReport

I've read a number of posts all over the net, but none of them really presents a solution with the majority still being unresolved. Can anyone please help?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Looks like a web app(?)

And you are doing post backs \ putting the report in session?

And you've seen KB #1525432 - Could not load file or assembly 'file:///<Path>crdb_adoplus.dll' or one of its dependencies?

- Ludek

Follow us on Twitter http://twitter.com/SAPCRNetSup

Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Former Member
0 Kudos

Hi Ludek,

Yes, it is a web app.

Yes, there are postbacks, and yes, I did try the solution proposed with - still no improvement.

I've tested KB#1525432 and still it shows the same error.

Anything else I could try?

Former Member
0 Kudos

Anyone?

Former Member
0 Kudos

Hi all,

Thanks to those who looked into this problem. I managed to get it addressed even though I still have a couple of minor issues, which I'l research today.

Regards,

Answers (0)