My C# application uses many reports. They run correctly on my PC as it has Crystal Reports for Visual Studio installed. However when I move to my Client's PC without Visual studio (but with Crystal Report Runtime Client Version) it throws this exception:
Type initializer for 'CrystalDecisions.Shared.SharedUtils' threw an exception
What is the cause of this problem and how can I solve it for my client?