I use Visual Studio 2008.
I'm following csharp-station Tutorial to learn the language.
I created a solution and in the solution I created a "solution folder" for each lesson.
In each folder there are several proyects relative to the different examples in that lesson.
In order to compile a project I select "establish like initial proyect", so it only compiles that project.
But now in lesson 19 I'm having a compilation problem and I don't kwow what's wrong, I selected the project I want to compile but it gives me a compilation problem relative to another project in the lesson!:
[blockquote]Error 1 El programa 'C:\Users\arsys\Desktop\cSharpStation2 - BankAccountPrivate\obj\Debug2 - BankAccountPrivate.exe' no contiene ningún método 'Main' estático adecuado para un punto de entrada 02 - BankAccountPrivate
[/blockquote]
The error message it's in spanish but I think it's clear enough. Basically it says that the project doesn't have a main entry point, which I know, but I don't want to compile that project and it's not selected to compile!
Why it gives a compilation error relative to a project I do not wish to compile and I have not selected to compile?
Screen capture that shows the problem:
http://i55.tinypic.com/avsjex.png
I hope I make myself clear, I don't speak english good enough.
