Getting an Error

I have Aspose.Grid.Web old version in my machine. Now I installed Aspose.Cells.GridWeb. Now I’m getting the following error when I click on GridWeb designer. What would be causing this?


Hi,

Thanks for your posting and using Aspose.Cells for GridWeb.

Please download the latest version:
Aspose.Cells
for GridWeb v2.7.2.2002


Remove your older references and then update the reference with the current latest version. Your problem should be resolved then.

Thank you for the latest version. I copied this into the bin folder and now the Grid is showing up without the styles like borders / background colors etc. What do you think is going wrong?

Hi,

I think, you are missing these settings in your web.config.

Please update the dll and copy “acw_client” folder with files into your project, and add these configurations into appSettings section in your web.config:


<add key=“aspose.cells.gridweb.acw_client_path” value="~/acw_client/"/>


<add key=“aspose.cells.gridweb.force_script_path” value=“true”/>


<add key=“aspose.cells.gridweb.forcepath” value=“true”/>