Scott Cate Weblog 

scott.cate@myKB.com
http://scottcate.myKB.com



Scott Cate KB > ASP.NET Code Samples - Findings Start Over
Search the Knowledge Base
 
Start Search in the Following Category
Date Modified
Wednesday, February 02, 2005
Looking for System.Web.Ui.Design ?

I just inherited a project where one of the class files was "using System.Web.UI.Design;" My project did not compile of course, because I didn't have the assembly referenced. I had System.Web already referenced, so naturally I thought I'd add a reference to System.Web.UI and everything would be peachy.

Right?

Wrong.

There is not a System.Web.UI.dll or System.Web.UI.Design.dll to reference. After 5 wasted minutes I found the namespace in System.Design.dll.

So I decided to waste another 5 minutes writing this, and hopefully help someone else, in the future.


All rights reserved. All details are the personal opinion of Scott Cate.
All trademarks referenced are the property of their respective owners.
Scott Cate is a lead programmer for www.myKB.com and
owner of The Arizona .NET User Group and an all around nice guy ;)


Knowledge Base Software - myKB.com