nservicebus compiler error "reference required to assembly nServicebus" in vb.net programs
        Posted  
        
            by mgcain
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mgcain
        
        
        
        Published on 2010-05-20T14:47:38Z
        Indexed on 
            2010/05/20
            14:50 UTC
        
        
        Read the original article
        Hit count: 862
        
nservicebus
|vb.net
I downloaded the nServicebus binaries as of May 17th and have two different vb.net projects (one in .net 3.5, the other in .net 4.0) that both have the error "Reference to Assembly nServicebus, Version 2.0.0.1145, culture=neutral, PublicKeyToken=9fc386479f8a226c containing the type NServicebus.IStartable. Add one to your project.
I have in the references already nServicebus.dll, nservicebus.Core.dll, and log4net.dll
© Stack Overflow or respective owner