Skip to content

Could not load file or assembly 'RabbitMQ.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce'. #10

@matskog

Description

@matskog

I'm having trouble running the Seq.InputRabbitMQ in Seq running in a container. The package installs, and adding an instance works but, immediately after adding an instance the app throws the following error to the Seq logs:

System.IO.FileNotFoundException: Could not load file or assembly 'RabbitMQ.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce'. The system cannot find the file specified.

File name: 'RabbitMQ.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce'
at Seq.Input.RabbitMQ.RabbitMQListener..ctor(Action1 receive, String rabbitMQHost, String rabbitMQVHost, Int32 rabbitMQPort, String rabbitMQUser, String rabbitMQPassword, String rabbitMQQueue, Boolean isSsl, Boolean isQueueDurable, Boolean isQueueAutoDelete, Boolean isQueueExclusive, Boolean isReceiveAutoAck, String dlx) at Seq.Input.RabbitMQ.RabbitMQInput.Start(TextWriter inputWriter) at SeqCli.Apps.Hosting.AppContainer.StartPublishing(TextWriter inputWriter) in D:\a\seqcli\seqcli\src\SeqCli\Apps\Hosting\AppContainer.cs:line 164 at SeqCli.Apps.Hosting.AppHost.Run(String packageBinaryPath, IReadOnlyDictionary2 appSettings, String storagePath, String seqBaseUri, String appInstanceId, String appInstanceTitle, String seqInstanceName, String mainAppTypeName) in D:\a\seqcli\seqcli\src\SeqCli\Apps\Hosting\AppHost.cs:line 56

How to solve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions