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 …
Speaking at Twin Cities Developers Guild
Its kind of last minute but I'll be speaking at the Twin Cities Developers Guild next Tuesday, November 11th. The meeting is located at New Horizons in Edina, MN. The exact address is: 4510 West 77th …
Continue Reading about Speaking at Twin Cities Developers Guild →
How To: Implement a simple REST Services in WCF 3.5 Part 1
What is REST? A REST web service is a service that embraces "Representational State Transfer". What does this mean? Lets take a gander at the Wikipedia entry: ... REST strictly refers to a …
Continue Reading about How To: Implement a simple REST Services in WCF 3.5 Part 1 →