Nservicebus and sqlite

22 views Asked by At

i am trying to have an existing application running on .net 4.8 using nservicebus access a sqlite database. Problem is: the projec is library type and on debug it starts nservicebus.host.exe to run. Sqlite creates both x64 and x86 folders when debugging . Nservice at configuration tries to load everything,including x64 one and throwing exception. Is there anyway to stop this kind of logging or at least have sqlite not create both folders? Thank you

Tried both sqlite3 nuget package and system.data.sqlite to no avail.

1

There are 1 answers

2
Dennis van der Stelt On

Not sure what the problem is, but...

  1. Don't use NServiceBus Host. Since version 8, it's no longer supported.
  2. Here's more information on how to host your NServiceBus endpoints
  3. There's an entire workshop running on NServiceBus that makes use of SqlLite for store that you can find here: https://github.com/Particular/workshop/
  4. If you encounter more issues with hosting or anything else, contact Particular Software at [email protected] for help. There's even free help with a proof-of-concept.