Ah - stupid me. The project was using remoting to communicate to the other end - little did I know it was the Framework file on the remote server that was wrong - fixed that version and everything runs fine.
Just confused me because it was stopping the code on a reference to the framework at this end, so I presumed it was this end failing. Dino -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dean Cleaver Sent: Wednesday, 19 July 2006 15:28 To: [email protected] Subject: Re: [ADVANCED-DOTNET] Very strange error Been there done that - no joy. Also tried editing the project file and changing it's Guid - no luck there either. Dino -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Peter Ritchie Sent: Wednesday, 19 July 2006 15:18 To: [email protected] Subject: Re: [ADVANCED-DOTNET] Very strange error I've encountered this a couple of times. The only thing that worked for me was to delete the reference and re-add it. Microsoft MVP, Visual Developer, Visual C# http://www.peterRitchie.com/blog/ On Wed, 19 Jul 2006 15:15:39 +1200, Dean Cleaver <[EMAIL PROTECTED]> wrote: >Hi, > >I'm getting this exception when one of my projects tries to load one of >my assemblies. > >I'm confused, as this assembly is another project in the same solution. >It's referenced as a project (not as a file), it's installed, and it's >apparently fully functional for VS to compile against, but it can't load >it at run time. > >Any suggestions of where to start looking? > >Dino > > > >System.IO.FileLoadException: >Could not load file or assembly 'Motorola.MotoChange.Framework, >Version=1.0.0.0, Culture=neutral, PublicKeyToken=87741480d5a78586' or >one of its dependencies. > >The located assembly's manifest definition does not match the assembly >reference. (Exception from HRESULT: 0x80131040) > >File name: 'Motorola.MotoChange.Framework, Version=1.0.0.0, >Culture=neutral, PublicKeyToken=87741480d5a78586' =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
