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.
Not sure what the problem is, but...