Hi I have created Simple report which is just fetching the table from sql 2012.I have deployed that on my localhost reportserver and able to run
properly.This I am doing on test server which is a workgroup and had OS win2008R2.
Now when I try to view it through ReportViewerControl it gives me error as: item '/Report_project1/Report1'not found(rsitemnotfound)
what should I do.I have configured properties as below.
Processmode:remote,Serverurl:http://localhost/Reportserver and Reportpath:/Report_project1/Report1 also I have referenced a Microosft.Reportviewer.winform namespace
can anyone help?