methodnotfound

Weird MethodNotFound exception when renaming a property - related to asp.net / web forms / fluentnhibernate and visual studio

I have a local website which I run through Visual Studio 2008's internal development web server (through the run / compile button). I have an external library which is referenced on a page of that website and resides inside the web site's "bin" folder. I've recently changed a class' property name inside that library (renaming it, from ...

MethodNotFound, singleton class and "optimize code"

I'm writing a .net compact framework app in c#. It was working fine in the development environment but when built in release mode and run by itself, it was throwing MethodNotFound exceptions. I sprinkled a bunch of debug logging code to find out where it was breaking and narrowed it down to a big Init() function. This in turn calls metho...