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 →
Disabling/Turn off the WcfSvcHost Test Client in VS2008
This pertains to non-sp1. If you have SP1 installed there "should" be an option to disable it in the gui. This is from what I've read on the web. I don't have an SP1 machine in front of me so I'm …
Continue Reading about Disabling/Turn off the WcfSvcHost Test Client in VS2008 →