No announcements
Found 2663849 threads
-
0 Votes
Getting NullReferenceException in Session Is Nothing Check
mmmtbig Why is the above throwing a .NullReferenceException mmmtbig If HttpContext.Current.Session("FirmID") Is ...Answered | 2 Replies | 361 Views | Created by Anonymous - Wednesday, March 23, 2016 5:58 PM | Last reply by Anonymous - Thursday, March 24, 2016 5:40 AM -
3 Votes
NullReferenceException
If anything in the where clause causes a null exception, code execution will stop, you won't just get "nothing" for the result.Answered | 10 Replies | 1284 Views | Created by Hessc - Saturday, February 9, 2013 4:35 PM | Last reply by Hessc - Tuesday, February 12, 2013 12:11 AM -
2 Votes
NullReferenceException on FindControl()
I was able to get the event to fire, though I am not done with my problem you did have the solution to the nullreferenceexception.Answered | 6 Replies | 1846 Views | Created by pbf98 - Monday, April 29, 2013 1:33 PM | Last reply by pbf98 - Tuesday, April 30, 2013 6:31 PM -
0 Votes
NullReferenceException in Visual Basic
as per my understanding index is a string variable if yes then you need to check if it has some value in it if (index is nothing) or ...Answered | 1 Replies | 2959 Views | Created by muskoka17 - Wednesday, June 3, 2009 8:55 PM | Last reply by Parry2k - Wednesday, June 3, 2009 9:10 PM -
5 Votes
InvokeMethod NullReferenceException
Nothing but somethingAnswered | 12 Replies | 4517 Views | Created by goldbishop - Tuesday, March 9, 2010 7:50 PM | Last reply by goldbishop - Wednesday, March 10, 2010 4:59 PM -
2 Votes
NullReferenceException
Unless your calls to the crypto provider raise an exception, you never get to the lines that try to retreive the information from Amazon.Answered | 14 Replies | 3556 Views | Created by PCRider - Wednesday, October 7, 2009 8:56 PM | Last reply by Ron.Whittle - Thursday, October 8, 2009 11:50 PM -
0 Votes
Random NullReferenceExceptions at OpenWebInternal
Rama, the SPWorkflowActivationProperties.list property needs to grab a reference to SPSite and SPWeb before getting the list.Answered | 10 Replies | 14773 Views | Created by Noll - Friday, July 25, 2008 1:18 PM | Last reply by Rama._ - Thursday, January 8, 2009 6:09 PM -
0 Votes
Accessing Document.AttachmentLink throws NullReferenceException
I altered the Jil code, providing an option to tell it to serialize inherited properties (which it doesn't do by default), and then it started throwing ...Answered | 3 Replies | 875 Views | Created by Andrew C. W. Davis - Friday, October 24, 2014 8:37 PM | Last reply by Aravind Ramachandran - Tuesday, November 4, 2014 3:02 AM -
0 Votes
DataSet Access is throwing NullReferenceException
This portion of my code is ...Answered | 2 Replies | 792 Views | Created by Alejandro Alarcon - Thursday, May 1, 2014 2:54 AM | Last reply by Magnus (MM8) - Thursday, May 1, 2014 2:36 PM -
0 Votes
Shared Variable Trowing a NullReferenceException
Hello, I'm building a program to post somethings in my own forum, but I'm using a string called generatedCode that is on Form1 and I'm using it in Form2 with this ...Answered | 1 Replies | 3320 Views | Created by Nathan Campos - Tuesday, November 17, 2009 7:27 PM | Last reply by Mal Loth - Tuesday, November 17, 2009 7:34 PM -
0 Votes
Dispatcher causes NullReferenceException
Put a Null check: if(this !Answered | 5 Replies | 8193 Views | Created by Letharion - Friday, August 22, 2008 11:10 AM | Last reply by Lalit Singh Sisodia - Tuesday, August 26, 2008 5:40 AM -
0 Votes
[UWP] How to check if something is null or has nothing?
.+%3D+nothing If archiveType is nullable then compare with Is Nothing: if (myButton Is Nothing) then myButton = ...Answered | 3 Replies | 934 Views | Created by The Thinker - Wednesday, September 14, 2016 6:14 PM | Last reply by Rob Caplan [MSFT] - Friday, September 23, 2016 12:49 AM -
0 Votes
Session [NullReferenceException
> Current.Application("UseLang") = 0 and no error !Unanswered | 4 Replies | 0 Views | Created by Anonymous - Saturday, April 17, 2004 6:29 AM | Last reply by Anonymous - Saturday, April 17, 2004 9:13 AM -
0 Votes
NullReferenceException in Resize event in inherited form
You can also check the designer.cs file, and make sure this line this.mycontrol = new ....Answered | 5 Replies | 3476 Views | Created by seboslaw - Monday, June 8, 2009 5:34 PM | Last reply by warrentang - Friday, June 12, 2009 9:49 AM -
0 Votes
NullReferenceException?
I dont get any cast errors just null reference.Answered | 10 Replies | 4216 Views | Created by JoeGinley - Friday, November 27, 2009 7:41 PM | Last reply by jgalley - Monday, November 30, 2009 3:37 PM -
1 Votes
NullReferenceException error
Hi, If you click on the button before you click on label then you will get a null exception.Answered | 6 Replies | 599 Views | Created by StWalker - Monday, December 15, 2014 2:19 AM | Last reply by Sammani Palansuriya - Wednesday, December 17, 2014 6:05 AM -
0 Votes
What caused this NullReferenceException?
If G is NULL you will get this exception........please post the entire function code atleast.Answered | 5 Replies | 765 Views | Created by C_oldrookie82 - Tuesday, March 19, 2013 11:58 AM | Last reply by Heslacher - Monday, March 25, 2013 5:05 PM -
0 Votes
Strange Occurance - NullReferenceException when value is entered
Hence the error: NullReferenceException was unhandled.Answered | 4 Replies | 776 Views | Created by mallorz - Thursday, March 7, 2013 2:24 AM | Last reply by mallorz - Thursday, March 7, 2013 1:57 PM -
0 Votes
NullReferenceException was unhandled
From the code you supply, NullReferenceException may relate to configXml.Answered | 4 Replies | 2222 Views | Created by yoganash - Wednesday, July 28, 2010 9:12 AM | Last reply by Alan_chen - Friday, July 30, 2010 1:35 AM -
0 Votes
NullReferenceException when calling GetProperty on an empty HtmlDocument?
Part of the automation requirement is to check the content before new data is submitted.Answered | 2 Replies | 2723 Views | Created by John_Wolf - Monday, December 5, 2011 7:24 PM | Last reply by John_Wolf - Friday, January 6, 2012 4:44 PM - Items 1 to 20 of 2663849 Next ›
No announcements