Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3.5 version
Message
From
07/10/2008 00:04:40
Bill Oeftering
Mainstreet Computers, Inc.
Belleville, Michigan, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
3.5 version
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01353182
Message ID:
01353182
Views:
84
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
Next
Reply
Map
View

Click here to load this message in the networking platform