I am getting many errors when running the GridWeb.Net6 sample such as
In GridController.cs
-
The type or namespace name 'AcwController' does not exist in the namespace 'Aspose.Cells.GridWeb' (are you missing an assembly reference?)
-
An object reference is required for the non-static field, method, or property 'MainWeb.SessionStorePath' GridWeb.Demo.NET6.0
-
Reference to type 'WebControl' claims it is defined in 'System.Web', but it could not be found
Steps to reproduce:
- Download the repo
- Navigate to folder "Aspose.Cells-for-.NET-master\Examples_GridWeb\GridWeb.Net6"
- Open "GridWeb.Demo.NET6.0.csproj" in VS2022
- build the solution

Is there anything i need to import or install in order to run this example?
I also tried to follow the guide below but got the same issues as the sample
https://docs.aspose.com/cells/net/how-to-use-aspose-cells-gridweb-with-net-core/
I am getting many errors when running the GridWeb.Net6 sample such as
In GridController.cs
The type or namespace name 'AcwController' does not exist in the namespace 'Aspose.Cells.GridWeb' (are you missing an assembly reference?)
An object reference is required for the non-static field, method, or property 'MainWeb.SessionStorePath' GridWeb.Demo.NET6.0
Reference to type 'WebControl' claims it is defined in 'System.Web', but it could not be found
Steps to reproduce:
Is there anything i need to import or install in order to run this example?
I also tried to follow the guide below but got the same issues as the sample
https://docs.aspose.com/cells/net/how-to-use-aspose-cells-gridweb-with-net-core/