主机进程未运行 [英] The Host process is not running

查看:81
本文介绍了主机进程未运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


Hi All,



使用ASP.NET 2013开发一个简单的ASP.NET应用程序以使用LyncClient API。



当我直接从
ASP.NET 2013
LyncClient.G etClient()返回对象,但是当同一个应用程序作为一个网站(在同一个开发机器上)发布到IIS时,同样的函数正在返回"主机进程未运行"。错误。 

解决方案

Lync客户端SDK并非设计为在基于服务的应用程序(如IIS网站)中运行。 / p>

您应该考虑使用可在服务中使用的UCMA。


https://msdn.microsoft.com/en-us/library/office/dn454984.aspx


那说,问题可能与其运行的用户帐户有关。  Lync客户端需要在运行应用程序池的同一帐户下运行。


Hi All,

Am developing an simple ASP.NET application using ASP.NET 2013 to use LyncClient API.

When i run my web application directly from ASP.NET 2013 LyncClient.GetClient() returns me the object, but when the same application was published to the IIS as an website (on the same development machine), the same function was returning me "The Host process is not running" error. 

解决方案

The Lync client SDK is not designed to run in side of service based applications, such as IIS websites.

You should consider using UCMA which will work in services.

https://msdn.microsoft.com/en-us/library/office/dn454984.aspx

That said, the issue is likely related to the user account it is running under.  The Lync client would need to be running under the same account which the Application pool is running under.


这篇关于主机进程未运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆