Cannot load license file

My Global.asax.vb file includes the following code:

Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)

Dim lic As Aspose.Excel.Web.License = New Aspose.Excel.Web.License

lic.SetLicense("\\10.18.150.8\c$\Inetpub\intranet\bin\Aspose.Excel.Web.lic.xml")

End Sub

Visual Studio .NET keeps giving me the following error message: Type 'Aspose.Excel.Web.License' is not defined. Please help. Thanks in advance for your help.

No need to respond. I figured out the problem. It was a namespace issue. By the way, you have great products and wonderful website!