The Darkside

Shedding light on things and stuff

 
  Home :: Contact :: Syndication  :: Login
  75 Posts :: 0 Stories :: 49 Comments :: 2 Trackbacks

Ads

Archives

Post Categories

Open Source Projects

Other Blogs

February 2008 Entries

The Microsoft Property Grid control is great for displaying properties of your types, but using it for displaying your own custom property lists is slightly more tricky. Included is an example and source code for implementing your own PropertyDescriptor class for use with the control.


Hosting WCF services in IIS is a breeze, however, an interesting error along the lines of 'This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. Parameter name: item ' gets thrown on IIS servers that have multiple host headers/configurations. Included in this article is code for creating you own custom service host factory that allows you to get around this.