'Troubleshooting' Category

  • Custom Control won’t trigger Update Panel

    November 24, 2009

    I was using the __dopostback  function in asp.net to cause a postback that would trigger an update in an updatepanel where relevant. If you come across this problem make sure that your custom control implements the INamingContainer as well as the IPostBackEventHandler interfaces Also make sure that your first argument to the __dopostback function is [...]

    • Share/Bookmark
  • Calendar Extender arrows in IE8 bug

    August 25, 2009

    .ajax__calendar_title {width:150px; margin:auto; padding:3px;} Taken from here: http://forums.asp.net/p/1395899/3000757.aspx If you are finding that you can’t click on the arrows on the Calendar Extender in IE 8 try using the following css. .ajax__calendar_title{width:150px; margin:auto; padding:3px;} It stops the calendar title from extending over the arrows.

    • Share/Bookmark
  • Can't Register Javascript for Invisible Control

    August 19, 2009

    I was writing an ASP.Net Dialog Control and I overwrote the Visible property to mean does the Dialog Control get displayed on the page initally, this defaulted to false. Later on I discovered that I couldn’t seem to register any javascript from the control. Turns out that it wasn’t being registered because of the lack [...]

    • Share/Bookmark
  • Web Deployment Project IIS Deploy error on Team Foundation Server

    March 30, 2009

    I got the following on build until recently. Initializing IIS Web Server… Successfully created virtual directory ‘ycmbuild’. Granting IIS read access to the folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’. C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(676,5): error : Some or all identity references could not be translated. Warning: Unable to grant IIS access to folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’. Done building project “WebSite_deploy.wdproj”. ========== Rebuild All: 7 [...]

    • Share/Bookmark
  • Web Authoring Component fails to install

    March 2, 2009

    If you come across this problem I suggest the First thing you try is to check the intall file integrity. I came across this problem and couldn’t find any solution to it, turns out I only had the first half of the ISO. The Web Authoring Component is in the latter half. I only noticed [...]

    • Share/Bookmark
  • No Directory Listing on Windows 2003 server FTP

    March 1, 2009

    Was trying to get windows ftp to work yesterday for an hour or so. I could connect to the server but could not get a directory listing. I narrowed down the problem to the firewall, I could get a directory listing locally but nothing externally. Turns out its not just sufficient to open port 21 [...]

    • Share/Bookmark
 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org