简体   繁体   English

使用ProvisionedApplicationPlatformSettings的BeginStartup CollaborationPlatform中的错误

[英]Error in BeginStartup CollaborationPlatform using ProvisionedApplicationPlatformSettings

I am trying to create an ApplicationEndpoint by first creating and establishing the CollaborationPlatform using ProvisionedApplicationPlatformSettings, when i execute: 我尝试在执行时首先通过使用ProvisionedApplicationPlatformSettings创建和建立CollaborationPlatform来创建ApplicationEndpoint:

ProvisionedApplicationPlatformSettings settings = new ProvisionedApplicationPlatformSettings("MYAPP", _appID); _collabPlatform = new CollaborationPlatform(settings); _collabPlatform.BeginStartup(EndPlatformStartup, _collabPlatform);

in EndPlatformStartup method while executing collabPlatform.EndStartup(ar); 在执行collabPlatform.EndStartup(ar);时在EndPlatformStartup方法中 i get an error 我得到一个错误

ProvisioningFailureException: One or more values in the configured settings are invalid or unusable. Check inner exception and logs for more details. The settings wrapper failed to initialize. Unable to find the Sqld database: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

Found the Answer/Error, 找到答案/错误,
i was trying to run the application from Windows 7 PC which apparently is not supported for Auto Provisioned Application , so now i build the application on my Win7 PC and then execute it on the Lync Server. 我试图从Windows 7 PC上运行该应用程序,这显然不受Auto Provisioned Application的支持,所以现在我在Win7 PC上构建该应用程序,然后在Lync Server上执行它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM