Forum member
ivoloshin
6 posts
Posts by ivoloshin
-
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…
12 Sep 2012 14:00 UTC
-
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
11 Sep 2012 12:31 UTC
-
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…
10 Sep 2012 14:52 UTC
-
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
20 Jun 2012 12:01 UTC
-
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 …
19 Jun 2012 11:16 UTC
-
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…
18 Jun 2012 17:22 UTC