Quantcast
Channel: RazorGenerator Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 525

Commented Issue: VS2012: "The custom tool 'RazorGenerator' failed. The method or operation is not implemented" [72]

$
0
0
I'm getting the above error when choosing "Run custom tool" on a razor file; when I just save, nothing happens.

In Visual Studio's Error List, I get the following:
"Custom tool error: Could not load file or assembly 'file:///C:\Users\john\AppData\Local\assembly\dl3\MH40ZN5E.14X\44VHO17O.KV9\f801bc8b\bb84bb72_a7abcd01\RazorGenerator.Core.v1.dll' or one of its dependencies. The system cannot find the file specified."

The "bb84bb72_a7abcd01" folder mentioned doesn't exist.

I have verified that the project is running MVC 3 and WebPages 1.
I have uninstalled and reinstalled both the Nuget package and the VS extension.
I have run devenv.exe /log but no error messages in the log file (but I'm attaching it anyway).
It still works fine in VS2010 on the same project.

Any ideas?
Comments: Ah yes, I do repro with these steps! Here is the exception that I get in the debugger: ``` Could not load file or assembly 'file:///C:\Users\davidebb\AppData\Local\assembly\dl3\NCNQW1DZ.M26\BW8HDAK2.A9T\2522c62c\8df04721_f565ce01\RazorGenerator.Core.v2.dll' or one of its dependencies. The system cannot find the file specified. ``` And in that folder I have `RazorGenerator.Core.DLL` but note `RazorGenerator.Core.v2.dll`. So looks like something is getting confused between the two. We'll need to investigate deeper, but this is a great step forward. Thanks for the effort to get the simple repro!

Viewing all articles
Browse latest Browse all 525

Trending Articles