Foros del Web » Programando para Internet » ASPX (.net) »

problema con insercion datos

Estas en el tema de problema con insercion datos en el foro de ASPX (.net) en Foros del Web. hola q tal ....estoy usando de asp.net y dreaweaver 8 ..... yo no meto nada d codigo .....todo el codigo me lo produce el dreamweaver ...
  #1 (permalink)  
Antiguo 29/03/2008, 11:34
 
Fecha de Ingreso: marzo-2008
Mensajes: 286
Antigüedad: 16 años, 1 mes
Puntos: 1
problema con insercion datos

hola q tal ....estoy usando de asp.net y dreaweaver 8 .....

yo no meto nada d codigo .....todo el codigo me lo produce el dreamweaver
bueno ya logre terminar la conexion y la consulta d los datos
el problema es cuando creo una cuadricula de datos y sigo todo el procedimiento
Me levanta normal una tabla q no veo ningun problema tmp .....

el problema es cuando hago la cuadricula de datos donde levanta la tabla normal q se ve con datos abc abc
pero luego cuando pago F12

me sale el sgte error

:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::

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,publicK eyToken=836f606ede05d46a,culture=neutral" %>
Line 3: <MM:DataSet
Line 4: id="categorias"


Source File: c:\inetpub\wwwroot\escenarios\categoria.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\aspn et.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\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.2032; ASP.NET Version:1.1.4322.2032


:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::


en la linea 2 es donde me sale el error .....me gustaria q me ayuden cual es el problema para poder segir .....al parecer trabajar desde servidor local con asp y sql server no es muy recomdable
pero esto son solo pruebas y tengo q segir viendolo

capaz alguna version es antigua ....
bueno instale el ISS normal
el sql server 2003
el framework.NET 1.1 si mas no me ekivoco
dreamweaver 8

no se cual seria el problema d antemano muchas gracias jajaja .....y espero q me den alguna sugerencia


yo no meto nada d codigo .....todo el codigo me lo produce el dreamweaver
  #2 (permalink)  
Antiguo 31/03/2008, 10:50
 
Fecha de Ingreso: marzo-2008
Mensajes: 286
Antigüedad: 16 años, 1 mes
Puntos: 1
Re: problema con insercion datos

up....podrian ayudarme ??
  #3 (permalink)  
Antiguo 31/03/2008, 11:06
Avatar de Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 16 años, 8 meses
Puntos: 87
Re: problema con insercion datos

necesitaras copiar las dll de controles a tu deploy de tu sitio.

porq parece q no encuentra la referencia ellos
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5
  #4 (permalink)  
Antiguo 31/03/2008, 11:19
 
Fecha de Ingreso: marzo-2008
Mensajes: 286
Antigüedad: 16 años, 1 mes
Puntos: 1
Re: problema con insercion datos

como tendria q copiar los dll ?? ...a q te refieres ...amigazo... ??? ..... me podrias explicar al respecto d eso ??
  #5 (permalink)  
Antiguo 31/03/2008, 11:24
Avatar de Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 16 años, 8 meses
Puntos: 87
Re: problema con insercion datos

pues si te dice q estas usando ciertos controles de dreamweaver

DreamweaverCtrls por lo tanto te pedira q este la dll en el servidor
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:39.