a Nightmare

S

Samuel Shulman

I get the following error





Error 2 Could not load file or assembly
'RusticiSoftware.ScormContentPlayer.Logic, Version=2006.1.2576.40320,
Culture=neutral, PublicKeyToken=xyzxyxyzyxyzyxzyxy' or one of its
dependencies. The located assembly's manifest definition does not match the
assembly reference. (Exception from HRESULT: 0x80131040)
C:\xyz\Program\LCMS2_16_12_06\LCMS2\RusticiSoftware.ScormContentPlayer.CentralInterface\centraluifiles\xyz.aspx
1





There are a number of project that reference this dll but only this one will
not compile



Any explanation, suggestions?



Thank you,

Samuel
 
P

Patrick.O.Ige

Samuel it sin't a nightmare just sleep and wake up with a fresh brain
Its says the error:-
"The located assembly's manifest definition does not match the
assembly reference. (Exception from HRESULT: 0x80131040) "
Patrick
 
J

Juan T. Llibre

re:
Where is the manifest file and how can I change it

It isn't anywhere.
The manifest information is embedded into all .net assemblies.

re:
"The located assembly's manifest definition does not match the assembly reference"

What that error message is telling you is that the assembly's version number
( 2006.1.2576.40320, in this case ) does not match the version number which
the application references.

re:
There are a number of project that reference this dll but only this one will not compile

What you have is a version mismatch.

Look for an assembly from a previous version either in the GAC or in the bin directory.
( or, maybe, that project's version is a later one ).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top