Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Constant exception #38

Open
thyn opened this issue Nov 26, 2018 · 4 comments
Open

Constant exception #38

thyn opened this issue Nov 26, 2018 · 4 comments

Comments

@thyn
Copy link

thyn commented Nov 26, 2018

We are loading all libraries and having issue with you library.

Exception: System.IO.FileNotFoundException Error: Could not load file or assembly 'LZ4cc, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd' or one of its dependencies. The system cannot find the file specified. Source: mscorlib Method: _nLoad Data:

Exception: System.IO.FileNotFoundException Error: Could not load file or assembly 'LZ4mm, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd' or one of its dependencies. The system ca

Exception: System.IO.FileNotFoundException Error: Could not load file or assembly 'LZ4pn, Version=1.0.15.93, Culture=neutral, PublicKeyToken=62e1b5ec1eec9bdd' or one of its dependencies. The system cannot find the file specified. Source: mscorlib Method: _nLoad Data:

@MiloszKrajewski
Copy link
Owner

Mono?

@thyn
Copy link
Author

thyn commented Nov 27, 2018

.net 4.7.2. we have some strange logic in assembly resolution. We are checking all references on startup. So we have a lot of warnings only with your library

@MiloszKrajewski
Copy link
Owner

MiloszKrajewski commented Nov 27, 2018

My library is actually multiple dlls packed into one and hijacking AppDomain.AssemblyResolve to load them. I guess for some reason your resolution clashes with mine.

There is a different question though. Is there any reason you cannot use K4os.Compression.LZ4 (especially if never used lz4net before)? It is a port of much newer version of LZ4.

@thyn
Copy link
Author

thyn commented Nov 27, 2018

I can't - this library is used in Clickhouse.Ado lib :-(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants