Ok, So I am learning SSRS, and I have come across the wierdest problem.
I created a new report project in 2008 studio. Now I added a report just fine. It runs, and everything is great! So now I am trying to add a report that uses a parameter. I figured it would be simple, just add a parameter to the query, and “poof” microsoft would handle, but the report always fails.
So, I decided to take the query from my good report, Fail! So I remove the query all together, Fail! I delete the report and start over with no query, Fail! I simply add a text box to the most basic of reports, and Fail!
I keep getting the same error:
Could not find file 'C:\MyReports\MYReports\bin\Debug\ReportFile.rdl'
Does anybody have an idea of why this is happening?
Thanks
Right click the solution and go to the properties. In the ‘Debug’ section use the name of the report that you want to run. It sounds like project looking to run a report that does not exists.