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

Categories

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

visual studio 2008 - "Unrecoverable build error" on any MSI Setup project

Some time ago I got this error when building ANY Visual Studio Deployment project.

"Unrecoverable build error"

I thought my VS installation was corrupted or I deleted some important files, but ...

See Question&Answers more detail:os

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

1 Answer

0 votes
by (71.8m points)

...all I had to do was.

Close down Visual Studio.

Start, Run or WIN+R, type cmd, OK.

regsvr32 "C:Program FilesCommon FilesMicrosoft SharedMSI Toolsmergemod.dll"
regsvr32 ole32.dll

For x64 bit machines

regsvr32 "C:Program Files (x86)Common FilesMicrosoft SharedMSI Toolsmergemod.dll"
regsvr32 ole32.dll

Warning: you MUST run the command prompt in Admin Mode!

Close Command Prompt.

Open up Visual Studio and try rebuilding your deployment project! It worked for me!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.7k users

...