You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We reproduced the issue as you mentioned. We downloaded the demos from github repos. (https://github.com/aspose-cells/Aspose.Cells-for-.NET). We are unable to run GridWeb.Demo.NET6.0 examples and got the same compilation errors as you pointed out.
We have opened the following new ticket(s) in our internal issue tracking system and will try to fix the issue soon.
Issue ID(s): CELLSNET-53540
Once we have an update on it we will let you know here.
We have updated the demos/examples in the repos. Please try to download the (updated) demos/examples and give it a try again. We have updated the demo's project file. The target framework shall be: net6.0-windows7.0 and the System.Drawing.Common version shall be 7.0.0.
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/
The text was updated successfully, but these errors were encountered: