Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataSet
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Divers
Thread ID:
00878482
Message ID:
00878845
Vues:
32
Kevin,

I have made the changes you suggested and I am now getting the following error:
Object reference not set to an instance of an object.

Would I need to change the following from:

public DataSet GetInvoicesByCustomerAndCurrencyID(object customerID)
{
// code
}

to:

public DataSet GetInvoicesByCustomerAndCurrencyID(object customerID, object currencyID)
{
// code
}
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform