TextCraft icon indicating copy to clipboard operation
TextCraft copied to clipboard

Aggregate Exception

Open ChujunWhu opened this issue 10 months ago • 1 comments

Hi, when i run setup.exe, and open word, the tool bar does not exist and error message "Aggreate Exception" occurs.

ChujunWhu avatar Mar 18 '25 15:03 ChujunWhu

Add the following code before http request can solve the problem.

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

zhaofeng-shu33 avatar May 23 '25 14:05 zhaofeng-shu33