I'm running the RC1 version of MbUnit 2.3.47 and when I try to load an assemby using both the GUI and the console I got that error>

System.ApplicationException: Failed loading assemblies ---> System.ApplicationException : Failed loading TestDomain ---> System.Exception: Failed loading assembly ---> System.ApplicationException: Failed creating the TestEngine instance ---> System.InvalidCastException: Unable to cast transparent proxy to type 'MbUnit.Core.Remoting.RemoteTestEngine'.
   at MbUnit.Core.Remoting.SeparateTestDomain.CreateTestEngine()
   --- End of inner exception stack trace ---
   at MbUnit.Core.Remoting.SeparateTestDomain.CreateTestEngine ()
   at MbUnit.Core.Remoting.TestDomainBase.InitializeEngine()
   --- End of inner exception stack trace ---
   at MbUnit.Core.Remoting.TestDomainBase.InitializeEngine()
   at MbUnit.Core.Remoting.TestDomainBase.Load ()
   --- End of inner exception stack trace ---
   at MbUnit.Core.Remoting.TestDomainBase.Load()
   at MbUnit.Core.Graph.TestDomainDependencyGraph.AddDomain(TestDomainBase domain)
   at MbUnit.Core.Graph.TestDomainDependencyGraph.BuildGraph (String[] testAssemblies, String[] assemblyPaths, IFixtureFilter fixtureFilter, IRunPipeFilter runPipeFilter, Boolean verbose)
   --- End of inner exception stack trace ---
   at MbUnit.Core.Graph.TestDomainDependencyGraph.BuildGraph (String[] testAssemblies, String[] assemblyPaths, IFixtureFilter fixtureFilter, IRunPipeFilter runPipeFilter, Boolean verbose)
   at MbUnit.Core.Graph.TestDomainDependencyGraph.BuildGraph(String[] testAssemblies, String[] assemblyPaths, IFixtureFilter fixtureFilter, Boolean verbose)
   at MbUnit.Core.Cons.MainClass.Main()

The MbUnit is running on .NET 2.0 and and the test assembly is build on .NET 1.1

I tryed to change the supported framework removing the 2.0... and I got almost the same error, just with fewer details

System.ApplicationException: Failed loading assemblies ---> System.ApplicationException: Failed loading TestDomain ---> System.Exception: Failed loading assembly ---> System.ApplicationException: Failed creating the TestEngine instance ---> System.InvalidCastException: Specified cast is not valid.
   at MbUnit.Core.Remoting.SeparateTestDomain.CreateTestEngine()
   --- End of inner exception stack trace ---
   at MbUnit.Core.Remoting.SeparateTestDomain.CreateTestEngine()
   at MbUnit.Core.Remoting.TestDomainBase.InitializeEngine()
   --- End of inner exception stack trace ---
   at MbUnit.Core.Remoting.TestDomainBase.InitializeEngine ()
   at MbUnit.Core.Remoting.TestDomainBase.Load()
   --- End of inner exception stack trace ---
   at MbUnit.Core.Remoting.TestDomainBase.Load()
   at MbUnit.Core.Graph.TestDomainDependencyGraph.AddDomain(TestDomainBase domain)
   at MbUnit.Core.Graph.TestDomainDependencyGraph.BuildGraph(String[] testAssemblies, String[] assemblyPaths, IFixtureFilter fixtureFilter, IRunPipeFilter runPipeFilter, Boolean verbose)
   --- End of inner exception stack trace ---
   at MbUnit.Core.Graph.TestDomainDependencyGraph.BuildGraph(String[] testAssemblies, String[] assemblyPaths, IFixtureFilter fixtureFilter, IRunPipeFilter runPipeFilter, Boolean verbose)
   at MbUnit.Core.Graph.TestDomainDependencyGraph.BuildGraph (String[] testAssemblies, String[] assemblyPaths, IFixtureFilter fixtureFilter, Boolean verbose)
   at MbUnit.Core.Cons.MainClass.Main()

Anyone has an idea on how to solve that problem_
Simone

--
Simone Chiaretta
www.piyosailing.com/S
Any sufficiently advanced technology is indistinguishable from magic
"Life is short, play hard"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/MbUnitUser
-~----------~----~----~----~------~----~------~--~---

Reply via email to