blah blah blah is here! blah blah » Close

0
votes
1 answers

Continued "A project with an Output Type of Class Libray cannot be started directly"

Today my project refused to run after I had added a new class to one of my class libraries. Found several tips here and on other forums that explained why this would be the case. Today I discovered that there can be another reason why y ...

0
votes
1 answers

Project Structure

eeboy
499

What is the correct way to structure a project in Visual Studio? I currently have a few classes which serve as a back end to an application. I then have two versions of applications, a console app and a WPF app. Up until now I *know* I ...

0
votes
0 answers

Best Practise - solution design

Could someone tell me the common/best practise for a solution layout. That is, I intend to develop a well designed 4 layered application (WinForms, .Net 3.5, Database app). I have had the habit of putting all the layers into one project, ...

Feedback