saveenr / Visio-Export-Pages-To-Docs

11 stars 5 forks source link

Fix runtime errors in Exporter.cs #3

Closed gergamel closed 8 years ago

gergamel commented 8 years ago

Log wasn't initialised and this.Settings.DestinationPath was accessed before the assignment this.Settings = settings;

Tested the fix with a multipage VSDX using Visio 2013 and VS2015 community.

Thanks for providing this. It saved me a heap of time.