I have recently moved my Test Studio application to a new laptop. For some reason Test Studio goes to "Not Responding" page grays out and does nothing. This happens simply opening the application, navigating the application, and when I try to run a test. Sometimes it will become responsive again after a few minutes and other time I have to force close. I have more than enough ram (8GB) and an equivalent processor (Intel Core i7 @ 2.2 GHz). Why is this happening?
Here is the error log when I try and run a test as well:
------------------------------------------------------------
'11/7/2013 8:42:30 AM' - Using .Net Runtime version: '4.0.30319.17929' for tests execution.
'11/7/2013 8:42:30 AM' - Starting execution....
'11/7/2013 8:42:30 AM' - Detected a Silverlight Test. Setting EnableSilverlight=True
'11/7/2013 8:42:32 AM' - Detected custom code in test. Locating test assembly: Manual Accounting Entries.dll.
'11/7/2013 8:42:32 AM' - Failure detected during execution. Details:
------------------------------------------------------------
'11/7/2013 8:42:32 AM' - System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.EnsureAssemblyExists(String assembly, String folder)
at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.CreateCodedTestInstance(Test test, TestResult result, String binariesFolder)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
------------------------------------------------------------
'11/7/2013 8:42:32 AM' - Test completed!
Here is the error log when I try and run a test as well:
------------------------------------------------------------
'11/7/2013 8:42:30 AM' - Using .Net Runtime version: '4.0.30319.17929' for tests execution.
'11/7/2013 8:42:30 AM' - Starting execution....
'11/7/2013 8:42:30 AM' - Detected a Silverlight Test. Setting EnableSilverlight=True
'11/7/2013 8:42:32 AM' - Detected custom code in test. Locating test assembly: Manual Accounting Entries.dll.
'11/7/2013 8:42:32 AM' - Failure detected during execution. Details:
------------------------------------------------------------
'11/7/2013 8:42:32 AM' - System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.EnsureAssemblyExists(String assembly, String folder)
at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.CreateCodedTestInstance(Test test, TestResult result, String binariesFolder)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
------------------------------------------------------------
'11/7/2013 8:42:32 AM' - Test completed!