search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How do I deploy daypilot light to my server?

Asked by Scott
4 years ago.

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>

Answer posted by Scott
4 years ago.

Never mind. Just copied the dll to the bin folder for the website and voila it works.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.