问题描述
大家好,
我正在使用Microsoft Unified Communications Client SDK创建示例应用程序。当我尝试将平台初始化为platform.Initialize("TestApp",null)
I am creating a sample application using Microsoft Unified Communications Client SDK. When I try to initialize the platform as platform.Initialize("TestApp", null)
它给出错误"尝试读取或写入受保护的内存。这通常表明其他内存已损坏。" 这个错误的实际原因是什么?
It gives an error "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." What is the actual cause of this error?
谢谢。
问候
Hrushikesh
Hrushikesh
推荐答案
尝试以管理员身份运行您的应用程序(在管理员中打开Visual Studio)它将正常工作
try to run your application as an administrator (Open the Visual Studio in an administrator) and it will works fine
或尝试重新启动计算机
问候,
Mohamed A. Sakr
Mohamed A. Sakr
这篇关于在示例应用程序中初始化平台时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!