Eric

Eric

  • NA
  • 10
  • 0

UserControl with reference to custom dll

May 12 2008 10:13 AM

I have a usercontrol which I want to put in a webpage.  I have created a user control, put some stupid stuff on it and used in a webpage succesfully by using the following line in an htm page:

<object id=t
 classid="http:WebDisplayAid.DLL#WebDisplayAid.UserControl1"
 height=672 width=1040 VIEWASTEXT>
</object>

But when I create a new project which compiles to a dll and then reference's that dll in my usercontrol it doesn't work.  I think it is because the control is running client side and the web black majic isn't sending the needed references to the client to use. 

Does anyone know what my problem is and how to fix this issue??

Thanks
Eric


Answers (3)