Adding Crystal Reports to Setup and Deployment Project

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

I created a Setup and Deployment project for my ASP.NET app. I added
the Primary Output and Content Files, but when I came to install it on
my client's machine the Crystal Report files (*.rpt) weren't included.

Do they have to be added manually?

If so, isn't that a bit lame, given that they exist within the project
I am attempting to deploy?

Ta

Edward
 
on the property pane of the rpt files, check if the "Build Action" is set to
"Embedded Resource", if it's not then change to Embedded Rseource so your rpt
file will be included when you do the build.

hope this helps.
 
Back
Top