473,565 Members | 2,770 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

a Nightmare

I get the following error

Error 2 Could not load file or assembly
'RusticiSoftwar e.ScormContentP layer.Logic, Version=2006.1. 2576.40320,
Culture=neutral , PublicKeyToken= xyzxyxyzyxyzyxz yxy' 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\RusticiSo ftware.ScormCon tentPlayer.Cent ralInterface\ce ntraluifiles\xy z.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


Jan 23 '07 #1
3 1575
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
"Samuel Shulman" <sa************ @ntlworld.comwr ote in message
news:%2******** ********@TK2MSF TNGP06.phx.gbl. ..
>I get the following error

Error 2 Could not load file or assembly
'RusticiSoftwar e.ScormContentP layer.Logic, Version=2006.1. 2576.40320,
Culture=neutral , PublicKeyToken= xyzxyxyzyxyzyxz yxy' 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\RusticiSo ftware.ScormCon tentPlayer.Cent ralInterface\ce ntraluifiles\xy z.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


Jan 23 '07 #2
Where is the manifest file and how can I change it

"Patrick.O. Ige" <na********@hot mail.comwrote in message
news:uy******** ******@TK2MSFTN GP03.phx.gbl...
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
"Samuel Shulman" <sa************ @ntlworld.comwr ote in message
news:%2******** ********@TK2MSF TNGP06.phx.gbl. ..
>>I get the following error

Error 2 Could not load file or assembly
'RusticiSoftwa re.ScormContent Player.Logic, Version=2006.1. 2576.40320,
Culture=neutra l, PublicKeyToken= xyzxyxyzyxyzyxz yxy' 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\RusticiS oftware.ScormCo ntentPlayer.Cen tralInterface\c entraluifiles\x yz.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



Jan 23 '07 #3
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.403 20, 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 ).

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Samuel Shulman" <sa************ @ntlworld.comwr ote in message
news:ux******** ********@TK2MSF TNGP05.phx.gbl. ..
Where is the manifest file and how can I change it
"Patrick.O. Ige" <na********@hot mail.comwrote in message
news:uy******** ******@TK2MSFTN GP03.phx.gbl...
>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
"Samuel Shulman" <sa************ @ntlworld.comwr ote in message
news:%2******* *********@TK2MS FTNGP06.phx.gbl ...
>>>I get the following error

Error 2 Could not load file or assembly 'RusticiSoftwar e.ScormContentP layer.Logic,
Version=2006. 1.2576.40320, Culture=neutral , PublicKeyToken= xyzxyxyzyxyzyxz yxy' or one of its
dependencie s. The located assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
C:\xyz\Progra m\LCMS2_16_12_0 6\LCMS2\Rustici Software.ScormC ontentPlayer.Ce ntralInterface\ 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




Jan 23 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2292
by: Drisco | last post by:
Hello, I realy need help,Searched the NG for a days with no vail. Sorry for the long script. I am trying to get a variable from php to flash. I have the following code in php <a href="artist_page.php?12345678=<?php echo $row_rs_Q_Gender_to_Artist; ?>"><?php echo $row_rs_Q_Gender_to_Artist; ?></a>
0
1370
by: Deena | last post by:
Hi Windows forms layout is turning to be a nightmare. I add my controls to a form and then save it and then it just get's all messed up. I'm using inheritance if this makes any difference. Also after trying to fix this multiple times has caused my labels to to be invisible(Yes the visible property is set to true.) Are there any...
4
3039
by: Dave | last post by:
Hello All, I am having a nightmare trying to add a new row to my Datagrid. When I use the code below I get the error: 'Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount. Can anyone help me with this? Dim dg2 as DataGrid = DG.Items(0).FindControl("dg2") DSClass = Session("DSClass") dt = DSClass.Tables(0)
6
1344
by: Jim Mirra | last post by:
Hey, I have been working on this for a while now and I keep getting the same error. here is my code: ------- start code --------- Dim strSQL = "Select tagid,itemid,description,status, transtype, (select max(datetime) from transactions where tagid = inventory.tagid) as statusdate
2
2274
by: Afshar | last post by:
Dear nice people around the world! Please help ending this nightmare, I have 2 problem with ASP.NET Menu control First: I have a horizontal menu at top of my page, each item have some sub-items that sometimes wont open at exact below their parent item. They open 4 cm left of their correct location! and when I want to select one of them,...
10
2103
by: Andrew Wan | last post by:
I have been having a nightmare with ASP/ASP.NET & IIS6. We use Msxml2.DOMDocument.4.0 object to create a XML object in ASP. The Msxml2.DOMDocument.4.0 is from the Windows Platform SDK Feb 2003 (the last version compatible with VC6). Then we use TranslateXSLT(XMLDocument.transformNode) passing in a xsl file path. Our pages work perfectly...
1
1279
by: =?Utf-8?B?TWVyZGFhZA==?= | last post by:
I am using ASP.NET 2.0 C# I am getting errors when I publish my site. It works fine on our local server. Pages that have maintainscrollpositiononpostback=true set, get errors such as: "loaded with error"; webform_savescrollpositionsubmit not found. View source says page is loking for websource.axd.
2
1550
by: Phillip Taylor | last post by:
I'm having an absolute nightmare with regular diff tools which is making it really hard to manage changes etc in CVS. Tools such as WinMerge and ViewCVS really have really poor matching results which is making it difficult to rollback, compare changes and don't even get me starting on merging branches. The last one went so badly I basically...
6
2662
by: Widge | last post by:
I'm having a nightmare. I've used this technique before and can't understand why I'm getting an error using it now. Basically I have a form, on that is a sub form datasheet. What I am eventually aiming to do is have a button set the Record Source of the subform. Now the code is as follows: Private Sub Command6_Click() SetFilter
0
7666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8108
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7644
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7951
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6260
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2083
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.