Louis Haussknechts' Blog

Louis' adventures in .Net

  Home  |   Contact  |   Syndication    |   Login
  10 Posts | 0 Stories | 1 Comments | 1 Trackbacks

News

Search this blog (Google)

Archives

Post Categories

November 2005 Entries

I'm wondering why I can't find a search function here?! Any ideas
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I just wanted to pass a generic KeyValuePair(of String,DateTime) over a webservice. The generated client proxy is: Partial Public Class KeyValuePairOfStringDateTime End Class Well, this is not really what I wanted...., but the classname is nice...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

I came over this issue, while extending a webservice written in .net 1.1 with a 2.0 - plugin. I implemented the correct interface in my plugin, which is needed to be recognized by the plugin loader. Once the plugin was deployed I saw, that the plugin was not loaded at app-startup. I wanted to investigate, why there was this behavior. So I connected to the iis process and wanted to debug the 1.1 app and the plugin loader method. The problem was, that it is not possible to debug a 1.1 webservice app...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati