Forum member

JimCounts

7 posts

Posts by JimCounts

  1. MissingMethodException when calling extension method

    Tested with 1.40b. Fixed! Thanks, Remco. Very cool release.

  2. MissingMethodException when calling extension method

    Not a problem. In a strange twist of fate the hard drive died on the machine where I removed MVC 2. Restore from backup and *poof* instant MVC 2 reinstall. Just submitted the bug report now.

  3. MissingMethodException when calling extension method

    Thanks Remco. If you are interested, here's the post about this test site. I feature NCrunch throughout the article. [url=http://ihadthisideaonce.wordpress.com/2012/05/15/approvaltests-and-mvc-views-getting-started/]ApprovalTests and MVC Views: Getting Started[/url] --Jim

  4. MissingMethodException when calling extension method

    No AssemblyReferences per-se. Perhaps because this is an MVC proj, they all look like file references to me. [quote] <ItemGroup> <Reference Include="c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\System.Web.Mvc.dll" /> <Reference Include="c:\Program Files (x86)\Micr…

  5. MissingMethodException when calling extension method

    Hello again, I followed your suggestion and I think I've isolated the problem. After breaking into the code and looking at the loaded modules, everything seemed fine. The correct version of ApprovalUtilities was loaded. Poking around in the debugger, I tried executing the bad line of code in t…

  6. MissingMethodException when calling extension method

    Hi, The problem is consistent, resetting the engine doesn't fix it. I also checked the GAC as you suggested but there aren't any copes of ApprovalUtilites in there. I've got two different machines that the test is failing on. I set up both machines so it's possible I introduced the same vari…

  7. MissingMethodException when calling extension method

    I have an MVC 3 demo site which I wrote to accompany a series of blog posts located here: [url=https://bitbucket.org/magnifico/mvctestsite/changeset/11463ac773fc]bitbucket[/url] The project uses an extension method from [url=http://approvaltests.sourceforge.net/]ApprovalTests[/url] and the extens…