ASP.NET - ASP. net y Dreamweaver 8

 
Vista:

ASP. net y Dreamweaver 8

Publicado por Cesar Bances (2 intervenciones) el 26/08/2007 18:21:59
Hola a todos,

Recién he comenzado a elaborar una página dinámica en dreamweaver 8 con ASP.net, he realizado todos los pasos:
Instalacion de IIS, Framework .net, cree mi sitio local, remoto y de pruebas, me conecté a mi base de datos en SQL, descargue en DreamweaverCtrls.dll en la carpeta bin del servidor de prueba, pero cuando intento vizualizar la página me sale el siguiente erro:.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser 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="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
Line 2: <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>
Line 3: <MM:DataSet
Line 4: id="rscategorias"


Source File: c:\inetpub\wwwroot\intranet\categorias.aspx Line: 2

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DreamweaverCtrls' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: DreamweaverCtrls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/DreamweaverCtrls/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/DreamweaverCtrls.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/DreamweaverCtrls/DreamweaverCtrls.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls/DreamweaverCtrls.EXE.



--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:ASP. net y Dreamweaver 8

Publicado por Kenneth (1 intervención) el 04/09/2007 09:17:21
Sorry I speak only English and my mother tongue.

I just upgraded to DW CS3 and had the same problem. The full solution is to go to the app menu and select:

Site/Advanced/Deploy Supporting Files

and then follow the prompts to have Dreamweaver copy the files to the correct location for you. Make sure you select the proper testing server model (if you're using VB, then select that one). And don't forget to copy the bin directory when you FTP the site to the live server.

I hope this helps
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:ASP. net y Dreamweaver 8

Publicado por darkblade (1 intervención) el 05/09/2007 02:25:00
tuve el mismo problema y en otro foro encontre la solucion, se consigue el archivo DreamweaverCtrls.dll y crea una carpeta BIN en la aplicacion WEB y copia la dll ahi.

A mi me funciono
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:ASP. net y Dreamweaver 8

Publicado por cesar bances (2 intervenciones) el 05/09/2007 02:46:52
"DreamweaverCtrls.dll y crea una carpeta BIN en la aplicacion WEB y copia la dll ahi.

A mi me funciono "

Tambien ya hice eso y nada.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar

RE:ASP. net y Dreamweaver 8

Publicado por Elmer (1 intervención) el 20/11/2007 01:29:01
Hola Cesar, te recomiendo lo siguiente.

1ero borra todo. es decir el dreamweaver, el framework y el IIS

despues instala primero el IIS, luego el Framework , y el framework SDK
luego el Dreamweaver, luego reinicia tu pc

ya despues copia el DreamweaverCtrls.dll dentro de la carpeta BIN (creas la carpeta bin antes).

Bye
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar