Compiler Error Message: CS0234: The type or namespace name 'BorderDetails' does not exist in the class or namespace 'Infragistics.WebUI.Shared' (are you missing an assembly reference?)
Posted on 2007-06-08 16:50 落花人独立 阅读(2358) 评论(0) 编辑 收藏 举报This error occurs when trying to run an ASP.net project comprising an Infragistics UltraWebGrid component:
Compiler Error Message: CS0234: The type or namespace name 'BorderDetails' does not exist in the class or namespace 'Infragistics.WebUI.Shared' (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)
reference from the website http://devknowledge.blog.com/2006/5/
So when you install your infragistics ,you must set the reference to be CopyLocal.