As you can probably tell by my question, I am a complete noob at this whole thing (namely, downloading open-source projects, and Visual Studio 2010). I wanted to study the code, find out how it works, adapt my own version that dumps relevant data in a database, but really, I only got as far as loading the solution in VS 2010, hitting the "Start Debugging" button, and then:
The working directory does not exist: 'D:\Dev\CodeProject\articles\smartcardfmwk\Smartcard_Framework
How can I fix this error? I tried googling it, but none of the solutions fit the bill properly.
The source code in question is Smart Card Framework, from Code Project:
http://www.codeproject.com/Articles/16653/A-Smart-Card-Framework-for-NET?msg=4609259#xx4609259xx
I downloaded the "Updated Project (VS2010)" and I can open it in VS2010, as well as build, but debugging just wouldn't work.
I did not try replicating the path yet, but as this is a working project, my company requires that it is placed on a very specific location accessible by others.
Thanks.