Re: strong naming?
- From: "Alvin Bruney [ASP.NET MVP]" <vapor dan a t h u t ma le dut cu m>
- Date: Sat, 24 Jan 2009 11:21:28 -0500
Lack of. If it were strong named, it would not be possible to suffer from this. Lack of strong naming means the runtime only has a version and path to load. There may be cached assemblies, gac'd assemblies etc causing problems.
--
Regards,
Alvin Bruney
Auther Plug
OWC Blackbook now on download at www.lulu.com/owc
"Peter" <xdzgor@xxxxxxxxxxx> wrote in message news:O1TPH$vdJHA.4684@xxxxxxxxxxxxxxxxxxxxxxx
Hi
on occasion when I am working with 3rd party libraries I start getting
errors similar to the following:
The file or assembly 'Common.Logging, Version=1.2.0.0, Culture=neutral,
PublicKeyToken=af08829b84f0328e' or one of its dependencies could not
be read. The found assembly's manifest definition does not match the
assembly's reference. (Exception from HRESULT: 0x80131040)
(parts of the message were in Danish, so I have tried to translate to
English).
This sort of error seems to occur when one 3rd party library references
a dll (here "common.logging.dll") and another does as well, but they
reference different "versions" of the dll.
Is this to do with "strong naming" of dlls?
The problem can sometimes be fixed by "assembly redirection" (although
I also have difficulties configuring this).
/Peter
.
- References:
- strong naming?
- From: Peter
- strong naming?
- Prev by Date: Re: Logging Application Block - How to modify settings in code?
- Next by Date: Find Printer "The Directory Service is currently unavailable"
- Previous by thread: strong naming?
- Next by thread: Logging Application Block - How to modify settings in code?
- Index(es):
Relevant Pages
|