Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

RE: NetExpress 3.1 Vs Windows server 2008

Hello,Net Express 3.1 is certified on Windows server 2008 (32bit)?Thanks

View Article


RE: NetExpress 3.1 Vs Windows server 2008

Sorry but no.The Net Express 3.1 product is ONLY certified on the stated systems:Windows 95 (Windows 98 recommended), Windows NT V4.0 (Windows NT Service Pack #5 or later), Windows 2000, or Windows XP...

View Article


RE: Immediate windows

No, sorry but we have not yet implemented this type of functionality in the Visual Studio Immediate Window.The current support is very limited in scope as there is no way to actually perform an...

View Article

RE: Immediate windows

This works if I wanted to change a value, but what if I wanted to issue a write/rewrite command?  There is no way of doing "on the fly" coding?

View Article

RE: Immediate windows

No, the ability to enter and run COBOL statements directly from within the Visual Studio immediate or command windows is not something that is supported.Although we did have this type of support for...

View Article


RE: Program is unverifiable error in web application

Try adding the compiler directive ILVERIFY to the project properties-->COBOL tab of the ClassLibrary1 project. This will ensure that the assembly produced will be verifiable.I do not understand your...

View Article

RE: Program is unverifiable error in web application

I do not understand your statement:"I am doing this because the pages are not successfully compiled because of the header information being different..."Can you provide more detail on this...

View Article

Program is unverifiable error in web application

I am creating a web application from files that I successfully created a web site with. I am creating new pages, and copying the bulk of the code to the web application. I am doing this because the...

View Article


RE: Program is unverifiable error in web application

ILVERIFY did the trick, thank you!

View Article


RE: codepage Unicode (UTF-8) error after saving codebehind page

I am not sure why this is happening if all of your source is saved as UTF-8.You may want to clean the projects and then rebuild them and see if that helps.Since the message indicates that the main...

View Article

RE: codepage Unicode (UTF-8) error after saving codebehind page

After putting RUNTIME-ENCODING"OEM" in the shared assembly I get the expected error:Additional information: 198     Load failure [Program has an incompatible codepage...

View Article

RE: codepage Unicode (UTF-8) error after saving codebehind page

Please also try RUNTIME-ENCODING"ANSI"

View Article

RE: codepage Unicode (UTF-8) error after saving codebehind page

RUNTIME-ENCODING"ANSI" got it to run. But isn't this setting overriding the encoding set in File\Advanced Save Options? It had to be set to UTF-8 (per a previous forum entry here) to get past an issue...

View Article


RE: codepage Unicode (UTF-8) error after saving codebehind page

These directives tell the run-time system which code page should be used when interpreting the characters stored within PIC X fields in your programs.Normally the code page to use would be determined...

View Article

codepage Unicode (UTF-8) error after saving codebehind page

Another error:An exception of type 'MicroFocus.COBOL.COBOLRuntimeException' occurred in MicroFocus.COBOL.Runtime.dll but was not handled in user codeAdditional information: 198     Load failure...

View Article


[Poll] Would you like to launch your application without the need for a .BAT...

Hello – we at Micro Focus are always interested in getting your feedback pertaining to new product enhancements.This is the first in a series of poll questions that we will be asking in order to gauge...

View Article

RE: [Poll] Would you like to launch your application without the need for a...

Thank you to all who responded to the poll question.With the new release of Visual COBOL 2.2 update 1 which is now available for download on the Supportline Product Updates page, we have added two...

View Article


RE: Decrypt XML Elements with Asymmetric Keys

Something like the following should work: $set ilusing"System.Xml" $set ilusing"System.Security.Cryptography" $set ilusing"System.Security.Cryptography.Xml" class-id vbdecrypt.Class1. working-storage...

View Article

RE: Decrypt XML Elements with Asymmetric Keys

Hi Altair, should be something like:      class-id a.      method-id Decrypt public.            local-storage section.      01 exml type EncryptedXml.      procedure division using by value Doc as type...

View Article

RE: Decrypt XML Elements with Asymmetric Keys

Hi, Robert and  ChrisThe VC isn´t EncryptedXml instantiating the class.Being that it is part of namespaces: System.Security.Cryptography.Xml01 exml type EncryptedXml. (Err)In vb.net (on the same...

View Article
Browsing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>