I had no problems using NHaml with ASP.NET MVC Beta, but when upgrading to ASP.NET MVC RC I am getting a suspicious error
Method 'FindPartialView' in type 'MvcContrib.NHamlViewEngine.NHamlViewFactory' from assembly 'MvcContrib.NHamlViewEngine, Version=0.0.1.175, Culture=neutral, PublicKeyToken=null' does not have an implementation.
I inspected with reflector and the method is there. Something else that may help is that when I refresh that error above I get a 404. If I rebuild I get that error the first time and the 404 errors after. Again this site was working unchanged in the beta.
Any ideas here?