Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/08/2010, 10:27
Selene_79
 
Fecha de Ingreso: agosto-2010
Mensajes: 13
Antigüedad: 14 años, 4 meses
Puntos: 0
Respuesta: System.Web.UI.Page is not defined

Hola, gracias por responder, en realidad es una página asp.net

Tengo mi pagina RHMiCuenta.aspx en la primer línea:

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="RHMiCuenta.aspx.vb" Inherits="RHMiCuenta" %>

El archivo RHMiCuenta.aspx.vb tiene:

Public Class RHMiCuenta
Inherits System.Web.UI.Page

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

End Sub

End Class

El archivo RHMiCuenta.aspx.designer.vb tiene:
Option Strict On
Option Explicit On


Partial Public Class RHMiCuenta

'''<summary>
'''form1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents form1 As System.Web.UI.HtmlControls.HtmlForm (aqui marca el error)

¿Con esa información es suficiente? no se como explicarme .... :(

Gracias!!