本文介绍了AppDomain关闭?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用AppDomain.UnLoad方法(调用Thread.Abort

方法)时,我收到以下错误消息


AppDomain不能被卸载是因为线程1378不能被b
解开它


这似乎需要时间。如果我等了大约30秒,它好像是b $ b似乎要卸载了。

有什么想法吗?

when I use the AppDomain.UnLoad method (which calls the Thread.Abort
method), I get the following error message

AppDomain can not be unloaded because the thread 1378 can not be
unwound out of it

It seems to take time doing this. If I wait for about 30 seconds, it
seems to get unloaded.
Any ideas?

推荐答案





这篇关于AppDomain关闭?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 02:38