Hello,
I'm running VS 2012 with CR 13. I have several projects on my PC, and only one has this very annoying issue.
When I try to run (or compile) the project, I'm almost always getting these errors:
Error 6 Load report failed. C:\Mercurial_Repository\INets\INets\Reports\Crystal\ProductionSchedule.rpt 1
Error 7 Type 'CrystalDecisions.Shared.CrystalReportsException' in assembly 'CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' is not marked as serializable.
Usually this happens when the Temp folders (like %TEMP%) don't have the appropriate permissions set. This had been taken care of, all permissions are set correctly.
There is also a temporary fix for this. I have to set identity impersonation to false, compile the project, then set it back to true. Then everything works until I reload the project or, for instance, change compilation debug from false to true.
This is very annoying. Do you know whet could be causing this? Again, only one project has this problem, and this happens about 80% of the time, but not always.
Thank you.