Util.CreateAppDomain 在 LINQPad 中失败
Util.CreateAppDomain fails in LINQPad
我在 LINQPad 中有以下代码:
void Main()
{
var d = Util.CreateAppDomain("mig", null, new AppDomainSetup
{
});
}
它失败了:
FileNotFoundException: Could not load file or assembly 'LINQPad,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5' or
one of its dependencies. The system cannot find the file specified.
有什么解决方法吗?
(注:我是运行目前最新发布的版本4.55.03 AnyCPU Premium。)
我认为这是一个版本问题,我刚刚打开了我的 LINQPad 运行 命令并且它起作用了,然后下载了 4.55.03,它给了我与你看到的相同的错误
感谢报告 - 此问题现已在 new beta now available for download (v4.56.3)
中修复
在当前发行版本中,解决方法是在 Edit | 中禁用进程隔离。偏好 |高级。
我在 LINQPad 中有以下代码:
void Main()
{
var d = Util.CreateAppDomain("mig", null, new AppDomainSetup
{
});
}
它失败了:
FileNotFoundException: Could not load file or assembly 'LINQPad, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5' or one of its dependencies. The system cannot find the file specified.
有什么解决方法吗?
(注:我是运行目前最新发布的版本4.55.03 AnyCPU Premium。)
我认为这是一个版本问题,我刚刚打开了我的 LINQPad 运行 命令并且它起作用了,然后下载了 4.55.03,它给了我与你看到的相同的错误
感谢报告 - 此问题现已在 new beta now available for download (v4.56.3)
中修复在当前发行版本中,解决方法是在 Edit | 中禁用进程隔离。偏好 |高级。