如何清除“BSCMAKE错误BK1500:内部错误”编译错误 [英] How to get rid off "BSCMAKE error BK1500: Internal error" compile errors

查看:2805
本文介绍了如何清除“BSCMAKE错误BK1500:内部错误”编译错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用msbuild编译一个 Visual Studio 2010 解决方案,需要一个成功的构建没有任何错误。

I use msbuild to compile a Visual Studio 2010 solution and need a successfull build without any errors.

但每次我运行msbuild / rebuild(或直接使用Visual Studio清洁和编译我的解决方案)我得到几个bscmake错误像这样(有时错误消失时,无需清洗,但编译再次,但它不是一个好的解决方案,我运行msbuild两次):



But each time I run msbuild /rebuild (or cleaning and compile my solution directly using Visual Studio) I get several bscmake errors like this one (sometimes the errors disappear when compiling again without cleaning, but it is not a good solution to me to run msbuild twice):

[...]
10>  Generating Code...
11>  xxxxxxxx\mshtml.tlh(63588): warning BK4504: file contains too many references; ignoring further references from this source
11>  
11>BSCMAKE : error BK1500: Internal error
11>  
11>    Version 10.00.30319.01
11>  
11>    ExceptionCode            = C0000005
11>    ExceptionFlags           = 00000000
11>    ExceptionAddress         = 001343DA (00130000) "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\bscmake.exe"
11>    NumberParameters         = 00000002
11>    ExceptionInformation[ 0] = 00000000
11>    ExceptionInformation[ 1] = 00000000
11>  
11>  CONTEXT:
11>    Eax    = 00141B30  Esp    = 003CF1C0
11>    Ebx    = 04B142C6  Ebp    = 003CF770
11>    Ecx    = 04BB621C  Esi    = 00000006
11>    Edx    = 00000000  Edi    = 00000001
11>    Eip    = 001343DA  EFlags = 00010293
11>    SegCs  = 00000023  SegDs  = 0000002B
11>    SegSs  = 0000002B  SegEs  = 0000002B
11>    SegFs  = 00000053  SegGs  = 0000002B
11>    Dr0    = 00000000  Dr3    = 00000000
11>    Dr1    = 00000000  Dr6    = 00000000
11>    Dr2    = 00000000  Dr7    = 00000000

[...]

是的,我不需要浏览信息我的发布,我不想这个错误消息发生(有可能隐藏像这样的视觉stuido 2008的错误,但我认为编译器参数不再可用)。

The point is, that I don't need browse information for my release and I don't want this error message to occur (there was a possibility to hide errors like these with visual stuido 2008, but I think that the compiler param is no longer available).

如何隐藏bscmake错误?

推荐答案

根据Hans Passants的评论:

According to Hans Passants comment:

>

谢谢!

这篇关于如何清除“BSCMAKE错误BK1500:内部错误”编译错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆