I just upgraded to the newest version of TypeMock.
I just converted my solution to VSTS 2008.
I am getting the following test failure mesage:
Test method CarsContentModule.Test.ApplicationClickHandlerTest.ApplicationClickHandlerAssignQueryStringValuesTest threw exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object..
Here is the code that is throwing the Exception:
MockObject mockHttpContext = MockManager.MockObject(typeof(HttpContext));
I cannot determine why this would cause this problem; before conversion and upgrade the test passed. Can anyone help?