Forum member
JimCounts
7 posts
Posts by JimCounts
-
MissingMethodException when calling extension method
Tested with 1.40b. Fixed! Thanks, Remco. Very cool release.
19 Jun 2012 03:19 UTC
-
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.
23 May 2012 14:23 UTC
-
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
18 May 2012 13:43 UTC
-
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…
18 May 2012 03:39 UTC
-
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…
17 May 2012 13:49 UTC
-
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…
17 May 2012 00:44 UTC
-
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…
16 May 2012 16:32 UTC