`
isiqi
  • 浏览: 16039839 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

关于VS2008的错误:mt.exe : general error c101008a

阅读更多

我用VS2008编写VC程序后编译,编译结果如下:
1>------Buildstarted:Project:Draw,Configuration:DebugWin32------
1>Embeddingmanifest...
1>mt.exe:generalerrorc101008a:Failedtosavetheupdatedmanifesttothefile".\Debug\Draw.exe.embed.manifest".Bpcn
1>Buildlogwassavedat"file://g:\VCDraw\Draw\Draw\Debug\BuildLog.htm"
1>Draw-1error(s),0warning(s)
==========Build:0succeeded,1failed,0up-to-date,0skipped==========
失败,但是我修改的部分已经成功更改了,这是为什么?这个错误有是什么错误?

后来我在网上找到了这样一段文字:

是微软社区中看到的

Description
Whenrebuildingprojects,mt.exerandomlyfailswitherrorc101008a.

Theprojectbeingrebuilthasnotbeenchangedandhaspreviouslybuiltsuccessfully.
Theprojectbuildssuccessfullyonotherdevelopmentworkstations.
Buildingtheprojectagaindoesnotfixtheissue.
Rebuildingtheprojectdoesfixtheissue.
TheprojectisanativeC++ATLDLL,dynamiclylinked,dynamicATLlinkage.Thebuildtypewasdebug.

Thisproblemhasbeenraisedanumberoftimeswithbug110491claimingtofixtheproblem,andbug288040beingclosedasnotreproducable.

Thebugoccursonmultipledevelopmentworkstationsandaffectsprojectsatrandom(manydifferentprojectshavefailedwiththesameerrorandaresubsequentlyfixedbyforcingarebuild)

Theerrorreportisasfollows:
1>------Buildstarted:Project:ASEFSync,Configuration:Debug_UMDWin32------
1>Compiling...
1>SynchroniseCallBack.cpp
1>GeneratingCode...
1>Compiling...
1>ASEFSync.cpp
1>FileSafeSyncMgrEnumItems.cpp
1>FileSafeSyncMgrSynchronise.cpp
1>DatabaseWriter.cpp
1>FolderContents_Database.cpp
1>FolderContents_Folder.cpp
1>SynchroniseFolder.cpp
1>CommonGUI.cpp
1>GeneratingCode...
1>Compiling...
1>dlldatax.c
1>ASEFSync_i.c
1>GeneratingCode...
1>Linking...
1>CreatinglibraryDebug_UMD\ASEFSync.libandobjectDebug_UMD\ASEFSync.exp
1>Embeddingmanifest...
1>mt.exe:generalerrorc101008a:Failedtosavetheupdatedmanifesttothefile".\Debug_UMD\ASEFSync.dll.embed.manifest".Theparameterisincorrect.
1>Creatingbrowseinformationfile...
1>MicrosoftBrowseInformationMaintenanceUtilityVersion9.00.21022
1>Copyright(C)MicrosoftCorporation.Allrightsreserved.
1>ASEFSync-1error(s),0warning(s)
==========Build:0succeeded,1failed,10up-to-date,0skipped==========
Comments
TheattachedzipfilecontainsadumpfromSysInternalsProcessMonitorthatwascapturedduringabuildoftheprojectASEFSync.

ThelogcontainstracedatafromallrunningapplicationsexceptProcessMonitoritself.OnlytracedatafromthebuilddriveandtheDevStudioinstallationdrivehasbeenincluded.
(MyOSisonC:,DevStudioisonD:,andthesourcecodeisonE:).
Myvirusscannerhasbeensettoexcludethebuildtree.

IsfarasIcantell,therearenoerrorsrelatedtomt.exeorASEFSync.dll.embed.manifestbeingreportedfromthefilesystem.

mt.exeisreporting"Theparameterisincorrect".Canthismessagebetracedtomt.exe'scommand-linehandling,orperhapsitsinputfiles?
PostedbyAndy77Lon2/25/2008at4:15AM
Thanksforyourfeedback.

Wehavemarkedthisbugasaduplicateofanotherissuewearealreadytracking.Pleaseseetheissuelinkedtothisbugforupdates.

Thankyou,
VisualStudioProductTeam.
PostedbyMicrosofton2/25/2008at9:13PM
ProductLanguage
English
Version
VisualStudio2008(AllProductsandEditions)
OperatingSystem
WindowsXPProfessional
OperatingSystemLanguage
English
Whichlanguage?
C++
Wheredidyouencountertheproblem?
Compiler
Details
Pleaseprovideerrormessageindescription
StepstoReproduce
Theissueoccursatrandom.
Oncetheissuehasoccured,itisonlyfixedbyrebuildingtheproject.
ActualResults
Theprojectfailstobuild.mt.exefailswitherrorc101008a.
ExpectedResults
Theprojectisfineandsothebuildprocessshouldcompletesuccessfully.
TAPCode(ifapplicable)

FileAttachments
1attachments
Logfile.zip
AttachedFiles:

从这段来看,这应该是VS2008的一个bug.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics