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="Syste m.Design, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
<add assembly="Syste m.Windows.Forms , Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B77A5C561934E08 9"/>
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="Syste m.Design, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
<add assembly="Syste m.Windows.Forms , Version=2.0.0.0 ,
Culture=neutral , PublicKeyToken= B77A5C561934E08 9"/>
Why would System.Windows. Forms be included?
tia,
nautonnier
Comment