English 中文(简体)
WCF 与第三方的联系
原标题:WCF service connection with third party dll with IIS
  • 时间:2011-10-26 06:03:53
  •  标签:
  • c#
  • wcf

我与Windows 7, VS2010、SqlServer2008合作。

我的申请数据是第三方损失(数据来自另一个必须掌握的背景过程),并处理数据,将数据交给全球合作框架服务。

申请是办的,是应该做的。 我现在想将其散发,并在国际空间法学会中加以操作。 我面临一个奇怪的问题。 申请在我投身于国际电离层电离层电离层电离层时,从重机中获取数据,并造成错误。

Retrieving the COM class factory for component with CLSID {FCEC6861-5866-4F9E9A09-7CC868C30A8B} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).

在进行了一些研究后,我发现自己将服用部分服务,在“我会”一栏内,这改变了每个人的伤病安全。 错误已经停止。

但现在我没有发现错误,但我没有像提供数据软件关闭时那样获得数据。 但是,与我的ASP.net开发服务器合作。

我还发现,当我以管理方式管理视觉演播室时,我还必须以行政方式管理第三方的数据软件。

单双倍参照没有自动复制,而是用斜体复制,我人工复制,但并不奏效。

问题回答

我认为,实际发生的情况是,COM部分的运行情况与打电话者相同,需要获得更高的许可才能开展工作。

因此:

  • VS in admin mode, COM in admin mode, works because both are having system wide permissions to perform their work.
  • IIS running under app pool account (not sure which), COM will also be under that account, but it is not an administrator, so too low on permissions to do the work correctly.

我的争执建议是,让国际空间法学会的应用程序集合起来,你们的用量正在发生变化,成为地方行政。 如果这有利于科索沃,就恢复贵格会的出入权(在向所有人转变之前),并再次尝试。 你们还可以努力管理地方系统账户下的备用库,以了解情况。 如果仍然如此,你就确认这种行为是问题。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签