G
Gary McGill
I have a C# solution with a dozen or so projects. There are references
between the projects, and these were all added as "Project" references.
Everything's been working fine for months, but suddenly today it all
collapsed in a heap. I get a mysterious error when running the project:
"The located assembly's manifest definition with name '<MyClass>' does
not match the assembly reference"
Using the fuslogvw tool I can see that the system is trying to load a
version of 'MyClass' that's not the latest version. However, I don't know
why this should be. I can't actually find any references to that version in
any of the source files, even if I do a find-in-files.
I've tried rebuilding the whole project, re-adding references, etc. but
nothing seems to help. My project is kaput!
Any ideas? Please? Not only how to fix it, but why it suddenly happened in
the first place...!
between the projects, and these were all added as "Project" references.
Everything's been working fine for months, but suddenly today it all
collapsed in a heap. I get a mysterious error when running the project:
"The located assembly's manifest definition with name '<MyClass>' does
not match the assembly reference"
Using the fuslogvw tool I can see that the system is trying to load a
version of 'MyClass' that's not the latest version. However, I don't know
why this should be. I can't actually find any references to that version in
any of the source files, even if I do a find-in-files.
I've tried rebuilding the whole project, re-adding references, etc. but
nothing seems to help. My project is kaput!
Any ideas? Please? Not only how to fix it, but why it suddenly happened in
the first place...!