远程一般都看不到界面的
本地的调用可以看到界面

解决方案 »

  1.   

    Check your RunAs setting, don't use "Run as Launching User", which isn't of much usage. 
    try "Interactive User" instead. If you need runas "This User" setting, then you need Windows's Winstation, desktop concept for understanding the problem.You can also reference Knowledge Base article: Q169321, INFO: COM Servers Activation and NT Windows Stations which discuss COM's semantic in more details.Basically, no matter which winstation/desktop you server lives in, you can switch to interactive winstation/desktop (winsta0/default) programmatically, when you have enough privilege.This is useful for some debugging scenarios.