Forum member
philAtkin
5 posts
Posts by philAtkin
-
Won't build a project that uses /unsafe compiler switch
Hi Remco, Thanks for the reply. I've just noticed the Test Settings\Use CPU architecture setting. How does this relate to the Platform setting for the build? Does this mean that in fact you've already implemented the required feature? Phil
05 Oct 2012 11:50 UTC
-
Won't build a project that uses /unsafe compiler switch
Hi Remco, Thanks for the reply. Here's my two pen'o'rth: * As far as I know, there's no way to see, nor set, the default configuration and platform using the VS IDE. That makes it particularly difficult to know how NCrunch will build the project. * Whilst I'd found the 'Use build configurati…
05 Oct 2012 08:41 UTC
-
Won't build a project that uses /unsafe compiler switch
I was having the same problem. It turned out that, while I was successfully building one combination of configuration and platform in the IDE, NCrunch was trying to build a different combination - one for which I had not set the 'Allow unsafe code' checkbox (in fact, I hadn't even realized that thi…
04 Oct 2012 10:40 UTC
-
InvalidProjectFileException (a different one)
Hi I've looked further into this. First, my whole solution builds correctly in the VS2008 IDE. My solution contains a tester assembly dll written in C# that references a testee assembly written in C++. The specific error message I reported seems to be associated with the C++ assembly; perhap…
26 Sep 2012 11:30 UTC
-
InvalidProjectFileException (a different one)
Microsoft.Build.BuildEngine.InvalidProjectFileException: The project file must be opened in the Visual Studio IDE and converted to the latest version before it can be built by MSBuild. Server stack trace: at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCa…
25 Sep 2012 14:42 UTC