我正在 Windows Azure 中制作我的第一个应用程序,但遇到了一些问题。
这是我所做的想法列表:
- 添加新的解决方案
- 添加新的 MyApp.WebPage (asp.net mvc3) 项目
- 添加 Windows Azure 项目,并为其添加一个 WorkerRole
- 将我的 asp.net mvc3 项目作为新的 Web 角色从解决方案添加到 Windows Azure 项目
- 将 MyClass.cs 类添加到我的 WorkerRole
...并添加 MyClass:
using MyApp.WebPage.Models;
所以我有这个错误:
The type of namespace name 'WebPage' does not exist in the namespace 'MyApp' (are you missing an assemblu reference?)
我是 Azure 的初学者,所以我不知道如何解决这个问题。
任何帮助,将不胜感激。