Forum member

ivoloshin

6 posts

Posts by ivoloshin

  1. System.TypeInitializationException

    Remco, I was not able to reproduce the exception in a standalone example and the full solution is too large to send anyway. I did, however, find a way to make our library work correctly by adding the following to AssemblyInfo.cs: [assembly: SecurityRules(SecurityRuleSet.Level1)] Not an idea…

  2. System.TypeInitializationException

    Thanks for the reply! This did not seem to help my problem, however. I'll try to set up a sample project to demonstrate the problem. Thanks, Ilya

  3. System.TypeInitializationException

    I am using VS 2012 with NCrunch. I'm running NUNit tests using Resharper, VS and NCrunch. The problem I have is in an older log4net library that throws System.TypeInitializationException when creating a logger. I added the following to App.config fix this: <runtime> <NetFx40_LegacySecur…

  4. No code coverage for references assembly.

    Remco, I have installed the latest version of NCrunch and the problem seems to be fixed! Thank you for your help! Ilya

  5. No code coverage for references assembly.

    Thank you for your reply, Remco. I verified that all references are project references. In the Metrics window it appears that some of the projects are showing code coverage, while others do not. I checked all the settings I could think of to see any differences between those that work and those …

  6. No code coverage for references assembly.

    Could someone please point out steps for me to troubleshoot this? I have a MSUnit test project referencing another test project. Code in the unit test project appears to mark code coverage correctly. Code in the referenced assembly does not. I realize that this may be a missing library compilation s…