Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以将我们的 webroles 更新到 SDK 2.2 给我们带来了一些问题。
webroles 不会启动,因为 WAHostBootstrapper 在启动它们之前会崩溃。
问题是visual studio没有将dll设置为Copy Local。它曾经可以在没有本地复制的情况下工作,但是 2.2 dll 不在 GAC 中。
将 Microsoft.WindowsAzure.ServiceRuntime 设置为本地副本使 webroles 再次工作。