Hey, nice program
I tried compiling the 1.8.6 source code but it appears that I'm missing some dependencies at run-time. VS points to files not found in mscorelib:
Code:
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
No compile-time errors or warnings, by the way. I ran the program with Dependency Walker and it points to two entries that correspond to the VS errors.
Code:
GPSVC.DLL
IESHIMS.DLL
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
It's looking for the two files in the debug/release folder (that is to say, it's looking for the dll's in the same folder from which the program resides).
Do you have the files in question? If so, perhaps next time you can include it in the next source-code release?