Activity overview
Latest activity by JustBnLazy
I'm having the same issue with VS 2017. Will the install and steps also work for VS 201? / comments
I'm having the same issue with VS 2017. Will the install and steps also work for VS 201?
The only code really was how you set the "compare options/exclusions". It went from being an enum to a struct. I just created a CSV string and used the Options.FromString("option1|option2"). Then any exception I handled via compareOptions.Except("Option3").
HTH,
Patrick / comments
The only code really was how you set the "compare options/exclusions". It went from being an enum to a struct. I just created a CSV string and used the Options.FromString("option1|option2"). Then a...
Hi David,
Sorry I thought we were compiled with the latest SDK version but we weren't - on v10. I upgraded (had a little work since the API had changed a bit) and now we are running without issue. Thanks for your quick reply!
Patrick / comments
Hi David,
Sorry I thought we were compiled with the latest SDK version but we weren't - on v10. I upgraded (had a little work since the API had changed a bit) and now we are running without issue. ...
Sql 2014 Support
Hi!
I'm trying to execute a existing Sql Comparison SDK 11 console app against a Sql 2104 db but getting an error (see below) and wonder if Sql 2014 is supported or not. Works like a charm against ...
I would also like to know when it will be available or if there is a beta to test. / comments
I would also like to know when it will be available or if there is a beta to test.