我有一个ASP.NET应用程序,其中有5个子应用程序正在运行。我希望一个子应用程序在另一个域中运行。我尝试创建一个新的AppDomain:
AppDomain domain = AppDomain.CreateDomain("MyDomain");
当我尝试通过以下代码检索FriendlyName时:
System.Diagnostics.Debug.WriteLine(domain.FriendlyName);
我收到了这个错误:
Cannot obtain fields or call methods on the instance of type 'System.AppDomain' because it is a proxy to a remote object.
答案 0 :(得分:1)
如果我正确使用它,那么你就必须为此编写一个可视化工具。它是Visual Studio的一个插件,用于“可视化”任何手表值,您可以在那里做任何你想做的事情,而不是在你的实际项目代码中。