I have started a new single form app with just the Viewer on it. I've plugged in the code from the link and fixed the typos.
I need to confirm, which Extensions references should be added to the Solution. I am presuming:
CrystalDecisions.ReportAppServer....
ClientDoc
DataDefModel
ReportDefModel
Controllers
I've gone ahead and done so. But get these messages (warnings):
A reference was created to embedded interop assembly 'CrystalDecisions.ReportAppServer.DataDefModel' because of an indirect reference to that assembly from assembly 'CrystalDecisions.Shared'. Consider changing the 'Embed Interop Types' property on either assembly.
When I run the project, nothing happens. Do I need to add the .rpt to the solution? I am strictly going by what's on the link, not adding anything but the default viewer.