Quote:
Originally Posted by barywhite
It looks like a new version of IViewNapper was released not that long ago to address this problem..
Code:
Version 20120514.
Fix for wrong concatenation symbol.
Thanks! 
|
That fix above was because in VB.NET one should use & to concatenate strings, but sometimes the old habit of using + creeps in and can cause errors.
The actual fix was probably one where "Fix incorrect characters in filename" as spaces and & (and more) can cause problems. I convert '&' to 'and' in output filenames and wrap it in quotes.