ErikEJ / SqlCeToolbox

SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
Other
847 stars 174 forks source link

fix NullReferenceException when calling WriteIntoFile #914

Closed Cyril035 closed 3 years ago

Cyril035 commented 3 years ago

Fix a NullReferenceException when WriteIntoFile is call the first time.

Step to reproduce Using Generator4 class, call GenerateAllAndSave method against big database to have many files on output... This exception occurs because finalFiles var is null on WriteIntoFile method

ErikEJ commented 3 years ago

Thanks!

ErikEJ commented 3 years ago

I have updated the compiled libraries in the /lib folders in source control