Aspose.grid.web// getting compilation error

i have installed Aspose and then try to add Aspose web grid thru toolbox but getting compilation error

Error 2 The type name 'Grid' does not exist in the type 'Aspose' D:\Deepak-WorkArea\VOL\BREW CMT\Code\DummyWebApp\Aspose.aspx 3

and this warning

Warning 1 The type 'Aspose' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\brewcmt\ba53e84f\deca7a76\App_Web_svcfdvw_.2.cs' conflicts with the imported namespace 'Aspose' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\brewcmt\ba53e84f\deca7a76\assembly\dl3\f1015206\004d28a2_7e50c701\Aspose.Grid.Web.DLL'. Using the type. D:\Deepak-WorkArea\VOL\BREW CMT\Code\DummyWebApp\Aspose.aspx 3

I am using Visual Studio DotNet 2005.

Could you please help me in it


This message was posted using Page2Forum from Using Aspose.Grid.Web Designer - Aspose.Grid for .NET

Hi,

Well, I think, you are making a mistake, please change your web page name other than "Aspose" as it will conflict with the control name i.e. "Aspose.Grid.Web" and which may cause type clash.

Have a good day!

Thank you.

thanks

it worked out well for me