gpt4 book ai didi

azure - 无法读取配置。 RoleEnvironment 由于其保护级别而可能无法访问

转载 作者:行者123 更新时间:2023-12-03 01:57:55 25 4
gpt4 key购买 nike

这是我的第一个 azure 项目,我不确定我是否做错了什么。我正在尝试在 MVC 3 webrole 中获取一些配置,为此我正在使用:

RoleEnvironment.GetConfigurationSettingValue(KeyName)

当我在模拟器上运行应用程序时,我收到错误:

BC30451: 'RoleEnvironment' is not declared. It may be inaccessible due to its protection level.

我尝试添加完整的命名空间,如下所示:

Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.GetConfigurationSettingValue(KeyName)

我收到此错误:

BC30456: 'ServiceRuntime' is not a member of 'WindowsAzure'.

但是,我可以访问 WebRole 类的“OnStart”事件中的 RoleEnvironment。那么,这是预期的行为吗?如果是,我该如何读取整个项目的配置?

提前致谢;

最佳答案

您是否在 MVC 项目中添加了对 Microsoft.WindowsAzure.ServiceRuntime 程序集的引用?

http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.serviceruntime.roleenvironment.aspx

关于azure - 无法读取配置。 RoleEnvironment 由于其保护级别而可能无法访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9774745/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com