Same problem here and i downloaded the latest version.
Message
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
Environment Information
eSpaceVer: Id=55839, PubId=0, CompiledWith=11.7.2.6043RequestUrl: https://appsdev.vab.be/VAB_API/rest/Validations/Phone?Telephone=0485129227 (Method: GET)AppDomain: /LM/W3SVC/1/ROOT/VAB_API-172-132671751060734266FilePath: C:\...\PS\running\VAB_API.089174145\ClientIp: 172.21.252.41Locale: en-USDateFormat: dd-MM-yyyyPID: 1336 ('w3wp', Started='31/05/2021 13:20:28', Priv=810Mb, Virt=2119725Mb)TID: 152Thread Name:.NET: 4.0.30319.42000
Stack
For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.at ssGeo.RssExtensionGeo.MssGeo_FormatPhoneNumber(HeContext heContext, String inParamCountryCode, String inParamCallingFromCountryCode, String inParamPhoneNumber, Boolean& outParamValid, String& outParamInternational_PhoneNumber, String& outParamNational_PhoneNumber, String& outParamE164_PhoneNumber, String& outParamOutOfCountryCalling_PhoneNumber)at ssGeo.Actions.ActionCountry_FormatPhoneNumber(HeContext heContext, String inParamCountryCode, String inParamCallingFromCountryCode, String inParamPhoneNumber, RCFormatedPhoneNumberRecord& outParamFormatedPhoneNumber)at ssVAB_LB.RsseSpaceGeo.MssCountry_FormatPhoneNumber(HeContext heContext, String inParamCountryCode, String inParamCallingFromCountryCode, String inParamPhoneNumber, IRecord& outParamFormatedPhoneNumber) at ssVAB_LB.Actions.ActionValidations_Phone(HeContext heContext, String inParamCountryCode, String inParamPhone, STFormatedPhoneStructure& outParamResult)
This error is coming from inside the .NET code. If you find a fix for this, I will gladly incorporate it and upload a new version, or you can join the team, I will accept you, and you can upload the fix yourself once you have it (which will give you the benefit in getting some points for your profile).
J.Ja
I'm not a .Net developper so i have no idea to solve this issue.
But an (ex)colleague was able to make it work on the older version, perhaps i can add it here and you can find out what is different when you compare the 2 version.because for the new platform server from 11.9 it gives issues with these third-party assemblies
System.Net.Http.dll
System.Runtime.InteropServices.RuntimeInformation.dll
The oap is to big to drop here, any other idea's?
Same problem. I've been able to fix the issue by downloading the latest code from https://github.com/erezak/libphonenumber-csharp
Created a testapp to try the libphonenumber_csharp_portable.dll
This worked so build the ddl, replaced the dll in the Geo and that has fixed the problem.