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.

link|improve this question

Can't be, either you have done something wrong, or the stuff on Cobol.NET's side has changed. The .NET framework is VERY backwards compatible. – leppie Sep 19 '11 at 9:24
@leppie, it is probably a problem with the cobol compiler – Shiraz Bhaiji Sep 19 '11 at 13:40
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.