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)

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2021-06-20
  • 2021-12-25
  • 2021-12-07
猜你喜欢
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-08
  • 2021-09-04
  • 2022-01-18
相关资源
相似解决方案