We are converting a project from a Micro Focus VS 2008 project to VS 2010. This code worked fine in the VS 2008 release.
We make calls between C# and Cobol.net using interfaces.
The problem arises when we have a nullable datatime as a parameter of a method. Then the compiler says that the class does not implement the interface.
It appears that nullable datatime in C# is different from nullable datetime in Cobol.Net, while it was the same in previous releases.
Has anyone else ran into this problem? Any recommendations of how to fix it?
Edit
If we place this a a field in an object that is then used as a parameter it works. We also have the same problem with List.