Commented Issue: Security Exception [99]
I've been running template/MVC with no issues. Then this week I started receiving an exception when trying to access any compiled view. The site has been in medium trust (default for hosting), but...
View ArticleCreated Issue: PreemptPhysicalFiles ignored on partial views [100]
The PreemptPhysicalFiles = false works for views, but when RenderPartial is called the cshtml file from assembly is used even the file exist on disk.There is missing condition for PreemptPhysicalFiles...
View ArticleCommented Issue: PreemptPhysicalFiles ignored on partial views [100]
The PreemptPhysicalFiles = false works for views, but when RenderPartial is called the cshtml file from assembly is used even the file exist on disk.There is missing condition for PreemptPhysicalFiles...
View ArticleCommented Issue: PreemptPhysicalFiles ignored on partial views [100]
The PreemptPhysicalFiles = false works for views, but when RenderPartial is called the cshtml file from assembly is used even the file exist on disk.There is missing condition for PreemptPhysicalFiles...
View ArticleCommented Issue: Removal of SuffixClassNames : bool [66]
HeyI see SuffixClassNames : bool was removed after it was pulled in.I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these...
View ArticleCommented Issue: Removal of SuffixClassNames : bool [66]
HeyI see SuffixClassNames : bool was removed after it was pulled in.I really need this feature. I tend to not name my views Index, Edit, List etcetera but give them more meaningful names. However these...
View ArticleCreated Issue: VirtualPath case sensitive problem in IsPhysicalFileNewer. [101]
private bool IsPhysicalFileNewer(string virtualPath){ if (virtualPath.StartsWith(_baseVirtualPath ?? String.Empty, StringComparison.Ordinal)) ......}can change __StringComparison.Ordinal__ to...
View ArticleEdited Issue: VirtualPath case sensitive problem in IsPhysicalFileNewer. [101]
private bool IsPhysicalFileNewer(string virtualPath){ if (virtualPath.StartsWith(_baseVirtualPath ?? String.Empty, StringComparison.Ordinal)) ......}can change __StringComparison.Ordinal__ to...
View ArticleCommented Issue: VirtualPath case sensitive problem in IsPhysicalFileNewer....
private bool IsPhysicalFileNewer(string virtualPath){ if (virtualPath.StartsWith(_baseVirtualPath ?? String.Empty, StringComparison.Ordinal)) ......}can change __StringComparison.Ordinal__ to...
View ArticleCreated Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCommented Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleClosed Issue: RazorGenerator not generating complete code on .cshtml [102]
I'm running into an issue where it appears that razor generator is not generating complete code for some of my Shared Templates.These are templates that are created from the "MvcSiteMap" package.The...
View ArticleCreated Issue: Problems with. 4.5 and net MVC4 [103]
I followed exactly the steps described in this post.But the error is displayed below> ASP.NET runtime error: There is no build provider registered for the extension '.cshtml'. You can register one...
View Article