Forum member
ylee
20 posts
Posts by ylee
-
Does not work with Fody
I tried to enable pre/post build events, but it didn't work. I also tried to switch other settings on/off, but with no success. According to [url=http://code.google.com/p/fody/wiki/AddinSearchPaths]Fody documentation[/url], Fody looks the following locations for weaver dll files: * SolutionDir/P…
20 Jun 2012 07:12 UTC
-
Does not work with Fody
Spoken too soon. I also need to manually copy some dll files. For example, I'm using PropertyChanged Fody addin, I need to copy: (solution folder)/packages/PropertyChanged.Fody.<version number>./PropertyChanged.Fody.dll to: (solution folder)/Tools/Fody or I will get error: NCrunch:…
20 Jun 2012 00:01 UTC
-
Does not work with Fody
[quote=Remco;2226]Hi Ylee, Most likely this is because the Fody binaries need to be included in the NCrunch workspace. Try adding a reference them using the 'Additional files to include' configuration setting, specifying a relative path.. for example: ..\Tools\Fody\**.*[/quote] Thanks for you…
19 Jun 2012 22:42 UTC
-
Does not work with Fody
Hi, I just found NCrunch doesn't work with Fody, while Resharper works just fine. For those not familiar with Fody, Fody is made by the same author as Notify Property Weaver. It "uses Mono.Cecil and an add-in based approach to modifying the IL of .net assemblies at compile time". More about Fo…
19 Jun 2012 22:30 UTC
-
Navigate previous/next broken test using keyboard shortcuts
Thanks for your detailed reply, Remco. Sorry, but I don't have much experience in software development, so I'm afraid I cannot evaluate the technicalities. But for the 3 choices, I vote for #3: beginning of a test that is failing :)
24 Mar 2012 23:42 UTC
-
Navigate previous/next broken test using keyboard shortcuts
Hi, Resharper has 2 very handy features that help quickly fix compile errors: 1. Navigate previous/next errors using keyboard shortcuts (Resharper uses Alt+Shift+PageUp/PageDown); 2. Display errors of current file besides the vertical scrollbar: [img]http://dl.dropbox.com/u/46508238/forum.ncru…
24 Mar 2012 10:17 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
[quote=Remco;1502]I've just tonight heard from TypeMock that they have a new version out with a fix for the above. Hopefully this will solve the issue! Cheers, Remco [/quote] Confirmed. It's fixed in Isolator v7.0.1. Cheers!
19 Mar 2012 11:39 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
[quote=atali;1446]Thanks to Typemock support , the issue is solved: This is a major issue that is not reproduced on every machine. This is a high priority in our list and we working to find the correct fix. One thing that we found is that it happens on machines where both VS2010 and VS2011 beta…
13 Mar 2012 23:36 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
I've upgraded to Isolator v7, but also no success. I got slightly different errors in the Processing Queue: [08:28:16.079-TestExecutionTask-100] ERROR (Internal): System.InvalidProgramException: Common Language Runtime detected an invalid program. at System.Uri.NotAny(Flags flags) at S…
13 Mar 2012 00:35 UTC
-
Doesn't display green cross icon when expected exception throws in NUnit test
NCrunch 1.38.0.17b Visual Studio 2010 Windows 7 64bit Hi, NCrunch displays a green cross icon when expected exception throws in MSTest. This is a very cool feature! [img]http://dl.dropbox.com/u/46508238/forum.ncrunch.net/ncrunch-5.png[/img] But it's not working for NUnit test. [img]http…
09 Mar 2012 18:07 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
OK, to fixed the issue in this thread, I only need to disable Typemock, then re-enabled it in VS 2010 (I only need to do this once, and it fixed all solutions). And the issue in the other thread can be workaround by removing references to Typemock assemblies. So both issues are related to Type…
08 Mar 2012 20:05 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
[quote=Remco;1375]Are there many situations where you've managed to get past this problem? I'm thinking in reference to the other thread on this forum where you've mentioned this same exception bubbling up from the test runner itself. Also - which version of TypeMock Isolator are you using?[/quo…
08 Mar 2012 19:51 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
[quote]- That you don't also have a 64 bit version of NUnit.Core in your GAC (consider running the NUnit uninstaller)[/quote] Yes. I uninstalled NUnit using its uninstaller. I checked C:\Windows\assembly, there is no NUnit assemblies there. [quote]- That you don't have any references to NUnit.Co…
08 Mar 2012 19:08 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
[quote=Remco;1363]Do you have a 64-bit version of NUnit installed in your GAC?[/quote] Yes. I've just uninstalled NUnit from GAC, but I still got the same errors. [b]Update[/b]: I reinstalled NCrunch after removing NUnit from GAC, but still got the same errors.
08 Mar 2012 18:52 UTC
-
NUnit tests don't work when references Typemock assemblies
[quote=Remco;1362]Hi, Thanks for reporting this. Do you see any errors appearing in your processing queue? Or do the tests simply not run at all?[/quote] I get the following errors in the processing queue: [02:43:55.0921-TestExecutionTask-36] ERROR (Internal): System.InvalidProgramException…
08 Mar 2012 18:46 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program
NCrunch 1.38.0.17b, Visual Studio 2010 Windows 7 64bit Steps to reproduce the issue (VS 11 beta + NCrunch 1.38.0.18b don't have this issue): 1. Open VS 2010; 2. File > New > Project, choose Installed Templates > Visual C# > Test Project, to create a new test project; 3. NCrunch > Enable NC…
08 Mar 2012 14:37 UTC
-
NUnit tests don't work when references Typemock assemblies
NCrunch 1.38.0.18b Typemock Isolator 6.2 Visual Studio 11 beta Windows 7 64bit Hi, If a project has references to Typemock Isolator assemblies (TypeMock.dll, Typemock.ArrangeActAssert.dll), all NUnit tests in the solution don't work (MSTest tests work). Removing references to Typemock as…
08 Mar 2012 14:10 UTC
-
Enable NCrunch grayed out in fresh VS 11 beta install
[quote=Remco;1353]Ok - I've implemented a fix for this issue and deployed a new revision of 1.38b (1.38.0.18) to the download page for everyone to grab. The problem itself is caused by abnormal behaviour in some of the VS events that NCrunch relies on around solution opening/closing. Because it …
08 Mar 2012 13:56 UTC
-
Buttons not visible in Custom Engine Modes dialog when DPI setting is 150% (144 PPI)
NCrunch 1.38.0.17b Visual Studio 2010, 11 Windows 7 (DPI 150%), Windows 8 (DPI 100%) Hi, The "Add Engine Mode" & "Remove Engine Mode" buttons are not visible when DPI setting is 150%. Windows 8 (DPI: 100%, 96 PPI), buttons are visible: [img]http://dl.dropbox.com/u/46508238/forum.ncrunch.…
07 Mar 2012 11:22 UTC
-
Minor display and mouse issues (high DPI settings)
Hi, I noticed 2 issues on my machine. NCrunch 1.37.0.46b Visual Studio 2010 Windows 7 64bit, DPI setting: 144 pixels per inch, 150% Issue 1: Minor display issue, see the image below: [img=http://dl.dropbox.com/u/46508238/forum.ncrunch.net/ncrunch-1.png]image-1[/img] Issue 2: The followin…
15 Feb 2012 07:17 UTC