Hey,
One thing I didn't notice before is that it included them in my web.config compilation section, as such:
<compilation defaultLanguage="
VB" debug="true">
<assemblies>
<add assembly="System.Drawing.Design, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Design, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
Didn't notice that before; I'm too used to VS.NET too. I wonder if it puts it there because of the new compilation options available?
Thanks,
Brian