问题描述
我有一个代码可以打开lync上下文窗口。
I have a code to open lync contextual window.
此代码适用于Lync 2010但不适用于Lync 2013.
This code works fine for Lync 2010 but its not working for Lync 2013.
最初它显示一条错误,说明用户在此行没有使用ItemNotFoundException:
Initially it was showing an error saying ItemNotFoundException is unhandeled by user at this line:
IAsyncResult OpenExtensibilityResult = cWindow.BeginOpenExtensibilityWindow(gguid,null,null);
IAsyncResult OpenExtensibilityResult = cWindow.BeginOpenExtensibilityWindow(gguid, null, null);
然后我把整个代码放在try catch块中,没有更多的错误,但它没有打开扩展窗口。
Then i put the whole code in try catch block, no more error but its not opening extension window.
//此代码具有不同的功能
//This code is in different function
{
请帮忙。
提前致谢。
推荐答案
http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/thread/1a2233fb-b863-4009-b1cf-3e198665f177
http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/thread/1a2233fb-b863-4009-b1cf-3e198665f177
这篇关于Lync 2013上下文扩展窗口无法打开。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!