aspnet_compiler fails when using App_Browsers folder with Web Deployment Project
Posted
by steeno
on Stack Overflow
See other posts from Stack Overflow
or by steeno
Published on 2009-07-08T19:33:47Z
Indexed on
2010/03/23
21:53 UTC
Read the original article
Hit count: 895
ASP.NET
|aspnet-compiler
Hi
When Compiling my Web Deployment Project which references a Asp.Net project with a App_Browsers folder I get the following compilation error:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler.exe -v /[PROJECTNAME].csproj -p "[FILEPATH]" -u -f -d .\TempBuildDir\ ASPNETCOMPILER : error ASPRUNTIME: Object reference not set to an instance of an object.
If I remove the App_Browsers folder everything works perfectly.
Any help would be appreciated.
© Stack Overflow or respective owner