Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 18, 2013 06:17 AM by sanjay bathre
Member
14 Points
37 Posts
Jan 17, 2013 08:41 AM|LINK
myreport.SetDataSource(Dstadmission1) //Geting error at this line........... myreport.ReportOptions.EnableSaveDataWithReport = True.............
.........
error:
Unable to find the report in the manifest resources. Please build the project, and try again.
Star
7625 Points
1454 Posts
Jan 17, 2013 10:11 AM|LINK
This problem is similar to "Unable to load report". To fix this error, please check the path of your report while loading and check the namespace of your report file.
e.g. report path should as below
oRpt.Load(Server.MapPath("reports/rptLesson_Allocation.rpt"))
Jan 18, 2013 06:17 AM|LINK
thanx for your help santosh......
but i got the solution the .rpt file was not there in the project
sanjay bathr...
Member
14 Points
37 Posts
please help me with this error......Unable to find the report in the manifest resources. ...........
Jan 17, 2013 08:41 AM|LINK
myreport.SetDataSource(Dstadmission1) //Geting error at this line...........
myreport.ReportOptions.EnableSaveDataWithReport = True.............
.........
error:
Unable to find the report in the manifest resources. Please build
the project, and try again.
santosh.jagd...
Star
7625 Points
1454 Posts
Re: please help me with this error......Unable to find the report in the manifest resources. .......
Jan 17, 2013 10:11 AM|LINK
This problem is similar to "Unable to load report". To fix this error, please check the path of your report while loading and check the namespace of your report file.
e.g. report path should as below
oRpt.Load(Server.MapPath("reports/rptLesson_Allocation.rpt"))MCP
sanjay bathr...
Member
14 Points
37 Posts
Re: please help me with this error......Unable to find the report in the manifest resources. .......
Jan 18, 2013 06:17 AM|LINK
thanx for your help santosh......
but i got the solution the .rpt file was not there in the project