稻草屋
疯行天下
编译器失败,错误代码为 1
    前些天编译程序后,想浏览网页调试一下效果,但是出现编译错误:编译器失败,错误代码为 1。
    看了一下进程,有联系今天常常弹出“虚拟内存不足”提示,我想应该是内存不足,才导致编译失败!把相关进程删除,然后把Aspnet_Wp进程停止调(当然该进程自己马上自动启动),再次浏览网页,好了!
编译器失败,错误代码为 128

csdn上有位兄弟遇到这个错误了
http://expert.csdn.net/Expert/topic/3009/3009791.xml?temp=2.024478E-02
我先是搜索baidu发现一个帖子
http://www.devmanclub.com/showpost.aspx?PostID=1791
没有解决办法
翻google从gotdotnet翻出一贴 作者称其为“horrible dream”的错误,并给出解决方案

First of all, update your antivirus software and make a full scan on your computer. I guess the cause of the problem is that some hacker has entered in my computer and made some change in my account and security settings, so the sensitive asp.net found it and then stopped working.

After u are sure no viruse is in your computer, u can follow the steps below.

1. run "aspnet_regiis -ua" in the cmd. u can start the cmd from the vs.net tools in the start menu, otherwise u need type the full path.

2. remove the aspnet account from your computer

3. uninstall iis

4. restart your computer

5. reinstall iis

6. run "aspnet_regiss -i" in the cmd

7. add vs_developers group to iis operators (u can operation in iis)

8. open the file "machine.config" which is in "C:\WINNT\Microsoft.NET\Framework\v1.1.xxxx\CONFIG", then find and replace
userName="machine"
with
userName="SYSTEM"

9. restart your computer and pray silently

地址 http://www.gotdotnet.com/Community/MessageBoard/Thread.aspx?id=209899&Page=1#209899
记在这里,免今后自己和其他朋友遇到

---------------------------------------------------------------------------------------------------------

2004-7-1补记

我们一个客户机器也出了这个问题
咨询了微软动力营专家,专家提出2点:
//=====以下内容来字微软动力营=======
您好!
    谢谢您使用微软动力营!
    对于你的这个问题,通常都是由于以下两个原因引起的,你可以去查看一下:
1. 你的客户的机器可能感染了这个病毒
http://de.mcafee.com/root/genericVIL.asp?genericURL=/VirusInfo/VIL/dispVirus.asp&virus_k=100252
2. 你的客户的服务器运行着一些防病毒软件(象norton),这有可能导致了这个错误。

对于第一个可能,我提供的那篇网页里面提供了清除方法。对于第二个可能你可以将防病毒软件关闭掉试试。

希望对你有帮助

谭映辉 [微软] 
微软全球技术中心 微软动力营合作伙伴技术支持

使您100%满意是"微软动力营"合作伙伴支持服务的唯一目标。我们真诚希望您能够对"微软动力营"服务提出宝贵建议和意见,我们将针对您的反馈不断改进服务质量。如有任何问题,请发信至:
cmsdn@microsoft.com
本贴子以“现状”提供且没有任何担保,同时也没有授予任何权利。


posted on 2009-07-25 11:25  子谦  阅读(1475)  评论(2编辑  收藏  举报