Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_espanol thread: Ambiguous match found...


Message #1 by "Francisco Reinoso" <listas@s...> on Mon, 24 Mar 2003 05:09:39 +0100
¿Alguien sabe por que sale esto?

El código fuente de esta página parece estar bien, el diseño tambien...
pongo un punto de interrupción en la primera linea del Page_Load y no llega
ni a pararse, sale esto haga lo que haga... el resto del programa
funciona... todo menos esta página.

Francisco Reinoso.
Ambiguous match found.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Reflection.AmbiguousMatchException: Ambiguous
match found.

Source Error:

      An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[AmbiguousMatchException: Ambiguous match found.]
   System.RuntimeType.GetPropertyImpl(String name, BindingFlags bindingAttr,
Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
+242
   System.Type.GetProperty(String name, BindingFlags bindingAttr) +24




----- Original Message -----
From: "Daniel Chavez" <chavezd@r...>
To: "ASP.Net en Español" <aspx_espanol@p...>
Sent: Monday, March 24, 2003 1:50 AM
Subject: [aspx_espanol] Re: consulta de datagrid


> Blach
> en una aplicacion windows forms no se necesita databind en un datagrid,
> atrapa la excepcion y muestra el error, posiblemente el acceso a datos sea
> el problema, fíjate antes en eso
>
> daniel #
>
> ----- Original Message -----
> From: "Blach Abel" <jablach@t...>
> To: "ASP.Net en Español" <aspx_espanol@p...>
> Sent: Sunday, March 23, 2003 7:28 PM
> Subject: [aspx_espanol] consulta de datagrid
>
>
> > Alguien tiene idea cual es el equivalente del dataGrid.DataBind() de asp
> .net en una aplicación del tipo windows?
> > Lo pregunto porque me da error al usarla
>
>
> ---
> Usted está suscrito a aspx_espanol como:
> listas@s...
> Para darse de baja, envíe un mensaje en blanco a
> %%email.unsub%%
>
>


  Return to Index