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 following: 1. Uninstall the Visual COBOL product using Control Panel 2. Check that the folder C:\Program Files (x86)\Micro Focus\Visual COBOL has been removed. If it has not then manually delete it using Windows Explorer. 3. Navigate to Start Menu-- All Programs-- Visual Studio 2015-- Visual Studio Tools and right click on Developer Command Prompt and select Run as Administrator 4. From the command prompt enter the command: FOR /F "tokens=1 delims=," %A IN ('gacutil /l ^| findstr /c:MicroFocus') DO echo %A Does it list any assemblies? If yes then what name and version numbers are displayed? 5. If it does list assemblies then you can try removing them using the following command: FOR /F "tokens=1 delims=," %A IN ('gacutil /l ^| findstr /c:MicroFocus') DO gacutil /uf %A 6. Repair Visual Studio 2015 Community Edition 7. Install Visual COBOL again
↧