I installed the latest Aspose.Cells. I'm creating a new web application in Visual Studio 2012 targeting the 4.0 Framework. I created a web page and dragged the GridWeb control from the Toolbox onto the web page. The HTML is:
<%@ Register assembly="Aspose.Cells.GridWeb" namespace="Aspose.Cells.GridWeb" tagprefix="acw" %><!DOCTYPE html>
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head runat=“server”>
<title></title>
</head>
<body>
<form id=“form1” runat=“server”>
<div><span style="color: gray;"><</span><span style="color: rgb(86, 156, 214);">acw</span><span style="color: rgb(180, 180, 180);">:</span><span style="color: rgb(86, 156, 214);">GridWeb</span> <span style="color: rgb(156, 220, 254);">ID</span><span style="color: rgb(180, 180, 180);">=</span><span style="color: rgb(200, 200, 200);">"GridWeb1"</span> <span style="color: rgb(156, 220, 254);">runat</span><span style="color: rgb(180, 180, 180);">=</span><span style="color: rgb(200, 200, 200);">"server"</span><span style="color: gray;">></span> <span style="color: gray;"></</span><span style="color: rgb(86, 156, 214);">acw</span><span style="color: rgb(180, 180, 180);">:</span><span style="color: rgb(86, 156, 214);">GridWeb</span><span style="color: gray;">></span> <span style="color: gray;"></</span><span style="color: rgb(86, 156, 214);">div</span><span style="color: gray;">></span> <span style="color: gray;"></</span><span style="color: rgb(86, 156, 214);">form</span><span style="color: gray;">></span></pre><p>Resulting in the error in the attached JPG when switched to Design view. I have a reference to </p><p>C:\Program Files (x86)\Aspose\Aspose.Cells for .NET\Bin\net2.0\Aspose.Cells.GridWeb.dll </p><p>in my Project References and a "using Aspose.Cells.GridWeb;" in my code-behind.</p><p>The Toolbox entry was created by using the same DLL used in the reference. </p><p>Any idea why I am getting this error?</p><p> </p><p> </p>