You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Razor Machine 2.6.1 with MVC 4 and sometimes when rendering a view from cshtml file, the erros CS1704 and cs1703 occurs for some dlls. There are no pattern for what dll the error points to, it was happen since some dlls os my project until the Asp.Net MVC dll.
Another point is that I have a class that inherits from TemplateBase that I used to do some helpers, and my view inherits from this class.
The text was updated successfully, but these errors were encountered:
I'm using Razor Machine 2.6.1 with MVC 4 and sometimes when rendering a view from cshtml file, the erros CS1704 and cs1703 occurs for some dlls. There are no pattern for what dll the error points to, it was happen since some dlls os my project until the Asp.Net MVC dll.
Another point is that I have a class that inherits from TemplateBase that I used to do some helpers, and my view inherits from this class.
RazorMachine served us well but we eventually migrated to something else (Liquid templates with Fluid). As the development has stalled a bit, you might also consider alternatives like RazorLight.
I'm using Razor Machine 2.6.1 with MVC 4 and sometimes when rendering a view from cshtml file, the erros CS1704 and cs1703 occurs for some dlls. There are no pattern for what dll the error points to, it was happen since some dlls os my project until the Asp.Net MVC dll.
Another point is that I have a class that inherits from TemplateBase that I used to do some helpers, and my view inherits from this class.
The text was updated successfully, but these errors were encountered: