maybe you want to try the "non Toolbox" approach, which is dropping the dll in the "/bin/", setting a reference, then using the <#@ Register %> in the aspx page
then in code behind, saying:
Protected WithEvents ThisEditor As CuteSoft.CuteEditor '(<<== i don't think i have this exactly)
Intelliense works perfectly :)