Forum Post: RE: VC for VS 2015
What was the previous product version that you had installed? Did you uninstall this prior to installing the 2.3 release? I would recommend that you try to do a product Repair from Control Panel. If...
View ArticleForum Post: RE: VC for VS 2015
I just checked my downloads and it looks like I downloaded it on aug 2 . it had the same file name vcvs2015 _23
View ArticleForum Post: RE: VC for VS 2015
I did uninstall the previous version with the console uninstaller. Cannot do a repair on vcvs. it allows one on the license mgr, though. License Admin tool shows - Visual Cobol PE Visual studio Can...
View ArticleForum Post: RE: VC for VS 2015
Can create a managed console app. Fails on Managed forms app
View ArticleForum Post: RE: VC for VS 2015
Another bit of info. I get the error on the form not on the program
View ArticleForum Post: RE: VC for VS 2015
It sounds like something didn't uninstall properly and somehow an older version of the COBOL CodeDOM assembly is being referenced by the Winform project. Can you please clarify what you mean by: "I...
View ArticleForum Post: RE: VC for VS 2015
Sorry for the confusion . It's the control panel uninstaller. I do not get the repair option.
View ArticleForum Post: RE: VC for VS 2015
In Control Panel, does it currently show more than one version of Visual COBOL installed? Do you have any other Micro Focus products installed such as Net Express? We would recommend that you try the...
View ArticleForum Post: RE: VC for VS 2015
Chris, Being an old mainframe guy I am not familiar with native commands in the command prompt. I typed in what you typed verbatim, but it was not recognized. Should I be in a certain directory or is...
View ArticleForum Post: Cobol consuming webservice
Hello, I have seen documents on how to create a web service from a legacy cobol program in the MF docs. But is there a documentation on how to consume a webservice from a "standard" cobol application...
View ArticleForum Post: RE: Cobol consuming webservice
Hi Alain, By "standard" COBOL application are you referring to native procedural code instead of managed .NET or JVM code? Which product do you use Visual COBOL for Visual Studio or Visual COBOL for...
View ArticleForum Post: PostgreSQL
Hello, We are in the context of Oracle to PostgreSQL migration testing, we are in the process to realise a POC with Cobol progs accessing PostgreSQL; We currently use Oracle's unix precompiler , does...
View ArticleForum Post: RE: VC for VS 2015
This would have to be a Visual Studio Developers prompt in order for it to find the GacUtil command. What was the error that you are receiving? Another method to check this would be to open up Windows...
View ArticleForum Post: RE: PostgreSQL
The support that we added for PostgreSQL in Visual COBOL 2.3 was in the OpenESQL preprocessor which is thru their ODBC and ADO compatible drivers. In this release, PostgreSQL 9.4 has been tested with...
View ArticleForum Post: Visual COBOL not connecting to Sybase
We are migrating Workbench 4.3 COBOL to Visual COBOL 2.3 using Native Project. The programs have been in production since 2001. We are using the Sybase precompiler COBSQL/COBPRE and have the database...
View ArticleForum Post: RE: Looking for a Micro Focus document/manual
Sorry, but I have that one already. And no, what I think I remember is more like a guide telling which COBOL statements are native-only (and what their manage-code counterpart is, if any), which have...
View ArticleForum Post: RE: VC for VS 2015
There are many programs starting with MicroFocus in all 3 sudirectories the first one GAC_32, holds MicroFocus.COBOL.CodeDom. Drilling down through that directory I get to MicroFocus.COBOL.CodeDom.dll...
View ArticleForum Post: RE: Looking for a Micro Focus document/manual
Hi Don. I don't recall the documentation team producing a document like the one you describe, but I will do some more investigation to see if there's anything I've missed. In terms of producing a...
View ArticleForum Post: RE: VC for VS 2015
You see these files AFTER uninstalling the Visual COBOL product through Control Panel?
View ArticleForum Post: RE: Cobol consuming webservice
Chris, I am sorry, I forgot to precise the environment. We use VC 2.1 for Eclipse under Centos (RedHat). And when I write "standard" cobol, this is indeed native procedural cobol. A SOAP third party...
View Article