Adding Crystal Reports to Setup and Deployment Project

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top