Referencing both System.Web and System.Windows.Forms

Posted by dummy on Stack Overflow See other posts from Stack Overflow or by dummy
Published on 2010-06-02T11:51:11Z Indexed on 2010/06/02 11:53 UTC
Read the original article Hit count: 412

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about assembly