Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I just took over and application, and I am getting the following error:

Message=Could not load file or assembly 'CSVLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)

Any ideas what I can do?

Thank you

What I have tried:

After researching on line I tried the following:
1) I discovered that my CSV.pfx file was not there so I created it and signed it.
2) In my release folder I removed the CSV dll and pdb files, rebuild, which always comes back successful, and it recreates these files with no problem.
Posted
Comments
CHill60 9-Mar-18 6:40am    
Did you add that assembly into the references of the project where you are trying to use it though?

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