Estoy creando una página ASPX con DreamWeaver, creo el
DataSet, creo un DataGrid y lo vinculo al DataSet que
recientemente cree; hasta alli todo bien.
Cuando trato de ver la página en el browser me sale el
siguiente error:
Description: An error occurred during the parsing of a
resource required to service this request. Please review
the following specific parse error details and modify your
source file appropriately.
Parser Error Message: File or assembly name
DreamweaverCtrls, or one of its dependencies, was not
found.
Source Error:
Line 1: <%@ Page Language="C#" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
Line 2: <%@ Register TagPrefix="MM"
Namespace="DreamweaverCtrls"
Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=8
36f606ede05d46a,culture=neutral" %>
Line 3: <MM:DataSet
Line 4: id="DataSet1"
Source File:
C:\Inetpub\wwwroot\encuestas\prueba_net.aspx Line: 2
Assembly Load Trace: The following information can be
helpful to determine why the assembly 'DreamweaverCtrls'
could not be loaded.
Qué puedo hacer, tengo que registrar algún componente o
algo por el estilo????
Leer las respuestas