The executable lines of code metric is not giving the same result for C# and VB. This is because variable assignment are not counted. public class Class2 { public ...
The Portable Executable Format is the data structure that describes how the various parts of a Win32 executable file are held together. It allows the operating system to load the executable and to ...
You probably need to ensure that the DLL is in VB's path. I'd start by dumping the DLLs in question into the same directory as the VB6 executable. If that works, then try shifting them into the same ...
Yes, I can run a SQL 7 DTS package just fine from my development PC but when I create a intall package for the VB executable, it doesn't work on the client PC.<BR><BR ...