Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
VB.NET General Discussion
"Value cannot be null" Weirdness
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="jmcilhinney, post: 170087, member: 641"] Did you look at the stack trace for the exception? That will tell you exactly which method the exception is being thrown in and that will tell you which value cannot be null. You should also look at the type of the exception. I'm guessing that it's an ArgumentNullException, which means that Nothing is being passed an argument to a method that is not allowed to be Nothing. Once you know which method and which parameter, then you can trace the source of the null value. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
VB.NET General Discussion
"Value cannot be null" Weirdness
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom