Hi,
Designer:
I am using LLBLGenpro 2.0.0.0 Final(July6th, 2006).
It refers C:\Program Files\Solutions Design\LLBLGen Pro v2.0\RuntimeLibraries\DotNET20\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll.
Runtime Version:v2.0.50727
Version:2.0.0.0
StackTrace:StackTrace = " at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)\r\n at System.Nullable`1.get_Value()\r\n at CDMS.BLMGR.EntityDataBLMGR.GetSelectedRecord(String strPkID) in D:\CDMS435\DesktopModules\CDMSModules\Components\CDMS.B...
Template group:Selfservicing
TargetPlatform:.NET2.0
Database type:SQLServer2005 CTP
SelectedPreset:SD.Presets.SelfServicing.Twoclasses2005
AddTasks
redicateFactory & SortFactory
Here is the code:
EntitydataEntity DALEntityData = new EntitydataEntity(Convert.ToDecimal(strPkID));
objEntityData.TurnOver = DALEntityData.Turnover.Value;
objEntityData.OtherOperatingIncome = DALEntityData.OtherOperatingIncome.Value;
When i assign the DALEntitydata OtherOperatingIncome value to myobject(objEntitydata) it's giving the ERROR MESSAGE "Nullable object must have a vale".
Please help me out asasp..
Thanks in advance,
Balaji