Frank La Vigne

Fear and Loathing in .NET

MVP Logo
Tablet PC MVP

Social Networks

Subscription Options

Add to Google

Subscribe in Bloglines

My Links


Post Categories

Archives

Image Galleries

Cached @ 9/3/2010 2:44:06 AMControl ASP.skins_marvin3_controls_archivelinks_ascx

GamerTag

Dev Community Events

Blog Stats

Cached @ 9/3/2010 2:44:06 AMControl ASP.skins_marvin3_controls_blogstats_ascx  

News


Blog Roll

Favorite Sites

Gadget Blogs

Tablet PC Links

Cached @ 9/3/2010 2:44:06 AMControl ASP.skins_marvin3_controls_categorydisplay_ascx

Update to My Silverlight Cross Domain Proxy Utility

My Silverlight 2 Cross Domain Web Proxy Utility had a slight problem.

It didn't always play along nicely with Silverlight.

The problem as explained in this KB article, was that the Response.End triggered a ThreadAbortException.

Oddly enough, the code worked fine through the browser.

The fix was simple: replaces the Response.End call with

HttpContext.Current.ApplicationInstance.CompleteRequest();

The code has been updated and tested.

[Download Source Code 3k]

Hat tip to Pete Brown for helping to uncover this odd bug.

posted on Tuesday, April 15, 2008 5:24 PM

============ Debug Build ============
Dottext Version: 0.95.2004.102
Machine Name: IIS07902
.NET Version: 2.0.50727.3053
No User
============ Debug Build ============