We have a web site that uses rdlc files to show some reports, but when I publish the website within visual studio these files are not included.
how do I add these files to the publication?
is copying these rdlc files to the publication secure?
thanks
When I included my .rdlc files they would not output during a publish as well.
To solve this click on the file and look in the properties window.
Under ‘Build Action’ my project had the setting of ‘Embedded Resource’.
Changing this setting to ‘Content’ fixed this issue for me.