Life, Surf, Code and everything in between
White Papers | Free Tools | Products | Message Board | News |

Weblog Posts in December 2006
IIS 7 Integrated Pipeline Debugging on Vista, again
December 29, 2006 @ 12:17 am

Mike Volodarsky posts more information how to get F5 debugging working properly in Visual Studio. Due to the way Authentication works in ASP.NET 2.0 some debugging scenarios with F5 fail and a workaround is required.

kick it on DotNetKicks.com
Terminal Server Awareness
December 28, 2006 @ 1:42 am

Today I needed to differentiate some code that runs a stock windows interface or running under Terminal Services as the UI presented would look horrible and stutter badly under TS. Here's a quick code snippet that demonstrates how to check for Terminal Server and branch if necessary.

kick it on DotNetKicks.com
Sudden Failure of ProcessExplorer
December 27, 2006 @ 2:27 pm

Process Explorer is goofing for me over the last few days by not displaying a process tree nor any of the advanced settings I have it configured for.

kick it on DotNetKicks.com
RegisterClientScriptResource and the Type Parameter
December 26, 2006 @ 3:37 pm

Usage of RegisterClientScriptResource's Type parameter can cause some unexpected behavior if you're using the all to common this.GetType() for a control. If multiple controls share the same resource be sure to use a common type or you might end up with multiple script references in your HTML

kick it on DotNetKicks.com
IIS 7 Integrated Pipeline Debugging, Visual Studio 2005 SP1 and Request Tracing
December 26, 2006 @ 1:21 am

Visual Studio 2005 SP 1 allows debugging IIS 7 applications in Integrated Pipeline mode. In most cases - I've run into a few problems and solutions trying to figure out what went wrong and into one problem that I haven't been able to resolve yet.

kick it on DotNetKicks.com
Reflection on Problem Assemblies
December 22, 2006 @ 10:00 pm

I ran into a problem today in Help Builder where a bad assembly reference was causing problems with importing type information properly. Here are a few thoughts and a question to see if there are alternatives for type parsing.

kick it on DotNetKicks.com
Expanding Urls with RegEx in .NET
December 21, 2006 @ 6:42 pm

I frequently need to parse and auto-expand URLs inside of user input. Here's the routine I use to do this.

kick it on DotNetKicks.com
Update for the free wwHoverPanel AJAX Control posted
December 20, 2006 @ 1:34 am

I've posted another update to the free wwHoverPanel AJAX control that provides some useful new functionality and compatibility with MS Ajax.

kick it on DotNetKicks.com
IIS 7 and Rapid Fail Protection
December 19, 2006 @ 11:12 pm

IIS 7 has a new default feature called Rapid Fail Protection which detects failures and if too many failures occur in a specified period shuts down an Application Pool. Useful feature, but a little unexpected if you don't know about it and are wondering why your Application Pool has just shut down and won't restart automatically.

kick it on DotNetKicks.com
DataTable/Set/Row support is back in MS Ajax RC
December 19, 2006 @ 4:23 am

Here are a couple of simple examples of how you can pass data between the server and client and back with MS Ajax using Web Services.

kick it on DotNetKicks.com
Updated to MS Ajax RC
December 19, 2006 @ 3:44 am

I've moved my samples from MS Ajax Beta to the RC and the process was pretty straight forward. A few small hiccups due to naming changes from Microsoft, but overall fairly straight forward. Hopefully there won't be any more breaking changes before release.

kick it on DotNetKicks.com
Visual Studio 2005 IntelliSense in ASP.NET pages issue resolved...
December 18, 2006 @ 2:58 pm

I've been fighting with Visual Studio 2005 and Intellisense in ASP.NET pages for some time. As it turns out that

kick it on DotNetKicks.com
ScriptManager and Resource Compression
December 18, 2006 @ 5:14 am

The MS Ajax ScriptManager can automatically compress script files when using RegisterClientScriptResource. Unfortunately it only works when a script manager instance sits on a form even though the ScriptManager method is static.

kick it on DotNetKicks.com
UpdatePanels and ClientScript in custom Controls
December 12, 2006 @ 4:03 am

Due to changes in the MS Ajax Beta custom controls need to deal with the ClientScript object a bit differently if the control wants to be compatible with the MS Ajax UpdatePanel. It requires using the ScriptManager when available or using ClientScript when not.

kick it on DotNetKicks.com
Cruel Humor
December 12, 2006 @ 1:50 am

Outlook doesn't like me much - it keeps reminding me of my birthday day and day again. I can't seem to get rid of the 'appointment'.

kick it on DotNetKicks.com
Getting tripped by Absolute Positioning in custom Controls
December 11, 2006 @ 1:54 am

I ran into an issue today with a control that wasn't properly working in the designer when absolute positioning is used and the control couldn't be dragged around the designer surface.

kick it on DotNetKicks.com
When all else fails...
December 06, 2006 @ 4:28 am

Get out, get away, go surfing...

kick it on DotNetKicks.com
503 Service Unavailable in IIS 7 - watch those Application Pools
December 04, 2006 @ 11:12 pm

I ran into a funky issue with an application on IIS 7 today on my development machine: One of my Web applications simply would not respond to requests and IIS was reporting a 503 Error – Service Unavailable. Oddly enough though the rest of my Web site was working just fine – just this one...

kick it on DotNetKicks.com
Ripped by the Ribbon: Finding the Apply Template option in Word
December 03, 2006 @ 1:43 pm

I'm trying to find the Apply Template option to an existing open document and Word 2007.

kick it on DotNetKicks.com
Expression Web Designer – no MSDN for you!
December 02, 2006 @ 4:12 pm

Looks like Expression Web Designer will not be available to developers on MSDN subscriber downloads. For some boneheaded reason Microsoft decided to not even try to get this tool into the hands of as many people as possible and hopefully push it through word of mouth... not gonna happen now.

kick it on DotNetKicks.com
Over the hill...
December 01, 2006 @ 4:57 am

I'm turning 4.0.

kick it on DotNetKicks.com
Archives
Categories
ASP.NET (161) Personal (65) .NET (54) Visual Studio (45) AJAX (41) JavaScript (40) jQuery (31) IIS (27) Vista (27) LINQ (26) HTML (23) WCF (23) CSharp (20) ASP.NET (19) Localization (16) FoxPro (13) Microsoft AJAX (13) Windows (12) Web Services (11) COM (9) ADO.NET (9) WPF (8) XML (8) Web Connection (7) Silverlight (7) Sql Server (7) West Wind Ajax Toolkit (6) C++ (6) CSS (6) Hardware (5) Html Help Builder (4) ISV (4) Bugs (4) Software Development (4) Security (4) Office (4) Source Control (3) WebLog (3) Windsurfing (3) DataBinding (3) Help Builder (3) Live Writer (3) HTTP (3) Installation (2) Help (2) Maui (2) Conferences (2) WinForms (2) Web Design (2) Speaking (2) Tools (2) RSS (2) SmartPhone (1) Networking (1) RegEx (1) Travel (1) Utilities (1) Threading (1) Web Deployment Projects (1) wwHoverPanel (1) Control Development (1) Graphics (1) ADO.NET (1) IIS7 (1) Visual Studio (1) Addins (1) Html Help (1) iPhone (1)


West Wind  © Rick Strahl, West Wind Technologies, 2005 - 2009