xtremity:
Go to Add Reference and start adding System.Design. That should be able to solve your problem.
I have a same error when trying to setup Rainbow version 26/10/2005, I don't know the reason is.
I use WinXP, VS2003, .net framework 2.0; SQL 2000
Can you show me where is "Add Reference" ?
when I add System.Design in PagingDesigner.cs, i receive error message:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Design' does not exist in the namespace 'System' (are you missing an assembly reference?)
Source Error:
|
Line 3: using System.Web.UI.Design;
Line 4: using Rainbow.UI.WebControls;
Line 5: using System.Design; // them vao
Line 6: namespace Rainbow.UI.Design
Line 7: { |
Source File: d:\STUDY\ASPNET_sample\Rainbow\app_code\Rainbow\UI\Design\PagingDesigner.cs Line: 5
Help me, I'm a newbie. Thanks so much.