Skip to main content

I have a project that I have converted from Net Express into Visual Cobol with DS screens. Everything works great in the development environment, but when I deploy at a clients site with cobol server, I get a error load error on DSGRUN.  Noticed it is not in the Cobol Server BIN folder.  Am I missing an install step for COBOL server?

I have a project that I have converted from Net Express into Visual Cobol with DS screens. Everything works great in the development environment, but when I deploy at a clients site with cobol server, I get a error load error on DSGRUN.  Noticed it is not in the Cobol Server BIN folder.  Am I missing an install step for COBOL server?

Is it possible that you are on version 2.3.2 or older? If that is the case, then you need to make sure you install the Visual COBOL Addpacks containing the Dialog System support files.

Starting with version 3.0, the Dialog System support files are part of the core product.

I have a project that I have converted from Net Express into Visual Cobol with DS screens. Everything works great in the development environment, but when I deploy at a clients site with cobol server, I get a error load error on DSGRUN.  Noticed it is not in the Cobol Server BIN folder.  Am I missing an install step for COBOL server?

Yes, I am running 2.3.2 Cobol Server, thanks.