Forum member

CodeAdze

29 posts

Posts by CodeAdze

  1. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

    Thank you... v4.8 it is... and we're running again... awesome. I'm actually a Kiwi living in rural Western Australia, still have some contact with the Motherland so have heard about the ongoing supply chain difficulties there. We're facing a similar situation here, and with the flooding over east…

  2. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

    Hi, Here is the .vbproj as requested. Thanks for your help. [code=xml]<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\packages\NUnit.3.13.3\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.13.3\build\NUnit.props')" /> …

  3. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

    Sure no problem. Is it a copy of the VB project file (.vbproj) that you need?

  4. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

    Hi, I've been away from development for the last 4 or 5 months for life reasons. Had a chance to get back to it this week so renewed my NCrunch license and installed the latest version. When NCrunch initialized it gave me an error saying that .Net Framework 3.5 wasn't installed (I had 4.8.1) so I i…

  5. Test Failures After Adding Empty Test

    Sure can, I will send the report back asap. Thanks Remco your support with this issue is amazing, absolutely of the chart.

  6. Test Failures After Adding Empty Test

    No trouble at all I'll have it through to you shortly.

  7. Test Failures After Adding Empty Test

    Yes, 987 tests is what my system reports also, but it reports 6 failing tests and gives the 'test count mismatch' error explanation also. I have been able to sometimes temporary resolve the issue by closing VS, deleting Archimedes.crunchsolution.cache and restarting VS. I can often then add a few m…

  8. Test Failures After Adding Empty Test

    Hi Remco, Late last week I sent you a link to my Dropbox through the Report a Bug feature in NCrunch. The Dropbox contains a zipped copy of my solution. Did you receive this ok?

  9. Test Failures After Adding Empty Test

    It's not even an open source project it's just something I've started writing for myself, I would be more than happy to share it with you. I will just fix the tests that are causing the Out of Memory failures when NCrunch is in Constant Churn mode as you suggested I should and will then zip it up an…

  10. Test Failures After Adding Empty Test

    Thank you for your reply, patience, and on going support it really is appreciated. Your explanation of the resource problem I have is very good, I learnt about something that I hadn't encountered before so thanks for tanking the time to explain it. Yes I'm engaging with WPF windows, yes I'm not …

  11. Test Failures After Adding Empty Test

    I think the problem we are facing might be a memory allocation issue. After posting the response to your questions from yesterday I decided to reinstall NCrunch just encase I had managed to corrupt my copy some how (grasping at straws here), after uninstalling NCrunch I remembered that ReSharper …

  12. Test Failures After Adding Empty Test

    Thanks for your reply, I'm sorry this issue is taking up your time. [quote]When you receive the unstable test generation error, NCrunch should normally report the names of tests that are inconsistent between runs of the same assembly. Are you receiving this information? It should be showing on the …

  13. Test Failures After Adding Empty Test

    Hi Remco, This is just an observation and I don't know if it has any relevance but while this issue is occurring NCrunch reports the following Trace Output. NCrunch is unable to safely execute tests in this assembly because it contains unstable test generation. A previous discovery run over thi…

  14. Test Failures After Adding Empty Test

    Hi Remco, The version of NUnit I'm using is 3.13.3. I'm not using any NUnit assembly level attributes at all. My usage of NUnit is very basic as I only use <TestFixture> <Test> <TestCase> <Apartment(ApartmentState.STA)> and Assert.That() I have no NUnit extensions loaded. My NUnit install is…

  15. Test Failures After Adding Empty Test

    Hi, I am facing an issue with NCrunch that I don't understand. I have all my tests in one assembly (one VS project) which NCrunch has been running without issue forever. Today as I was adding tests to my test fixture (I use NUnit) I added an empty test <Test> Public Sub MyTest End Sub and…

  16. NCrunch and AppDomains

    Hi, I was wondering if a test being run under NCrunch and the code that's being tested are in the same appdomain? In my test I am invoking AppDomain.CurrentDomain.SetThreadPrincipal() but my test is failing and it appears to be because when I'm invoking Thread.CurrentPrincipal.IsInRole in my code…

  17. Project Incorrectly Identified As Test Project.

    Thanks Remco that did the trick just nice.

  18. Project Incorrectly Identified As Test Project.

    First off I just want to say thanks for such a great product. In my current solution I have 10 projects, 5 'production code' projects and the other 5 containing my test. For some reason NCrunch is identifying one of my 'production code' projects as a test project. I have looked through the projec…

  19. Bad Image Format Exception Thrown When Target CPU Settings Don't Match

    Hi Remco and team, I run into a situation with Ncrunch today where it failed all my tests in a project with a Bad Image Format Exception but VS was happy and compiled and run my application with out a problem. In my solution (VB) I have my source code and there tests separated into different pro…

  20. System.Windows.Application Not Populated Under NCrunch

    Hi Remco, Thanks for your prompt reply. I tried running the tests with the NUnit test runner and got the same problem, the Application object wasn't populated and it threw the same NullReferenceException. I will try and find a solution for this. Thanks again.