| choihead 2004-10-15, 9:13 pm |
| Line 286 is this
//Error check for null Channel
if(objNavChannel.Equals(null))//Line 286
{
return table; //Early return
}
So it is null and cannot return the table??
"Stefan [MSFT]" <stefang@online.microsoft.com> ¦b¶l¥ó
news:u8gKF8DsEHA.1692@TK2MSFTNGP10.phx.gbl ¤¤¼¶¼g...
> Hi,
>
> please check what is happening on line 286 of latenews.cs.
> One of the involved variables are null. Check which and then check why.
>
> Cheers,
> Stefan.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> MCMS FAQ:
>
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
> MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
> MCMS Sample Code:
>
http://www.gotdotnet.com/community/...t+S
erver
> MCMS Whitepapers and other docs:
> http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
> --------------------------------
>
>
> "choihead" <choihead@Hotmail.com> wrote in message
> news:eqYwT7CsEHA.3080@TK2MSFTNGP15.phx.gbl...
> and
> and
> approve
>
>
|