Tagged Questions

5
votes
1answer
461 views

Make Visual Studio (Express) stop compiling when something doesn't compile

If one project can't build, Visual Studio, by default, keeps right on trying to build all the other projects that depend on that project, and therefore gets stupid errors because those other projects ...
3
votes
2answers
1k views

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 ...
1
vote
2answers
313 views

Required file 'alink.dll with IAlink3'

I was trying to build a C# solution on my Visual Studio 2008, that is running on a Windows Vista machine, but when I try to build it I'm getting this error: Required file 'alink.dll with IAlink3' ...
0
votes
1answer
182 views

Explain this Visual Studio 2005 error (C1083) to a build process n00b

I've received this Visual Studio error. Though I can figure out the jist of the problem, I don't totally understand because I don't know much about the build process. What is the real problem here ...
0
votes
1answer
131 views

Visual Studio namespace errors after deleting userControls

Really Visual Studio can be so annoying sometimes... I did nothing else than deleting 3 UserControls in a folder. Since that time I get a error message I do not get rid of. Whatever I do I can not ...