User-1044960602 posted
Hi,
Im having a problem when trying to register the DLL, I have followed this article
http://msdn.microsoft.com/en-us/library/aa479318.aspx, it says there that you have to put a namespace right, but in my website I dont see anywhere the namespace.. so I dont put that when registering
the dll, but still doesnt work, I get "this control cannot be displayed because it TagPrefix is not registered in the Web Form". so I dont know if this problem is because Im missing the namespace directive...im doing it like this:
<%@Register TagPrefix="uc1" Assembly="App_Web_mymessagebox.ascx.cc671b29.dll"%>