您的位置:首页 > Web前端

Compiler Error Message: CS0234: The type or namespace name ''(are you missing an assembly reference?)

2009-05-20 17:56 1076 查看
Compiler Error Message: CS0234: The type or namespace name 'Article_SQL' does not exist in the namespace 'CollegeSoft.DBUtility' (are you missing an assembly reference?)

The name 'BorderDetails' IS in the Infragistics.WebUI.Shared assembly.

The assembly in question was added to the project's references when an UltraWebGrid was placed on a page.

So, everything seems 'normal' but the project doesn't run.

I solved the problem by setting the reference's CopyLocal property to true.

(highlight Infragistics.WebUI.Shared under References in the Solution Explorer. View the properties. Set CopyLocal = true)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐