Forum member

JeremyR

6 posts

Posts by JeremyR

  1. How do I "Retrieve the LoaderExceptions property" please?

    That one worked well enough to to tell me it was a badImageFormat Exception. Which I then tracked down to being a 64-bit assembly being run in 32-bit. So I dug around your wiki until I figured out how to get my test and other projects building in 64-bit and now all seems to be working. Thanks, …

  2. How do I "Retrieve the LoaderExceptions property" please?

    No code change from yesterday and now the NCrunch build fails where the msbuild succeeds.: [quote][09:35:59.5456-AnalysisTask-6] ERROR (Internal): System.NullReferenceException: Object reference not set to an instance of an object. Server stack trace: at nCrunch.Common.ListExtensions.#=qE…

  3. How do I "Retrieve the LoaderExceptions property" please?

    Here is the resulting stack trace. I'm not seeing anything useful, but the process not found in pool could be the cause of that. [quote][17:29:26.5249-AnalysisTask-137] Launching task: [AnalysisTask: [SnapshotComponent: XYZ.UI.UnitTest, 7, 62638178], BeingProcessed] [17:29:26.5259-AnalysisTas…

  4. How do I "Retrieve the LoaderExceptions property" please?

    Installed the latest version from your link. I can confirm that it lists version 1.46.0.9 in the about dialog. I'm not finding any more information in any of the stack traces: "[10:59:39.1411-AnalysisTask-6] ERROR (Analysis): A failure occurred while analysing the assembly [SnapshotComponent: M…

  5. How do I "Retrieve the LoaderExceptions property" please?

    I am having almost the same problem as the OP. LoaderException when using dynamic detection with NUnit tests. When I change it to static detection I can now see my tests, but I cannot run any of them successfully. I see the following: http://snag.gy/reSqS.jpg yellow triangle icon whenever I …

  6. Passing build parameters

    [quote=Remco;3903]For anyone interested, support for $(SolutionName) has been introduced with the newly released version of NCrunch (v1.45).[/quote] I just downloaded this today, and after getting it to work well in a little prototyping project I tried applying it to our main project. I've have …