Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error en Aspx
Message
From
13/07/2006 09:43:35
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Error en Aspx
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01136009
Message ID:
01136009
Views:
60
Hi

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.
Daniel Vargas.
MCP - Microsoft Certified Professional

"El callar y escuchar es cosa de sabios por ello nuestro grito nace de silencio consciente fuerte y elocuente... vivir de manera diferente es morir siendo libre"

Elkin Ramirez-Kraken

My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform