To add to my confusion, here's a line from the Output window: 'MotoChange.vshost.exe' (Managed): Loaded 'C:\Documents and Settings\deanc\My Documents\Visual Studio 2005\Projects\Motorola\MotoChange\UserInterface\bin\Release\Motorola.Mot oChange.Framework.dll', Symbols loaded.
So it's already loaded the file, and then later decides it can't load it? Dino -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Dean Cleaver Sent: Wednesday, 19 July 2006 15:16 To: [email protected] Subject: [ADVANCED-DOTNET] Very strange error 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Ā® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
