N
nautonnier
Sorry if this has been posted (many times) before but I couldn't find
anything useful to me.
This doesn't happen always but sometimes when I build a web project,
the web.config includes the following (framework 2.0 btw):
<compilation debug="false">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Why would System.Windows.Forms be included?
tia,
nautonnier
anything useful to me.
This doesn't happen always but sometimes when I build a web project,
the web.config includes the following (framework 2.0 btw):
<compilation debug="false">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Why would System.Windows.Forms be included?
tia,
nautonnier