after adding some custom code to a test and building (ctrl-shift-b) successfully, when I attempt to run this test I get the following error:
'12/6/2010 10:02:14 AM' - Execution Stage:PreInit , unexpected error during test execution. Error: System.ArgumentException: Unable to find the test class type 'garbage.TPC' in your test assembly. Please make sure your test code behind is compiled with your latest changes.
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.EnsureTypeExists(Assembly assm, String typeName)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType)
'12/6/2010 10:02:14 AM' - Execution Stage:PreInit , unexpected error during test execution. Error: System.ArgumentException: Unable to find the test class type 'garbage.TPC' in your test assembly. Please make sure your test code behind is compiled with your latest changes.
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.EnsureTypeExists(Assembly assm, String typeName)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType)
'12/6/2010 10:02:14 AM' - Execution Stage:PreInit , unexpected error during test execution. Error: System.ArgumentException: Unable to find the test class type 'garbage.TPC' in your test assembly. Please make sure your test code behind is compiled with your latest changes.
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.EnsureTypeExists(Assembly assm, String typeName)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType)
'12/6/2010 10:02:14 AM' - Execution Stage:PreInit , unexpected error during test execution. Error: System.ArgumentException: Unable to find the test class type 'garbage.TPC' in your test assembly. Please make sure your test code behind is compiled with your latest changes.
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.EnsureTypeExists(Assembly assm, String typeName)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType)
Execution Stage:PreInit , unexpected error during test execution, Error: System.ArgumentException: Unable to find the test class type 'garbage.TPC' in your test assembly. Please make sure your test code behind is compiled with your latest changes.
Like I said, this happens immediately after I compile the code and then attempt to run the test. Any ideas as to what is going on or how to fix this problem?
Thanks.