starting a new project using your code samples...
Hello.
Let me begin by saying I am very much enjoying and learning a great deal from your book "Beginning Visual C#". Also, I found the code - this isn't a post asking "Where is the code?", haha.
My question is regarding what happens when it's time to create a new project, having downloaded your code samples into the directory c:\BegVCSharp.
If I follow the instructions exactly as they appear in the book, I am told that "The project cannot be created because another project already exists in the folder 'C:\BegVCSharp\Chapter3\Ch03Ex01'."
I am certain that I'm just missing something obvious. Can you tell me how to create a new project using the code samples that you've provided without getting this error? So far, I've just been creating new projects in a derivative of the folder name that you suggest - for example, in the above instance I just created my project in C:\BegVCSharp\Ch03Ex01a
Thank you - both for the book and any assistance you can provide.
edit: I posted this here because my question seemed rather like feedback on the instructions given, at least to me.
|