I'm wondering why I can't find a search function here?! Any ideas
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...
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...