﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Exception question</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:50:47 GMT</lastBuildDate><ttl>20</ttl><item><title>Exception question</title><link>http://forum.strataframe.net/FindPost1196.aspx</link><description>What does "nullable object must have a value" mean.</description><pubDate>Thu, 11 May 2006 13:48:23 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Exception question</title><link>http://forum.strataframe.net/FindPost1208.aspx</link><description>No problem :)</description><pubDate>Thu, 11 May 2006 13:48:23 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Exception question</title><link>http://forum.strataframe.net/FindPost1204.aspx</link><description>i'll read more..&lt;br&gt;
thanks</description><pubDate>Thu, 11 May 2006 11:16:09 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Exception question</title><link>http://forum.strataframe.net/FindPost1202.aspx</link><description>Here's a good article that explains that error message:&lt;/P&gt;&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/1t3y8s4s(vs.80).aspx"&gt;http://msdn2.microsoft.com/en-us/library/1t3y8s4s(vs.80).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It basically means that you're trying to pull the .Value out of a Nullable generic object, and the object doesn't have a value (it's NULL), so you can't pull the value.&amp;nbsp; The article recommends using the &lt;SPAN id=ctl00_LibFrame_MainContent&gt;&lt;TT&gt;GetValueOrDefault()&lt;/TT&gt;&lt;/SPAN&gt; method on the Nullable generic object.</description><pubDate>Thu, 11 May 2006 09:05:45 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>