In console application i have added two classes. my class1 is having some errors. I have set start up project as my class2 bcz i want run that class by going inside solution explore and used properties. But my class1 is having problem so i can not run my second class even if i stated it as start up project. Can is there any way to run class2 without solving class1 errors(c# console application)
Dude, this is not a C# programming forum... Did you use Google to find a C# forum that can handle this questions? I guess there are a lot of forums that can answer those questions.
Not that I am aware of, I don't think that you can compile a project which contains errors... although I may be wrong. Why not just fix the errors, or comment them out until you need to fix them. Comment the whole class out if necessary....