问题描述
目前在我的构建中我收到以下错误:
$
MSPDBCMF:致命错误CMF1105:未能覆盖'D:\ myrepo \ src\.bld\proj.uap\bin\x64\Debug\uap10.0\proj.uap.pdb'(错误代码= 32)@无法打开输入PDB文件进行读取(PDB错误) code = 0)/ DEBUG不生成3个输入PDB文件:fastlinkW必须读取
并同意数据收集政策 在使用/ errorreport之前:send1警告被视为错误; PDB文件是完整的@指定的输出文件名太长(超过0个字符)[D:\ myrepo \ src \ Apps \ HelloApp \ HelloApp.csproj]
Currently in my build I am getting the following error:
MSPDBCMF : fatal error CMF1105: failed to overwrite 'D:\myrepo\src\.bld\proj.uap\bin\x64\Debug\uap10.0\proj.uap.pdb' (error code = 32)@ failed to open input PDB file for reading (PDB error code = 0)3 input PDB file is not generated by /DEBUG:fastlinkW must read and agree to the Data Collection Policy at before using /errorreport:send1 warning treated as error; the PDB file is intact@ specified output filename is too long (exceeding 0 characters) [D:\myrepo\src\Apps\HelloApp\HelloApp.csproj]
I无法访问MsPdbCmf.exe或Microsoft.Build.AppPackage.dll(我认为称之为)的源代码。 有没有人对可能导致这种情况或如何解决这个问题有什么指导?
I don't have access to source code for either MsPdbCmf.exe, or Microsoft.Build.AppPackage.dll (which I believe calls it). Does anyone have any guidance on what could cause this or how to get around it?
推荐答案
感谢您在此发布。
这是C ++团队的已知错误,此问题已修复,现在可在我们的最新更新中找到。您可以通过产品内通知或从此处下载更新:
This is known bug on the C++ team, This issue has been fixed and is now available in our latest update. You can download the update via the in-product notification or from here:https://www.visualstudio.com/vs/
希望这会有所帮助。
这篇关于生成错误:无法覆盖pdb文件(MsPdbCmf.exe)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!