I couldn't find any documentation on this.
1) works fine on my devbox. Pointing to the .DLL in Visual Studio.
2) Getting the following error on my Test server....
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'DayPilot' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 3: <%@ Register src="../CustomClasses/MenuControl.ascx" tagname="MenuControl" tagprefix="uc1" %>
Line 4:
Line 5: <%@ Register assembly="DayPilot" namespace="DayPilot.Web.Ui" tagprefix="DayPilot" %>
Line 6:
Line 7: <!DOCTYPE html>