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

Commented Unassigned: "Entry point was not found." while using RazorGenerator.MVC and RazorGenerator.MsBuild [141]

$
0
0
I tried following the directions to set this up and when I start the application I'm presented with this error. It seems like it is coming from the VirtualPathFactoryManager call somehow, when I comment that out, my system works again, but I don't think it is using the precompiled Razor views.
Comments: It seems that adding the assembly binding redirects around the GeneralHelpers and System.Web.WebPages fixed this issue for me. <dependentAssembly> <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" /> </dependentAssembly>

Viewing all articles
Browse latest Browse all 525

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>