Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Could not load file or assembly 'ECom.Payment.PayPoint' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Posted

You are missing some of the references to one of your projects in the solution. Please check the project dependency and the one missing add the reference of it. How!

1. Suppose your ecommerce site has 3 projects in the solution. A, B & C.
2. Now the dependency goes like A depends on B and C depends on both A & B.
3. Open the A project. Right click on the Reference -> Add reference -> Solution -> Then click on Project B.
4. Similarly For C Add Reference -> Solution -> Then Check A & B.

I am quite sure you are missing the .Paypoint reference or its dependencies somewhere.
Please double click the Error and then you can get the Dependency missing.
Post back your queries in comments if any.
Thanks
 
Share this answer
 
Hi,

Clean and rebuild your ECom.'Payment.PayPoint'. And remove the errors you see in it.
Then clean and rebuild your solution.
Could not load file or assembly 'xx.xyx.pqr' or one of its dependencies. comes when the the respective project library is not successfully build.

Regards,
Praneet
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900