Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Looking for WebMatrix assembly but its not in the proj
-
hello
we used to have the WebMatrix.WebData assembly in our .net proj
but weve upgraded and now it we dont have it
nor do we have any refs to it in our codeour local builds build fine
but our buildmaster build keeps giving us this err:
Attempt by security transparent method 'WebMatrix.WebData.PreApplicationStartCode.Start()' to access security critical method 'System.Web.WebPages.Razor.WebPageRazorHost.AddGlobalImport(System.String)' failed.its as if its still looking for the webmatrix stuff
do you have any suggs?
Product: BuildMaster
Version: 4.9.6
-
Hmm ... a guess, but perhaps the NuGet packages are not installing?
Take a look at the "Issues with third-party tools and integrations" under KB#1052, and try to build using the same method that BuildMaster is. That may help identify where to start looking.
-
thx for the guidance