Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
3.5 version
Message
De
07/10/2008 00:04:40
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
3.5 version
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01353182
Message ID:
01353182
Vues:
83
MM3.5 Downloaded but never tried to use until now. I'm having problems with CheckRules and entityList being null. Is there an update that came out after the initial release. My contract is expired.
below is the code that fails after setting the dataset and calling save:
public virtual mmSaveDataResult CheckRules<EntityType>(mmBindingList<EntityType> entityList) where EntityType : mmBusinessEntity
		{
			mmSaveDataResult Result = mmSaveDataResult.RulesPassed;

			// TEMP
			// Save the specified DataSet and Table Name
			if (entityList.Count > 0) <--------entityList is null !
TIA Bill
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform