I’m getting the error when I’m attempting the following:
XbrlDocument document = new XbrlDocument(@“c:\temp” + @“mysamplefile.xml”);
Project is a .NET 5 core project / C#, using Aspose.Finance 22.5.0.
Stacktrace:
at System.Net.ServicePointManager.ValidateSecurityProtocol(SecurityProtocolType value)
at System.Net.ServicePointManager.set_SecurityProtocol(SecurityProtocolType value)
at Aspose.Finance.Xbrl.LocalCacheService.(String )
at .()
at .()
at .()
at .(XmlNode )
at .()
at Aspose.Finance.Xbrl.XbrlDocument.(Stream )
at Aspose.Finance.Xbrl.XbrlDocument…ctor(String fileName)