I have created a C# web project in visual studio 2012.
I have created an rdlc report and assigned it to a report viewer in the webpage.
When I run the website and navigate to the page, instead of showing the report it displays the error message:
"An error occurred during local report processing. The report definition for report 'Report1' has not been specified. Object reference not set to an instance of an object."
I have checked that the build action in the report properties is set to 'embedded resource'.
Any help is greatly appreciated.