Can you include the actual error message?
Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/
As a first guess, I would say that the problem is probably with the
spaces in the different file paths. You probably need quotes around
those. So rather than:
-changeLogFile=C:\Users\paulo.tavares\Documents\Visual Studio 2015\Projects\DSC\ERC.DataSourceControl.Tests\bin\Debug\dsctest_testdb.xml
you should do this:
--changeLogFile="C:\Users\paulo.tavares\Documents\Visual
Studio 2015\Projects\DSC\ERC.DataSourceControl.Tests\bin\Debug\dsctest_testdb.xml"
Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/