Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error en Aspx
Message
From
13/07/2006 14:05:47
 
 
To
13/07/2006 09:43:35
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01136009
Message ID:
01136132
Views:
32
Maybe miDataSet isn't a valid Dataset object ?


>My app showme this message:
>
>No accessible overloaded 'SqlDataAdapter.fill' is most specific for these arguments: Overrides Public Function Fill ( ByVal dataSet As System.Data.DataSet ) As Integer Public Function Fill ( ByVal dataTable As System.Data.DataTable ) As Integer
>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: No accessible overloaded 'SqlDataAdapter.fill' is most specific for these arguments: Overrides Public Function Fill ( ByVal dataSet As System.Data.DataSet ) As Integer Public Function Fill ( ByVal dataTable As System.Data.DataTable ) As Integer
>
>Source Error:
>
>
>Line 105: miCmp.sdaCiudadAvChk.fill(miDataSet)
>Line 106: Catch ex As Exception
>Line 107: Throw ex
>Line 108: Finally
>Line 109: miCmp.sqlConDBAOL.close()
>
>
>Source File: C:\AVIANCA\COMPONENTES\daodbaol\General.vb Line: 107
>
>Stack Trace:
>
>
>[AmbiguousMatchException: No accessible overloaded 'SqlDataAdapter.fill' is most specific for these arguments:
> Overrides Public Function Fill ( ByVal dataSet As System.Data.DataSet ) As Integer
> Public Function Fill ( ByVal dataTable As System.Data.DataTable ) As Integer]
> DAODBAOL.General.listaCiudadesChk(dsCiudadChk miDataSet) in C:\AVIANCA\COMPONENTES\daodbaol\General.vb:107
> Checkin.Inicio.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\Checkin\Inicio.aspx.vb:121
> System.Web.UI.Control.OnLoad(EventArgs e) +67
> System.Web.UI.Control.LoadRecursive() +35
> System.Web.UI.Page.ProcessRequestMain() +739
>
>
>
>
>--------------------------------------------------------------------------------
>Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
>
>
>How I make to resolve.
>
>
>Thank'u.
Previous
Reply
Map
View

Click here to load this message in the networking platform