Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
543 views
in Technique[技术] by (71.8m points)

c# - ASPNETCOMPILER(0,0): Error ASPRUNTIME: Object reference not set to an instance of an object

I'm Trying to publish a website, using Visual Studio 2013. I'm getting an error:

ASPNETCOMPILER(0,0): Error ASPRUNTIME: Object reference not set to an instance of an object.

It happens also on Visual Studio 2010. I tried to restart VS, and PC. I removed *.dll.refresh from my bin directory. I don't have <clear/> tags in my web.config. I think it all started when I accidently removed my *.suo file.

Any ideas?

Update:

I just noticed it happens only when I try to precompile my site. If I publish without precompilation it works fine...

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I also had this problem and it was not solved by any of the ideas mentioned previously. The problem was that somehow compresssion had been enabled on the subfolder of my drive containing the ASP.NET website. The solution is to right-click, choose properties and in the general tab, click Advanced and under the 'Compress or Encrypt attributes' section, make sure 'Compress contents to save disk space' is unchecked. Upon prompting do this for all files and subfolders (note it may take some time). Hope this helps someone.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...