Hi,
Getting the following error when running tests. Tried running them several times with the same result. Steps of the test is executed but all steps fail showing an exclamation mark.
From log:
--------------------------------------------------
'2010-05-18 22:14:01' - Error encountered during execution.
--------------------------------------------------
'2010-05-18 22:14:01' - Error inside the callback listener. Error: System.Runtime.Serialization.SerializationException: Det går inte att hitta sammansättningen System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.
vid System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()
vid System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)
vid System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
vid System.Runtime.Serialization.Formatters.Binary.ObjectMap.Create(String name, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
vid System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
vid System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)
vid System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
vid System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
vid System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
vid ArtOfTest.WebAii.Messaging.Process.PipeCommand.FromBinary[T](Byte[] bytes)
vid ArtOfTest.WebAii.Messaging.Process.PipeCommunication.ReadCommandFromPipe[T](PipeStream pipe)
vid ArtOfTest.WebAii.Design.Execution.RunnerController.CallBackListener()
--------------------------------------------------
'2010-05-18 22:14:01' - Aborting....
Any ideas?
/Joakim