Author Topic: Extra dll files in build folder after a reformat..  (Read 1629 times)

0 Members and 1 Guest are viewing this topic.

Atook

  • Swamp Rat
  • Posts: 1029
  • AKA Tim
Extra dll files in build folder after a reformat..
« on: March 13, 2019, 05:00:58 PM »
Just reformatted my dev machine, re-installed all the goodies, copied over my project, crossed my fingers and compiled. Luck has decided to grant me compile with a bonus dll file.

For some reason, when I build now, I'm getting e_sqlite.dll copied into x64 and x86 folders in my build directory. None of my previous builds had the dlls (or x64/86 folders). I'm not using SQL in the project (directly)

I've checked the references, it doesn't seem to be there. Done a ctrl+F on the solution and can't find it. I suspected a nested reference, but I'm not sure how to go about even finding which of the references would be pulling in the e_sqlite.dll. I spoke to the rubber duck on my desk. He's mute.

I'm running VS2015, AutoCAD 2017 and BricsCAD v19,.NET Framework is 4.5.2

Got any ideas to find the culprit setting or reference? Pic of references attached for reference.