【原创】
处理错误:System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform.
将.NET Framework项目升级为.NET 6时,出现系统异常错误:System.PlatformNotSupportedException: System.Drawing.Common is not supported on this platform.的解决办法。
2022-09-054048
阅读更多
【原创】
处理错误:Access to the path 'C:\Windows\TEMP\xxx.tmp' is denied.
找到项目的应用程序池,将高级设置中“加载用户配置文件”(Load User Profile)设置为true即可。
2022-08-252087
阅读更多