Re: Assembly Not Loaded
"Charlie Poole" <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nunit.user |
|---|---|
| Message-ID | <000101c86e66$aee23900$7801a8c0@ferrari> |
It sounds as if you somehow have two different copies of the NUnit core, one of them loaded by your tests. I suggest finding and removing any copies of nunit assemblies from your obj and rebuilding. You should not normally have any references to nunit.core in your tests. Charlie _____ From: [email protected] [mailto:[email protected]] On Behalf Of Dave Isenhower Sent: Tuesday, February 12, 2008 5:02 PM To: [email protected] Subject: [Nunit-users] Assembly Not Loaded I am a new NUnit user and am having some trouble. I try to load my test assembly using the NUnit GUI for .NET 1.1, but when I do, I get the following error: System.Runtime.Remoting.RemotingException : The argument type NUnit.Core.TestPackage cannot be converted into parameter type NUnit.Core.TestPackage. Exception details: System.Runtime.Remoting.RemotingException... 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(IMessa ge 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 NUnit.Core.TestRunner.Load(TestPackage package) at NUnit.Util.TestDomain.Load(TestPackage package) at NUnit.Util.TestLoader.LoadTest(String testName) Any help would be appreciated. Thanks, Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nunit-users