Getting COMException "Could not read key from registry (Exception from HRESULT: 0x80040150 (REGDB_E_READREGDB))" when instantiating WCF service

2016-09-19 Thread eirik årdal
Hi I just posted this on StackOverflow as well, so if you'd like to answer there, please go ahead. Here is a copy & paste of my issue: For a project at work we use

Re: Getting COMException "Could not read key from registry (Exception from HRESULT: 0x80040150 (REGDB_E_READREGDB))" when instantiating WCF service

2016-09-19 Thread Jonathon Rossi
I've posted an answer on SO, hope that helps. On Mon, Sep 19, 2016 at 9:12 PM eirik årdal wrote: > Hi > > I just posted this on StackOverflow > > as

Dynamic proxy class names

2016-09-19 Thread Jeffrey Keyser
Hello, all. I am working with the Dynamic Proxy feature, and am looking for a way to deal with a serialization problem that I expect to crop up. First, a little background. I am working on code that builds dynamic proxies using a single base concrete class and a list of interfaces, one of