We are trying to add Aspose.Cells for .NET to our visual studio web project using
asposCells = New Aspose.Cells.License()
asposCells.SetLicense(Request.MapPath(".") & “…\Licenses\Aspose.Cells.lic”)
our project contains a Licenses folder with the Aspose.Cells.lic
The problem is whenever we deploy the project, Aspose.Cells.lic does not get included. This causes our website to have an error because it cannot find Aspose.Cells.lic
If we manually added Aspose.Cells.lic after we deploy, then everything works.
We have not found any reason on the web on why Aspose.Cells.lic will not get deployed when deploying the website.
Thanks