I am modifying a visual studio .net application(which I took over the maintenance of) at my work that uses crystal reports. I've added different merge modules which I found online that I would need, but for some reason when I install this new version of the application the reports parameter box does not look correct. It appears like it is using the wrong version of crystal reports viewer, but I don't see where that would be set. I've included a picture of what the parameter box looks like. (Bottom is how it should look and the top is how it does look.)
The merge modules I've tried adding are:
Crystal_database_access2003
crystal_database_access2003_enu
crystal_managed2003
crystal_regwiz2003
cr11_net_embeddedreporting
I'm developing in visual studio .net 2003 and have crystal reports xi installed. I know I am not including something or setting something up correctly because when I replace the old .exe over top of the newly installed .exe the reports come out as they should. Issue with this is that the new functionality I added to the application is obviously not there. Any help would be greatly appreciated. Thanks.