Hi<div><br></div><div>I get an error in my log file like so:</div><div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
2011-07-01 11:16:36, ERROR   : Error evaluating package check for package 'Microsoft .NET Framework': 'null' is null or not an object</blockquote><div><br></div><div> The check for that package is like so:</div>
<div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\Install" Value="1" /></blockquote><div><br></div><div>as suggested by this <a href="http://msdn.microsoft.com/en-us/library/ee942965.aspx#detecting_net_framework">msdn site</a></div>
<div><br></div><div>I suspect the error is due to the fact that if the registry key is not present and the value returned on the registry check comes back null. This should mean the check fails rather than returning a script error.</div>
<div><br></div><div>There are one or 2 mentions of this problem in the lists but I dont see any answers.</div><div><br></div><div>Thanks</div>