We just upgraded some apps from .Net Framework 3.5 sp1 to .Net Framework 4. Some Crystal reports got this error.
After Bingo a little bit, found this note on SAP site. It is because of the mixed mode dll issue. Have to put this configuration in the config file:
**
**
And this basically is for compatibility of mixed mode dlls. This blog post has very detail info about this flag.