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

Edited Unassigned: Pre-compiled Views causing namespace conflicts [176]

$
0
0
I'm not sure if I'm missing something, but using the precompiled views, I get namespace conflicts. I assume it's a conflict between the compiled cshtml.cs file and the cshtml file.

the NuGet packets I have installed are:
RazorGenerator.Mvc 2.3.4
RazorGenerator.MsBuild 2.2.6

Is this something simple?

I also have an issue when I do 'Enable-RazorGenerator' in the Package Manager Console.
I get the following error

Exception calling "RunCustomTool" with "0" argument(s): "Cannot find custom tool 'RazorGenerator' on this system."
At C:\Projects\packages\RazorGenerator.Mvc.2.3.4\tools\RazorGenerator.psm1:32 char:9
+ $_.Object.RunCustomTool()
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ComMethodTargetInvocation

Exception calling "GetItem" with "1" argument(s): "Value does not fall within the expected range."
At C:\Projects\packages\RazorGenerator.Mvc.2.3.4\tools\RazorGenerator.psm1:63 char:21
+ $solutionExplorer.GetItem("$SolutionName\$ProjectName$relati ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ArgumentException


Viewing all articles
Browse latest Browse all 525

Trending Articles