We tried bringing it to the server compiled as 64-bit and are still having issues.
Parser Error Message: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Line 14: <add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" /> Line 15: <add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" /> Line 16: <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" /> Line 17: </assemblies> Line 18: </compilation> |
We made sure to add a reference and then set all to Copy Local. From there we received another error with another reference and the issue has persisted through. We are installing VS on the server to see the specific reference errors in the IDE. So even with the being the same "bitness" we are still having issues on the server side while we were able to compile on 32 and 64 machines.