I cannot seem to get NServiceBus working again after upgrading from NServiceBus 5 to 7.
I've uploaded my test solution to github.
The Error I'm getting right now is located in Program.cs on line 95. One level down it's on NServiceBusHelper.cs on line 29.
The error states: "No destination specified for message: HyFlo.Service.Messages.Commands.Info.GetVersionCommand".
We only use 1 EndpointConfiguration.
I've commented out the old (but working) NServiceBus 5.x code in Program.cs.
I hope someone can point me out on what to do.