This article provides information about the error message This application has failed to start because the application configuration is incorrect that may appear in a dialog box when SyncBack is run.
Article Detail
The error is because the file sfFTPLib.dll is not in the same folder as SyncBack. There are two possible solutions:
- Copy the file sfFTPLib.dll to the same folder as SyncBack (recommended)
- Modify the file SyncBackSE.exe.manifest or SyncBackPro.exe.manifest or SyncBackFree.exe.manifest (using Notepad or another text file editor) and remove the following lines from it:
<dependency><dependentAssembly>
<assemblyIdentity type=“win32” name=“sfFTPLib” version=“1.5.0.0” language=“*” processorArchitecture=“x86”/>
</dependentAssembly></dependency>