-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Could not load file or assembly 'Splunk.Logging.Common', Version 1.0.0.0...." #155
Labels
Comments
If this issue is still relevant, please comment or reopen so it can be prioritized. |
As far a I can tell, this is still an issue. |
Thank you for the repro 🙏 @jamesSampica |
I've been working through this on a branch and it seems to be related to assembly signing and the upstream splunk library not being signed. |
EEParker
added a commit
that referenced
this issue
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got a .net framework v4.6.2 console app that I'm trying to configure splunk tcp v1.5 with.
I installed the package and configured it using the following code...
it builds/runs but at runtime I get the following exception...
If I downgrade to Serilog.Sinks.Splunk.TCP v1.2 this does not throw, but v1.4 and v1.5 both throw.
I've attached a repro solution of this to this issue.
ConsoleApp1.zip
The text was updated successfully, but these errors were encountered: