Hi
The user use a metaframe (CITRIX) to access EXE, In a Environment show the error VB 372 , The Exe have user controls inside vbp, in other Enivoronment (same server) work fine
Attachment 156827
Printable View
Hi
The user use a metaframe (CITRIX) to access EXE, In a Environment show the error VB 372 , The Exe have user controls inside vbp, in other Enivoronment (same server) work fine
Attachment 156827
I had an error of this type just yesterday.
Weird as it may sound the problem went away when I opened the Project, replaced a UserControl's toolbox bitmap (with the same image as originally used), and recompiled.
Weird, but I suspect that the .CTX file had been corrupted somehow.
Previous to the problem I was getting weird "file I/O error" dialogs when I compiled and saved. Still no idea what I was doing wrong, but after a reboot I had reopened the Project, compiled, and then the compiled EXE got those "Your version may be outdated" pointing an accusing finger at my UserControl.
Again, replacing the toolbox bitmap and recompiling solved it.
I just went back and looked at this and I had the same thing happen again.
This time the fix was not so easy... and I am still not sure what did fix it. I will have to look harder, I have never seen this before. The error dialog that heralded the problem said "Device I/O error."
I wonder if this has something to do with a recent security patch. But I know that's grasping at straws and I have no evidence to support such a suspicion.
I still don't have a good fix.
What I have tried last (and it seems to work repeatedly) is to remove the EXE before recompiling a new one. Weird.