RE: System.Runtime.Remoting.dll missing...
"Mark Easton" <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | BLiNK Software |
| Message-ID | <200406090732.IAA17832@server2> |
Rhys, I'm fairly sure is wasn't (3) and, as ml-net didn't contain System.Runtime.Remoting.dll, I'm guessing it was either (1) or perhaps I copied it across from my Mono box without thinking. Anyway now that I've blagged System.Runtime.Remoting.dll and System.Runtime.Serialization.Soap.dll from Mono, my example is working just fine again. Cheers for the help M -----Original Message----- From: Rhys Weatherley [mailto:[email protected]] Sent: 09 June 2004 01:38 To: Mark Easton; [email protected] Subject: Re: [DotGNU]System.Runtime.Remoting.dll missing... On Wednesday 09 June 2004 10:10 am, Mark Easton wrote: > I've just been playing with a very basic Remoting example on 0.6.6 that > previously worked on 0.5.x and have become aware that the > System.Runtime.Remoting.dll assembly is missing. I've checked and noticed > that it's the case for the Windows binary package and a Mac OS X build I > did from source. > > Apparently it's also missing in 0.6.4, so has anyone got any thoughts? System.Runtime.Remoting has never been part of pnet as far as I know. Not even in ml-pnet yet (we should add it once we get the dependencies sorted). There are a number of possible explainations: 1. Someone packaged up a private copy of System.Runtime.Remoting in a previous version. This would be a non-standard pnet package. 2. The Mono remoting code in ml-pnet didn't used to load that assembly, but now does dynamically for some reason. 3. You had a copy of Mono on your machine previously and pnet picked up its assembly by accident. What is the exact error that you are getting? And what is the source? Cheers, Rhys.