Ok here is my problem, i have asp.net application which is currently in development on Visual Studio 2010. I needed to run crystal reports so i found this exe file from internet most probaby from SAP offical website ( CRfor_VS_13_0_4.exe) hence i installed it and i then i had crystal report in my toolbox. i successfully created and was able to run it from my application. now when i deploy the application i am unable to see any preview. there is no error. I even tried to copy all the crystal report files into my project folder and then change the references to point it but still not working. On of the file is
CrystalDecisions.CrystalReports.Engine whos version is 13.0.4.705
i have no idea what is going on ?
One thing i found on internet is about the runtime libraries or 64 or 32 bit conflict but i am not sure how i can fix this problem My Windows is 64 Bit. and the hosted server is 32 Bit.