-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Has anyone found a smart way to use NServiceBus, without having to implements that useless IMessage marker interface for all messages?
Especially, when using DomainEvents, I would absolutely hate to couple my domains to a specific servce bus implementation.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
Anyone found a smart way to use NServiceBus, without having to implements that useless IMessage marker interface for all messages.
Especially, when using DomainEvents, I would absolutely hate to couple my domains to a specific servce bus implementation.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My GenericHost hosted service is failing to start with the following message:
2010-05-07 09:13:47,406 [1] FATAL NServiceBus.Host.Internal.GenericHost [(null)] <(null) - System.InvalidOperationException: No message serializer has been con
figured.
at NServiceBus.Unicast.Transport.Msmq.MsmqTransport…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just installed VS2010 RC and launched the FullDuplex sample from NServiceBus 2.0.0.1145 and it ran fine. I then changed the target framework of each project in the solution to ".NET Framework 4", recompiled and launched in the debugger and received the following exception:
System.InvalidOperationException…
>>> More