Welcome Guest Search | Active Topics | Sign In | Register

Deploying Calendar Control Options
Curtis Spurlock
Posted: Tuesday, June 8, 2010 2:35:54 PM
Rank: Newbie
Groups: Member

Joined: 6/8/2010
Posts: 3
We have deployed a VB .NET web application to a test server and we are having problems with the Calendar control. When we land on a page that uses the control the first time, when we click on the control to make the calendar display, nothing happens. If we refresh the page, then click on the calendar, the calendar shows properly. We are using Visual Studio 2003 for development. The server is a virtual server running Windows Server 2003 Enterprise.
eo_support
Posted: Tuesday, June 8, 2010 2:51:04 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

If the problem just occurs once then this usually is not a concern. What's likely happened is your browser has cached an old version of the page. When you refresh it loads the new page. The old page does not work correctly because the JavaScript files that it references no longer exist on your server. However once you refresh, everything is loaded new and working correctly, that means everything is working correctly. The best way to confirm whether it's a cache problem is to clear your browser cache first and then try to browse the page.

If the problem occurs every time when you reach that page or still occurs after you cleared the cache, then it can be a loading problem. In that case you can try to add our HttpHandler into your web.config and see if it helps:

http://doc.essentialobjects.com/library/1/installationanddeployment/webconfig.aspx

If that still does not resolve the problem, we will need to take a look of the problem in order to find out why. In order to do so we will usually need you to isolate the problem into a test app and give us remote access to the server so that we can run additional test on it.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.