Commented Unassigned: Workaround for bug in Mono framework [112]
Mono's implementation of System.Web is crap (see https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationHost.cs#L194 for an example on "how to write...
View ArticleCommented Issue: VS2012: "The custom tool 'RazorGenerator' failed. The method...
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...
View ArticleCommented Issue: VS2012: "The custom tool 'RazorGenerator' failed. The method...
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...
View ArticleCommented Unassigned: 2.0.1 Razor Generator Issues (MSBuild, MVC, App_Code)...
Hi,We found there are few issues with 2.0.1 Razor Generator MSBuild task.__Issue One:__The App_Code/{helper}.cshtml can not compile into the correct place even by using _RazorViewsCodeGenDirectory_. So...
View ArticleCreated Unassigned: MsBuild assumes relative path but absolute is used to...
Configured RazorGenerator and everything works fine on my local machine. Using TFS to build the project and deploy to Azure returns this message for all compiled views: ```C:\Program Files...
View ArticleCommented Unassigned: MsBuild assumes relative path but absolute is used to...
Configured RazorGenerator and everything works fine on my local machine. Using TFS to build the project and deploy to Azure returns this message for all compiled views: ```C:\Program Files...
View ArticleCommented Issue: VS2012: "The custom tool 'RazorGenerator' failed. The method...
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...
View ArticleCommented Unassigned: MsBuild assumes relative path but absolute is used to...
Configured RazorGenerator and everything works fine on my local machine. Using TFS to build the project and deploy to Azure returns this message for all compiled views: ```C:\Program Files...
View ArticleCommented Issue: VS2012: "The custom tool 'RazorGenerator' failed. The method...
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...
View ArticleCommented Unassigned: MsBuild assumes relative path but absolute is used to...
Configured RazorGenerator and everything works fine on my local machine. Using TFS to build the project and deploy to Azure returns this message for all compiled views: ```C:\Program Files...
View ArticleCommented Unassigned: MsBuild assumes relative path but absolute is used to...
Configured RazorGenerator and everything works fine on my local machine. Using TFS to build the project and deploy to Azure returns this message for all compiled views: ```C:\Program Files...
View ArticleCreated Unassigned: Tilde Slash Paths Not Working after an html comments with...
Hi !I'm french and like many french people i'm very bad at languages, so i apologize for any spelling mistakes.I think i have found a weird issue with razor generator. When i do this :```<!--FenĂȘtre...
View ArticleCommented Unassigned: Tilde Slash Paths Not Working after an html comments...
Hi !I'm french and like many french people i'm very bad at languages, so i apologize for any spelling mistakes.I think i have found a weird issue with razor generator. When i do this :```<!--FenĂȘtre...
View ArticleClosed Unassigned: Tilde Slash Paths Not Working after an html comments with...
Hi !I'm french and like many french people i'm very bad at languages, so i apologize for any spelling mistakes.I think i have found a weird issue with razor generator. When i do this :```<!--FenĂȘtre...
View ArticleCreated Unassigned: MVC razor views are not getting precompiled when TFS...
Hi,I'm using RazorGenerator.MsBuild 2.0.1 dll for MVC 3 project to precompile the razor views. My intention is to avoid deploying the razor views and using the dll to load the views .Precompiling is...
View ArticleCreated Unassigned: Enable-RazorGenerator Throws Exception [116]
### IssueRunning the `Enable-RazorGenerator` command from the Package Manager Console emits the following error for each `.cshtml` file in the project. Exception calling "GetItem" with "1" argument(s):...
View ArticleCommented Unassigned: Enable-RazorGenerator Throws Exception [116]
### IssueRunning the `Enable-RazorGenerator` command from the Package Manager Console emits the following error for each `.cshtml` file in the project. Exception calling "GetItem" with "1" argument(s):...
View ArticleCommented Unassigned: Enable-RazorGenerator Throws Exception [116]
### IssueRunning the `Enable-RazorGenerator` command from the Package Manager Console emits the following error for each `.cshtml` file in the project. Exception calling "GetItem" with "1" argument(s):...
View ArticleCommented Unassigned: Enable-RazorGenerator Throws Exception [116]
### IssueRunning the `Enable-RazorGenerator` command from the Package Manager Console emits the following error for each `.cshtml` file in the project. Exception calling "GetItem" with "1" argument(s):...
View ArticleCreated Unassigned: The type or namespace name 'ViewModels' does not exist in...
Hi,I used Razor Generator for the cshtml files.My project structure is like:1. Controllers(Folder) ->LoginController -> LoginPage action2.ViewModel(folder) -> LoginDetails.cs fileWhile...
View Article