Yes, I'm a newby. I just installed the software and am trying to code up my first page and I'm getting errors all over the place that are conflicts between the System.Web.UI.WebControls and Aspose.Cells.
The specific error is: Compiler Error Message: CS0104: 'Button' is an ambiguous reference between 'System.Web.UI.WebControls.Button' and 'Aspose.Cells.Button'
I'm sure if I went through this page and set everything explicitly that I could make it work, but is there a simpler solution?