- I'm running from VS.NET 2005.
- I'm showing "Diable TypeMock.NET" in "Tools" menu which I assume means that's it's currently enabled.
- I'm running via csUnit VS.NET Addin (which I hope is the same as running NUnit addin).
- I have also tried executing the following statement from the folder where test files are (including TypeMock.dll and full absolute paths everywhere)
"....TMockRunner.exe" "....csUnitCmd.exe" /assembly:....Tests.dll"
here's what I got from that:
Starting to execute tests...
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'TypeMock, Version=0.0.0.0, Culture=neutral, PublicKeyToken=0000000000000000' or one of its dependencies. The system cannot find the file specified.
File name: 'TypeMock, Version=0.0.0.0, Culture=neutral, PublicKeyToken=0000000000000000'
at csUnit.Interfaces.AssemblyEventArgs..ctor(String assemblyFullName, String assemblyPathFileName)
at csUnit.Core.Loader.ThreadProc()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()