File or assembly name MSDATASRC, or one of its dependencies, was not found

L

lily

I'm using ASP.NET to create server site charts and pivot table, then write
to a image file. Every thing was fine running on XP, but I got Exception
when ran it on W2k Server. It pointed to the line that calling PivotTable.
Does anyone know what's going on?
System.IO.FileNotFoundException: File or assembly name MSDATASRC, or one of
its dependencies, was not found.

Thanks,
Lily
 
L

lily

What's wrong with this code:

Dim oChartSpace As OWC10.ChartSpace

Dim oPivot As New OWC10.PivotTable

oChartSpace.DataSource = oPivot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top