I get the above error when building my Visual COBOL solution using Visual Studio 2015. Is there something simple I'm missing? The code worked fine using the old MS-DOS Micro Focus compile and link. Do I need to check one or more namespaces in the solution properties, for instance? Or something simpler?
Thanks in advance,
Wes
#errorCOBCH0854#VISUALSTUDIO2015#VisualCOBOLIs the error pointing to a particular program or line of code?
What type of project is it, native or managed?
I would recommend that for problems like these that you open up a support incident with Customer Support as they are difficult to diagnose on a Community Forum.
Thanks
I get the above error when building my Visual COBOL solution using Visual Studio 2015. Is there something simple I'm missing? The code worked fine using the old MS-DOS Micro Focus compile and link. Do I need to check one or more namespaces in the solution properties, for instance? Or something simpler?
Thanks in advance,
Wes
#errorCOBCH0854#VISUALSTUDIO2015#VisualCOBOLI changed from managed to native and the problem went away.