[求助]COM+激活失败是什么原因呢?
我的程序编译时为什么会出现:
“由于初始化函数失败,COM+ 激活失败。”?
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[COMException (0x8004e025): 由于初始化函数失败,COM+ 激活失败。有关更多信息,请查看事件日志。]
MapInfo.Engine.Session.Create() +183
MapInfo.Engine.ManualStateSessionActivator.OnBeginRequest(Object sender, EventArgs e) +108
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
查了MSDN只是说是一个捕获异常的类。可是不知道如何处理,敬请指教!