Top "Aspnet-compiler" questions

ASPNETCOMPILER error ASPCONFIG: Could not load file or assembly 'Microsoft.VisualBasic.Activities.Compiler' or one of its dependencies

I just upgraded my project to Asp.Net 4, from 3.5. When the build kicks off from TeamCity, I get the following …

.net .net-4.0 teamcity aspnet-compiler
Circular file references not allowed

I am having a problem in building my solution in VS2008. Normally, it compiles fine in the environment. Sometimes, it …

visual-studio-2008 msbuild aspnet-compiler
Why does my ASP.NET 4.0 web service fail with a compliation error with NetworkService but succeed with LocalSystem

I started getting server-side compliation errors indicating that the identity of my web service's application pool could not access files …

asp.net security iis iis-7 aspnet-compiler
System.Linq namespace missing even with reference to System.Core.Dll

When I open up a Asp Net web site of mine in Visual Studio 2010 the properties say "Target Framework 3.5", however …

linq assemblies aspnet-compiler
CodeDom provider can't be located after another application deployed

I had two web applications deployed in a site under IIS 7.5 site.com/myApp site.com/anotherMyApp Now another devs …

asp.net iis-7.5 roslyn aspnet-compiler
Trying to Build and Publish Asp.net website from command line using aspnet_compiler

I am trying this. I have built asp.net website. When I publish to IIS through VS2008 it works fine. …

c# asp.net command-line aspnet-compiler