I made a very simple test nothing more then a text fixture, and test
and I get the following stack dump, any ideas?

[info] Loading test assemblies
System.ApplicationException: Failed loading assemblies --->
System.ApplicationException: Failed loading TestDomain --->
System.Exception: Failed loading assembly --->
System.Runtime.Remoting.RemotingException: The argument type
'MbUnit.Core.Filters.AnyTypeFilter' cannot be converted into parameter
type 'MbUnit.Core.Filters.ITypeFilter'. --->
System.InvalidCastException: Object must implement IConvertible.
   at System.Convert.ChangeType(Object value, Type conversionType,
IFormatProvider provider)
   at System.Runtime.Remoting.Messaging.Message.CoerceArg(Object value,
Type pt)
   --- End of inner exception stack trace ---

Server stack trace:
   at System.Runtime.Remoting.Messaging.Message.CoerceArg(Object value,
Type pt)
   at System.Runtime.Remoting.Messaging.Message.CoerceArgs(MethodBase
mb, Object[] args, ParameterInfo[] pi)
   at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage
msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]:
   at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
   at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
   at MbUnit.Core.Remoting.FixtureExplorer.set_TypeFilter(ITypeFilter
value)
   at MbUnit.Core.Remoting.TestDomainBase.SetFilters()
   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()


--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to