Forum member

jefim

4 posts

Posts by jefim

  1. ReflectionOnlyAssemblyResolve error during build

    Well, I do not know if this should necessarily be implemented in the NCrunch itself. But this issue could be added to "Troubleshooting build issues" page in the wiki.

  2. ReflectionOnlyAssemblyResolve error during build

    Alright. I got to the cause of the issue. I have no idea why, but the csproj file of the failing project had the following line: [code] <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>[/code] Frankly I have no idea why this was there and when it app…

  3. ReflectionOnlyAssemblyResolve error during build

    Alright, after spending some time playing around with this issue I found a way to "solve" it - if I remove all the XAML files from the project then it compiles. This is not caused by a specific XAML file though - only after deleting ALL of them the build succeeds.

  4. ReflectionOnlyAssemblyResolve error during build

    Hi, I am totally new to NCrunch. I am trying to make it work with one of our projects and I am failing miserably. So basically I enabled NCrunch, went through the wizard and right after thatI got a failed build (in NCrunch, building normally works like a charm). The exact text I get on the projec…