Hello everyone.
I'm new around here and this is my first post. I hope I'm not crossing any rules, with this thread or the section where I'm starting it.
I have an application in VB.NET that requires Crystal Reports in order to be completely functional, in other words, appart from performing its main purposes I also need to print reports from data I get from grids.
I'm going to point out that you check this link, in order to better understand my problem at hand and I'll do a brief summary of it below.
To put it short, at first when I tried to preview a report for printing I get an error about the assembly "CrystalDecisions.CrystalReports.Engine". Then I downloaded the Crystal Reports Runtime package and I thought it would solve the problem, but it looks like the package doesn't contain all the basic assemblies? I get the following error:
"Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version = 13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified."
Note: This happens on every target machine as to where I've deployed my project, even on VM
I hope someone can shed some light on this problem, because I really need to get my project running on every machine of the company I'm working on.