I'm going to try a new thing out on my blog. It's called the "Technical Timeout" ... its a small time to take a break from Technology and get a laugh or two. With that said, here is Technical …
Store Locator – Moved to Codeplex
The Store Locator I built for ASP.NET has been getting a lot of traffic over the last year and requests have been coming in for new features like crazy. To manage this project a little more …
Debugging Silverlight Tip
If you're doing any kind of Silverlight work you're bound to get "Error on page" in Internet Explorer. Here's what I'm talking about. You fire up your app in the browser window and BLAM. Screen is …
TCCC 5 Interview on You Tube
Back at the Twin Cities Code Camp I was interviewed by Jason Bock. He decided to post the interview on You Tube. If you want to hear me ramble on for almost 4 minutes you can do so by clicking the …
XamlParserException – AG_E_PARSER_BAD_TYPE
Ohhhhh the dreaded XamlParserException. The exception message is not to helpful at all. In my instance I was working with Silverlight. Namely working with the Prism V2 Drop #5 from the …
Continue Reading about XamlParserException – AG_E_PARSER_BAD_TYPE →
Silverlight Cross Domain Issue
I'm doing some Silverlight Development and I ran into a wacky issue (or so it seemed at the time). The Silverlight app would connect to a Java Web Service and get some data (XML). The end result is …