Referencing both System.Web and System.Windows.Forms
- by dummy
What exactly is wrong with referencing both System.Web and System.Windows.Forms in my class library?
For example, library could contain some code which needs to reference Web or WinForms-specific classes.