CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Sep 2008
    Location
    Netherlands
    Posts
    865

    strange NullReferenceException

    Hi guys,

    I get some strange NullReferenceException once in a while (see screenshot). The 'TempDatasource' variable is a Dictionary<int, DataItem>, where DataItem is a custom class. The variable 'rn' is an integer.

    I'm using VS2010 & .Net 4. Could this be a bug in the framework?
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured