Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/06/2006, 15:29
skanut
 
Fecha de Ingreso: junio-2006
Ubicación: chile
Mensajes: 10
Antigüedad: 18 años, 9 meses
Puntos: 0
Cita:
Iniciado por RootK
Creo que tu problema es aqui:



recuerda que cuando creas un proyecto en vb por default te crea un namespace interno con el nombre del proyecto y despues tu namespace que tinees en tu código..

Es decir, si tu creas un proyecto llamado NuevoProyecto y en tu código tienes un namespace ejmplo:

Namespace FormCalCesar
...
...

Por default cuando agregues la referencia tendría que quedarte así:



ahora que en las propiedades de tu proyecto puedes configurar de que no tenga namespace por default y solo tome en cuenta el que tu vayas a hacer.

Checa bien esa parte..
bueno vi lo q me dijiste y despues cambien esta linea :
Código:
<%@ Register TagPrefix="cc1" Namespace="CesarFormCal" Assembly="CesarFormCal" %>
por esta
Código:
<%@ Register TagPrefix="cc1" Namespace="CuartoIntento.CesarFormCal" Assembly="CuartoIntento.CesarFormCal" %>
pero bueve a aparecer el mismo error... ahora si q no entiendo nada

Código:
Error de servidor en la aplicación '/pruebaCesar1/3raParte/CuartoIntento'.
--------------------------------------------------------------------------------

Error del analizador 
Descripción: Error durante el análisis de un recurso requerido para dar servicio a esta solicitud. Revise los detalles de error de análisis específicos siguientes y modifique el código fuente en consecuencia. 

Mensaje de error del analizador: No se encuentra el archivo o el nombre del ensamblado CuartoIntento.CesarFormCal o una de sus dependencias.

Error de código fuente: 


Línea 1:  <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="CuartoIntento.WebForm1"%>
Línea 2:  <%@ Register TagPrefix="cc1" Namespace="CuartoIntento.CesarFormCal" Assembly="CuartoIntento.CesarFormCal" %>
Línea 3:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Línea 4:  <HTML>
 

Archivo de origen: c:\inetpub\wwwroot\pruebaCesar1\3raParte\CuartoIntento\WebForm1.aspx    Línea: 2 

Rastro al cargar el ensamblado: La información siguiente puede ser útil para determinar porqué no se cargó el ensamblado 'CuartoIntento.CesarFormCal'.


=== Pre-bind state information ===
LOG: DisplayName = CuartoIntento.CesarFormCal
 (Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/pruebaCesar1/3raParte/CuartoIntento
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: CuartoIntento.CesarFormCal
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/pruebacesar1_3raparte_cuartointento/45654e8f/7c8bcf67/CuartoIntento.CesarFormCal.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/pruebacesar1_3raparte_cuartointento/45654e8f/7c8bcf67/CuartoIntento.CesarFormCal/CuartoIntento.CesarFormCal.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/pruebaCesar1/3raParte/CuartoIntento/bin/CuartoIntento.CesarFormCal.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/pruebaCesar1/3raParte/CuartoIntento/bin/CuartoIntento.CesarFormCal/CuartoIntento.CesarFormCal.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/pruebacesar1_3raparte_cuartointento/45654e8f/7c8bcf67/CuartoIntento.CesarFormCal.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/pruebacesar1_3raparte_cuartointento/45654e8f/7c8bcf67/CuartoIntento.CesarFormCal/CuartoIntento.CesarFormCal.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/pruebaCesar1/3raParte/CuartoIntento/bin/CuartoIntento.CesarFormCal.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/pruebaCesar1/3raParte/CuartoIntento/bin/CuartoIntento.CesarFormCal/CuartoIntento.CesarFormCal.EXE.

 


--------------------------------------------------------------------------------
Información de versión: Versión de Microsoft .NET Framework:1.1.4322.573; Versión de ASP.NET:1.1.4322.573
la opcion en el formulario no la pille ..... no se a cual te refieres ..

Última edición por skanut; 19/06/2006 a las 15:38