We are trying to write an application that uses the NServiceBus library in VB.NET. We were implicated in errors similar to the following:
The link required for the assembly is 'NServiceBus, Version = 2.0.0.1071, Culture = neutral, PublicKeyToken = 9fc386479f8a226c', containing the implemented interface NServiceBus.IMessageHandler`1. Add it to your project.
Our project already contains links to NServiceBus.dll and NServiceBus.Core.dll from the same distribution NServiceBus 2.0 RC2.
Steps to play:
An identical project written in C # has no compilation errors.
Any ideas on how to solve this problem? (And, yes, my preferred solution is switching to C #, but no, this is not acceptable at the moment.)
source share