Hi Alex,
1) The entry point to the program is an exe which loads this plugin dll and others like it. The code I sent was for the plugin that loads the application in which I need DateTime.Now mocked. I'm sorry but I cannot post code for the main entry point to the program since it is company property..
2) You're right, I do not want to use NUnit. In the sample application I wrote though (just to get mocking to work), I was not able to mock DateTime.Now unless I added [TestFixture] to the class and [Test] to the main method, but it turns out those were problems with my settings. That doesn't hold anymore, sorry for the confusion.
3) The command line I use is:
TMockRunner.exe "<exe to run with mocking path>"
Thanks!