build-error

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" ...

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 Files\Microsoft SDKs\ Windows\v6.0A \Bootstrapper\Engine' I've searched around the internet and all I find are posts which talk of a specific fil...

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 call MSBuild form the command line: MSBuild.exe xyz.sln /p:Platform=Win32 /p:Configuration=Debug ...

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 created an static "StringExtensions" class with an extension method on string. For some reason this seemed to work yesterday, but today, I'm ...

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 know there are binaries availble for both Linux and Mac, but I want to build my own copy. I've always skipped out on building and I want to ...

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. E.g. (PRIVATE resolves to static): #if!defined __cplusplus #define PRIVATE1 PRIVATE #endif ... PRIVATE1 const int some_var; The proble...

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 requested from me to install it on my home directory. So i installed both boost and boost.mpi on my home directory. Boost library seems to work ...

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 IAlink3' could not be found Amigo X Amigo X is the name of the solution. What is wrong? PS: Amigo X is a party that we have here in Brazil a...

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: c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1418,9): error MSB3303: Could not resolve COM reference "70850f66-869f-44a0-88e7-b0460a7e3bf3" version 0.1. The type library importer e...

VC ++ express, how do I fix this error?

Hi there, I have experience programming in C#, but I'm taking a C++ class this semester, and I'm writing my second project, but I keep getting this error when I try to build a debug configuration of my program. My build log is below, any ideas on what's going on? I'm at a loss. Thanks everyone! 1>------ Rebuild All started: Project: ...

What does this compiler build statement mean?

Hi everybody, I am a programming student in my second OOP class, which is taught in C++, and I am using Visual Studio 2008. I keep encountering this weird statement when I build my project in VS, my project builds fine, I would just like to know what it means. It appears every time I build my project, doesn't matter if I click rebuild...

asm/atomic.h compile error

I have an old C++ project and I'm having problem building it. For a certain file I receive the following kind of errors: error: ‘atomic_t’ was not declared in this scope And others for other identifiers like atomic_read, atomic_inc, etc. The file has an include for asm/atomic.h, but I cannot find the header file on my system. I'm u...

GenerateDSYMFile warning: unable to open object file

The background: I have a project that I last built on 10.5 on a PPC computer using xcode v3.1. It builds against the 10.4 SDK. I now have a MacBook with 10.6 on it and Xcode v3.2.1. I installed the 10.4 SDK with xcode. So now I want to build the project on an intel chip on 10.6. I first get a build error because I have the wrong version ...

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 build successfully my project. I did not touch the SchoolAdministrationUC.xaml file , but I deleted 3 other UserControls also located in the...

Can't build iphone project in xcode with CATRansform3DMakeRotation

Hi, I need to use CATRansform3DMakeRotation function in my project, but when I try to compile I get an build error Undefined symbols: "_CATransform3DMakeRotation", referenced from: if I comment the function out the project builds fine. Any ideas why is this happening? ...

I have build errors with m2eclipse but not with maven2 on the command line - is my m2eclipse misconfigured?

I installed m2eclipse to build a java project in Eclipse. I imported the project as follows: Import-> Maven-> Existing Maven Projects-> Import Maven Projects-> - Select root directory - Select pom file - Click Finish To be sure m2eclipse was actually building the project, I deleted the target directory and made sure it was re-created...

What causes a new Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?

I imported a Maven project and it used Java 1.5 even though I have 1.6 configured as my Eclipse default (Preferences->Java->Installed JREs). When I changed the Maven project to use the 1.6 JRE it still had the build errors left over from when the project was using Java 1.5 (I described these build errors earlier in this question.) I'm g...

Error: The assembly "c:\MyAssembly.dll" could not be converted to a type library.

I'm trying to build my project and I've suddenly started getting the following error when the project builds and the "Register for COM interop" property is ticked. The assembly "c:\MyAssembly.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'SomeType, MyAssembly'. Error: Refer...

Eclipse CDT "Path must include project and resource name"

Hi there, I've been banging my head against a brick wall with this, so any help will be much appreciated :) I have created two projects with the following structure. There is one source folder under C:\ide\xxx\source There is a project folder under C:\ide\xxx\build1 There is a project folder under C:\ide\xxx\build2 Both build1 and bu...

Winforms designer is unable to find the project assembly?

I have a win forms Usercontrol that is suddenly unable to build, with this error: Edit- forgot to mention, The name of the project is Datatesting, it is not an external reference! Error 1 Invalid Resx file. Could not load type DataTesting.TableColumn, DataTesting, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null which is used ...