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

Schedular not showing after deployment

Asked by Wendel
10 years ago.

Dear DayPilot,

I'm intergrating the DayPilot Scheduler (DayPilotPro-7.3.2834) to make an web application. Unfortunately i'm having some troubles using the scheduler. To make sure that the problem is at the scheduler, i've started an new (.NET Framework 4) ASP.NET Empty Web Application. Added a new empty aspx form and only add the scheduler module to the form. When I run the project (at visual studio 2012) at my development machine; everything works fine. Yet when i deploy the website to a server (Windows Server 2008 R2 Standard), i'm only getting a blank screen (also see attachment example.png). Do you have any suggestions... I allready compaired application pool framework versions, they are both identical. Also i've found out, that when I open the server url with Firefox; the scheduler is showing (see attachment example.png). I'm hoping you can help me.

With kind regards,
Wendel

[aspx content]
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SchedulerTest.Default" %>

<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"></DayPilot:DayPilotScheduler>
</div>
</form>
</body>
</html>

Comment posted by Dan Letecky [DayPilot]
10 years ago.

Hi Wendel,

I suggest the following steps:

1. Can you please try it with the latest release (7.3.2841, 7.3 SP2)? It includes a few bug fixes. You can download it here: http://www.daypilot.org/try.html

2. If it doesn't help, please check if there are any errors in the JavaScript console (use F12 to open Developer Tools in IE).

3. If you don't see anything, can you please record the network activity using IE and send the NetworkData.xml file to support@daypilot.org for analysis?

http://kb.daypilot.org/81542/how-to-record-network-activity-using-ie-developer-tools/

Answer posted by Wendel
10 years ago.

Hi Dan,

That works great! i'm happy to be able to see the scheduler again :D

With kind regards,
Wendel van Rheenen

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