2008
Unknown server tag ‘ajaxToolkit:CalendarExtender’
Fatal Error:get('adsPerSlot') in Admin Options don't exist (not an array)!Your ads will be inserted here by
Easy Ads Lite.
Please go to the plugin admin page to paste your ad code.
When I launched our company’s Intranet this morning, the following Exception was loaded:
Unknown server tag ‘ajaxToolkit:CalendarExtender’
Locally on the development machine everything worked fine, but on the server it just didn’t want to work. I searched though the net to find solutions and found many who would work normally but in my case, didn’t work for me. The solutions include:
- Uninstalling and Re-Installing the Ajax Control Toolkit on the server
- Uninstalling and Re-Installing the Ajax Extensions on the server
- Add <%@ Register Assembly=”AjaxControlToolkit” Namespace=”AjaxControlToolkit” TagPrefix=”ajaxToolkit”%> at the top of the page
- Check that AjaxControlToolkit.dll, AjaxControlToolkit.pdb, and AjaxExtensionsToolbox.dll are all found in the Bin directory
- In web.config under system.web > compilation > assemblies, check that you have the following assemblies:
- <
- add assembly=“System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35“/>
- <
- add assembly=“System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35“/>
- In web.config under system.web > pages > controls, check that you have the following key added:
- <
- add namespace=“AjaxControlToolkit“ assembly=“AjaxControlToolkit“ tagPrefix=“ajaxToolkit“/>
Your ads will be inserted here by
Easy Ads Lite.
Please go to the plugin admin page to paste your ad code.
My problem was totally different from this. The problem was because of IIS. On trying to connect with the server’s IIS from my development machine, I set the Home Directory of the default website as \servernameshare. When a user tried to connect to Intranet, the Intranet would log on to the share specified as the home directory with the user’s log in, and the exception would pop up because not all users have read and write access to that share.
My solution was to set the home directory as \servernameC$Inetpub in the Network Directory textbox under the Home Directory tab, then click on the button next to the textbox, Connect As… and set a username and password that have access to that path (ex. the Administrator).
That solved my problem. And everything was working fine again. Happy Programming!
Your ads will be inserted here by
Easy Ads Lite.
Please go to the plugin admin page to paste your ad code.
1 Comment
Leave a comment
Recent Posts
Favourite Links
Tags
Archives
- May 2012
- February 2012
- December 2011
- October 2011
- September 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- June 2008
- May 2008
- March 2008
- February 2008
- November 2007
- September 2007
- July 2007
- June 2007
- May 2007
- February 2007
- January 2007
- November 2006
- October 2006
Categories
- Android
- Apple
- ASP.Net
- Blackberry OS
- CMS
- Creative Computing
- Crystal Reports
- Day to Day
- Deep Design Malta
- Design and Development
- Development Tools
- Games
- Google Analytics
- Google Gmail
- Internet Explorer
- iPhone/3G
- iPod Touch
- JavaScript
- JQuery
- Microsoft
- Microsoft SQL Server
- Microsoft Visual Studio
- MS Office
- My Blog
- NetBeans
- Off Topic
- Online Services
- Permissions
- Phones and Tablets Platforms
- Project NINE
- PSP NGP
- Quickie
- SEO
- Silverlight For WP7
- Sitefinity
- Sony
- Uncategorized
- Utilities
- VB .Net
- Windows 7
- Windows 8
- Windows Live
- Windows Mobile
- Windows Phone 7
- Windows Vista
- Wordpress
- WP Apps
- Yellow Pages




This is best one article so far I have read online. I would like to appreciate you for making it very simple and easy. I have found another nice post related to this post over the internet which also explained very well. For more details you may check it by visiting this url…..
http://mindstick.com/Articles/a18d7f93-47f5-4aeb-bb6c-6bfb847b1df9/?Ajax%20Toolkit%20CalendarExtender%20Control%20in%20ASP.Net
Thanks