$0I am using RadControls for ASPNET AJAX Q2 2008 trial, and I have created an assembly which contains subclasses of the controls to be used for future extension. My classes look like so:$0$0$0$0$0using Telerik.Web.UI;$0$0$0$0$0namespace CustomControls$0$0{$0 class MyRadGrid : RadGrid$0$0 {$0 }$0}$0$0$0$0I would like to then use this assembly in other projects and add these new controls to the toolbox. However, when trying to use this assembly to add controls to the toolbox I get the following error:$0$0$0$0"There was an error loading types from assembly 'C:\MyProject\CustomControls.dll' 'Could not load file or assembly 'Telerik.Web.UI, Version=2008.2.723.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.'"$0$0$0$0$0What am I missing?$0$0~Jason$0