Hello, thanks in advance for any help. I am having difficulties using custom server controls in ASP.NET on the hostmysite servers. I have the following code working correctly on my test machine for which I have put webmsgbox.dll in the website application's bin folder:
| <%@ Register TagPrefix="n0" Namespace="ChrisDengler.WebUI.Components" Assembly="WebMsgBox" %> |
However, when I try to run this on the hostmysite servers (after putting webmsgbox.dll in the my site's bin folder), I receive the following error:
Parser Error Message: File or assembly name webmsgbox, or one of its dependencies, was not found.
Do the hostmysite servers require different setup?
Thanks,
Jonathan