Tagged Questions
1
vote
2answers
335 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' ...
1
vote
2answers
2k views
MSBuild 2008 stops on first error while building a solution
We recently upgraded from MSBuild 2005 to 2008. Since then MSBuild stops on the first error when building a solution. This wasn't the case in 2005.
Is there a way to get the old behavior?
EDIT: We ...