Getting Started
Architecture
NServiceBus
Persistence
ServiceInsight
ServicePulse
ServiceControl
Monitoring
Samples

SQL Server Transport Upgrade Version 7 to 8

Legacy SQL Client package no longer shipped

The NServiceBus.SqlServer package using the legacy System.Data.SqlClient driver is no longer shipped and the following package changes are needed:

  • NServiceBus.SqlServer => NServiceBus.Transports.SqlServer
  • System.Data.SqlClient => Microsoft.Data.SqlClient

Related Articles