Eric Kundl wrote: > > Using VS and SQLite (from NuGet pkg). > What version of Visual Studio and NuGet are you using?
> > After the 'build' of the solution/project, the file > System.Data.SQLite.dll.config is included in the bin\release folder. > I have not seen this behavior before. Are you manually customizing the MSBuild files for the project? > > It has a note in it: do not copy this file to any of the build output > directories > Generally, it's not supposed to be in those directories. Is it causing any issues when loading the native SQLite interop assembly? -- Joe Mistachkin _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

