Problema creando ASPX con DreamWeaver MX 2004

01/07/2005 - 00:34 por Martin | Informe spam
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

#1 Matias Iacono
01/07/2005 - 19:54 | Informe spam
Desconozco como trabajara DW con .Net, pero el error esta en que no
encuentra el DLL compilado que hace referencia al codigo que tienes en tu
pagina ASPX.

Existe alguna funcionalidad en DW similar a compilar?

Saludos,

Matías Iacono
Microsoft MVP ASP/ASP.net - DCE3

Profile: http://aspnet2.com/mvp.ashx?MatiasIacono
"Martin" escribió en el mensaje
news:021a01c57dc3$ed9de590$
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????

Preguntas similares