Hello,
I have created a report using VS 2012 that has different behavior on different computers. I've tested it on one other PC and two servers. On my PC it works fine, everywhere else it shows the error:
"This group section cannot be printed because its condition field is nonexistent or invalid. Format the section to choose another condition field. Error in File Operator {0993E6F2-4827-4B3A-91C2-BF2C5A837B82}.rpt: Invalid group condition."
I strongly believe that the problem is not as described in the error message, because:
1. On my PC it works fine;
2. Sometimes the different message is displayed;
3. The report works fine on any machine if I pass only two parameters to the procedure behind it. As soon as I pass the third one I get this error (again, on any machine but mine).
I've read that sometimes the error like this may occur if the version of CR runtime is different from the one on the developer's machine. So I installed the latest version (13.0.5) on each machine with no effect. The ASP.Net framework version is also the same everywhere (4.5).
I don't know what else this might be. Any suggestion is appreciated.
Thank you.