0
votes
1answer
30 views
The type library importer encountered an error during type verification
I am writing a C# application which has several COM references. When I attempt to build it I get the following error for some of them:
…
1
vote
1answer
36 views
Required file ‘alink.dll with IAlink3’
Hello,
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 …
0
votes
1answer
61 views
Boost.MPI problem
Hello all,
I'm working on an HPC. And on that HPC an old version of Boost was installed and that boost library doesn't have Boost.MPI. I requested from Admins to install it on the HPC. But they …
3
votes
3answers
676 views
Building Mercurial 1.3.1 on Ubuntu Linux
I'm attempting to build mercurial 1.3.1. I've attempted this thus far on my Mac OS X machine and on a Linux Ubuntu virtual machine that I'm running.
I keep getting errors while running the make. I …
0
votes
7answers
260 views
Strange Eclipse C++ #define behaviour (resolved)
(A case of over relying on an IDE)
I have some legacy C code that I compile as C++ for the purpose of Unit testing. The C source is C++ aware in that it conditionally defines based on environment.
…
2
votes
2answers
443 views
IKVM and System.Core System.Runtime.CompilerServices.ExtensionAttribute
I'm using the latest release of IKVM to "compile" a Java .jar file into a .NET DLL. That all worked fine, and now I'm trying to reference the DLL in a .NET 3.5 C# project.
In my C# project, I've …
1
vote
2answers
1k 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 …
0
votes
3answers
481 views
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"
1
vote
2answers
313 views
Where can I aquire the Windows 6.0 Bootstrapper files for VS?
I deleted the Windows 6 SDK folder a while ago, and now my VS refuses to build my Deployment Project unless I get those files back!
Could not find required file 'setup.bin' in 'C:\Program …
