您好,我有以下配置active x组件的c#代码:
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using Microsoft.Win32;
namespace Kosmala.Michal.ActiveXTest
{
/// <summary>
/// Summary description for Class1.
我想问一下,这个ActivexObject是否可以通过PHP使用web服务器访问。因为当我包含javascript时,它显示活动对象没有定义(当使用浏览器时),而在edge/ie11中它显示"SCRIPT429: Automation server‘t create object“。但是,如果我双击该JS文件,它将完全正常工作。为了了解更多信息,我之所以使用它,是因为一个名为"Amibroker“的应用程序具有OLE。下面是我正在使用的JS
var AB = new ActiveXObject("Broker.Application");
AB.Acti
我有一个vb.net视频应用程序,我已经使用click once将它部署到了Windows7机器上。它在启动时崩溃,并有一个未处理的异常,我不知道它想要做什么。它可以在其他已部署的计算机上工作。
以下是跟踪信息,我希望有人能帮助我确定要查找的内容。我所能看到的就是在InteropServices (Interop.MSCommLib.DLL)中有一个类没有注册的异常,但是不确定该怎么做来修复它。
See the end of this message for details on invoking just-in-time
(JIT) debugging instead of this di