BUG: VS7.1 - Runtime error for all Samples
Posted: Fri Jan 20, 2006 19:14
My comments are regarding the VS7.1 (.NET 2003) installation files. Any and all sample apps run from the debugger (important distinction!) have a runtime error. Apps cannot find any of the data files on the harddrive. I fixed this by simply changing the working directory in the project properties to "..\..\bin" (no quotes) to each of the sample apps project properties.
If you compile and run the .exes found in the \bin directory they work fine without making any changes. So this issue is with running the apps from VS debugger only.
Maybe other installations have this problem but I don't know because I only downloaded the .NET 2003 one.
Not a huge deal but I just wanted to bring it up in case anybody cared.
Nice work on the library, though. Very good use of OOP and design patterns (Factory, Singleton, Iterator, etc).
-SJ
If you compile and run the .exes found in the \bin directory they work fine without making any changes. So this issue is with running the apps from VS debugger only.
Maybe other installations have this problem but I don't know because I only downloaded the .NET 2003 one.
Not a huge deal but I just wanted to bring it up in case anybody cared.
Nice work on the library, though. Very good use of OOP and design patterns (Factory, Singleton, Iterator, etc).
-SJ