Error reading backup file

KrimsonKrimson Posts: 3
edited October 21, 2016 7:49AM in SQL Comparison SDK 11
I have just upgraded to version 11.6 from 11.5 and after this calling ToConnectionProperties on BackupDatabaseSource throw System.FormatException (Input string was not in a correct format)

My code is the following:
BackupDatabaseSource backupDatabaseSource = new BackupDatabaseSource
{
Files = new List<string> { @c: est.dmp }
};
ConnectionProperties connProp = backupDatabaseSource.ToConnectionProperties();

Comments

Sign In or Register to comment.