Questions tagged [vs-error]
4 questions
21
votes
6 answers
"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 ...

Robin Rodricks
- 110,798
- 141
- 398
- 607
3
votes
1 answer
A call to a generic function (with constraints implemented with an interface) produces an error about missing constraints. What do I fail to see?
I want to do some arithmetic addition in my generic class with some constraints in place. For brevity, assume there is just one public member named Value.
Public MustInherit Class GenericInterval(Of T As {Structure, IComparable})
Public Value As…
user1889116
3
votes
2 answers
Where can I acquire the Windows 6.0 Bootstrapper files for VS?
I've deleted the Windows 6 SDK folder and now my VS refuses to build my Deployment Project. I need to get the filed back to get working again.
Could not find required file 'setup.bin' in 'C:\Program Files\Microsoft SDKs\ Windows\v6.0A…

Robin Rodricks
- 110,798
- 141
- 398
- 607
1
vote
3 answers
VSTO "Value does not fall within the expected range."
I'm getting an error compiling my VSTO (Visual Studio Tools for Office) project in VS.
It says "Value does not fall within the expected range." and "There was an error during installation"

Robin Rodricks
- 110,798
- 141
- 398
- 607