When starting the software an error message may occur:
"Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
or one of its dependencies. The System cannot find the file specified."
This is a Microsoft .NET Framework error message and the likely causes are:
A Microsoft .NET Framework file System.EnterpriseServices.dll assembly is missing or corrupted in the Global Assembly Cache (GAC) folder (\Windows\Assembly).
Or, the file in the Global Assembly Cache (GAC) does not match with the Microsoft.NET 2.0 Framework version.
This error message may display on computers where Microsoft .NET Framework 2.0, Service Pack 2 is installed.
If you are using Windows 7 or Windows 8:
Right click on command prompt and select 'Run as Administrator'
In the Command Prompt, type: "sfc /scannow" (with the quote marks)
System File Checker - SFC - will scan your system and (hopefully) fix some of your system files. Restart your computer
Details on how to repair an existing installation of the.NET Framework are provided in Microsoft web site: https://support.microsoft.com/kb/306160
Disclaimer: Information provided here is given without any obligations and we will not accept any claims or liabilities for any damages
as a result of you relying on the information given here, if in doubt you must consult a qualified system engineer. Any web links provided to third party website are for your reference,
we do not have any control on the validity and content on those websites. We do not take any responsibility for you using or relying on them.
Copyright to contents remains with the owner of that website.