Forum member
DotNetKiwi
6 posts
Posts by DotNetKiwi
-
Exception occurred creating type... A valid license cannot be granted for the type...
I have tried what was suggested on the Mindscape website and that solution did not work for me. Next I tried setting NCrunch to compatibility mode and this did work! :-) I was curious as to which setting it was that made the difference so I reverted back the config changes I made one at a time…
25 Oct 2016 21:31 UTC
-
Exception occurred creating type... A valid license cannot be granted for the type...
Alas not. :-( I've turned on logging for NCrunch and performed a Reload and rebuild selected component. I had a look through the output but nothing jumped out at me. I'm happy to send you the output if you think that will help. Files are fairly large. Medium logging has 5,808 lines and Detail…
25 Oct 2016 02:00 UTC
-
Exception occurred creating type... A valid license cannot be granted for the type...
Hey Remco, Thanks for the reply. As per your suggestion, I went into "Configure selected component" for the project and under General - Additional Files to include I did the following - I began by just adding in the "Mindscape.WpfElements.WpfElementsCore.lic" file, but this made no differen…
25 Oct 2016 00:18 UTC
-
Exception occurred creating type... A valid license cannot be granted for the type...
Hi there, I get the error shown below in one project when trying to build it in NCrunch. I can however build it in Visual Studio without any error. We do have a valid license for WpfElements. [quote]Properties\licenses.licx (1, 0): Exception occurred creating type 'Mindscape.WpfElements.Charti…
24 Oct 2016 19:55 UTC
-
Running my test through nCrunch fails to display value of variable in foreach loop
First of all, thanks for the very prompt reply. In actual fact there were two very similar foreach loops inside of the same method. Each loop uses the same variable names, but only one loop would ever be executed. I changed the variable names so that each foreach loop now have unique names and…
28 Sep 2016 01:16 UTC
-
Running my test through nCrunch fails to display value of variable in foreach loop
Hi there, I've got an issue when using NCrunch 'Debug starting test in new task runner process'. The snippet of code below is evaluated and the foreach loop is entered, however the value of rateItem shows as being null. This is incorrect of course because if it was null it would not enter the …
27 Sep 2016 22:05 UTC