Packages are not loaded when you try to run and debug an ASP.NET application or Web service.
The Component Designer is not supported for COBOL Web sites.
It is not possible to run ASP.NET Web Sites or Web Services on a production machine (one that has
Micro FocusCOBOL Server installed) without an additional setup. This is because the production machine does not contain development tools such as
the COBOL Compiler. To workaround this, you need to do the following steps:
Precompile the site before you deploy it using the
Publish Web Site command in Visual Studio.
Edit the
.asmx file of the Web service project or the
.aspx file of the Web site and delete the
Language="COBOL" statement.
Edit the
Web.config file with a text editor and delete the line which contains:
<compiler language="COBOL"...
Ensure that a .NET Server license is installed using Apptrack.