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?
You need to ensure you have the RC1 compatible versions of both MVCContrib and NHaml
For Nhaml
We have not done a ‘release version’ with RC1 so you will need to build from source. Any version after this (Jan 30) should be good
http://code.google.com/p/nhaml/source/detail?r=101
For MVC
Try the latest release (4 Feb)
http://www.codeplex.com/MVCContrib/Release/ProjectReleases.aspx?ReleaseId=22732