Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
CrystalDecisions.CrystalReports.Engine.InternalException was caught
Message="
Invalid field name."
Source="CrystalDecisions.ReportAppServer.DataSetConversion"
StackTrace:
at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
at CrystalDecisions.ReportSource.EromReportSourceBase.Refresh(RequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.FormatEngine.Refresh(RequestContext reqContext)
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Refresh()
at technoEssential.Form4.reportLoad() in D:\Vishal\technoEssential\technoEssential Premium\technoEssential\technoEssential\Form4.vb:line 90
......................................................................


above is the error that shows when i load crystal report

i am using vb2005

dont know what to do

please help
Posted
Comments
ZurdoDev 14-Aug-13 7:34am    
So, what's the question?
[no name] 14-Aug-13 7:35am    
The error indicates the report is unable to find the field it is looking for.check the connection as well as the fields you are using..
Omkaara 14-Aug-13 7:45am    
First time its doing good ,,,, error is occurring when i am loading the same report second time –

1 solution

If you are creating report under page load then don't use Page.IsPostback.

The problem using IsPostback is it wont be getting the parameter again when you refereh the page.
 
Share this answer
 

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