Problem: SANmp takes an abnormally long time (e.g. greater than a few seconds) to launch in Windows.
Resolution: This problem can occur in Windows systems that do not have a valid connection to the Internet. SANmp is a signed application, and the OS is attempting to verify the digital signature with its appropriate certificate server. You can bypass this problem by connecting your computer to the Internet, or you can use the following workaround:
- Put SANmp Admin GUI.exe.config in the same folder as SANmp GUI Admin.exe.
- Put (i)SANmp Client GUI.exe.config in the same folder as (i)SANmp GUI Client.exe.
- Both files should have the following XML code inside:
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <generatePublisherEvidenceenabled="false"/> </runtime> </configuration>