提问人:Andrew G. Johnson 提问时间:3/27/2010 更新时间:3/27/2010 访问量:498
未联机找到类,但在本地工作 -- CS0246:找不到类型或命名空间名称“Class”
Class not being found online but works locally -- CS0246: The type or namespace name 'Class' could not be found
问:
将我的 Web 应用程序上传到我的 Rackspace 盒子后,我收到此错误。
CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
这很奇怪,因为它在我进行开发的本地计算机上运行良好。实际代码行为:
public User user = new User();
我正在使用 C#。
答:
评论