Hello Guys
I just want to know if you guys can help me, I've been through the forum can couldn't find any solution, perhaps I've just missed it.
I have been part of a team that was tasked with writing a VB.NET program that uses Crystal Reports. The version that was used was VB.NET 2010 and Crystal Reports 13. The project is now almost finished, but a situation has rised with the deployment of the project.
The complied version must be as small as possible. I've compiled the program and its final size is around 200MB, which is usuable for me, but my employer asked if I could possibly make it smaller. I've checked the references, and saw that I'm compiling the program for use for any CPU, thus it includes both the x86 and the x64 Crystal runtimes.
I thought about making two different versions, a x86 and a x64 version and have changed my compilation settings accordingly. But when I build the program it still includes both runtimes. Is there any way around this?
Thanks!