No announcements
Found 1216212 threads
-
1 Votes
NullReferenceException error
So I can debug and see the error.Answered | 6 Replies | 685 Views | Created by StWalker - Monday, December 15, 2014 2:19 AM | Last reply by Sammani Palansuriya - Wednesday, December 17, 2014 6:05 AM -
3 Votes
NullReferenceException
Where (f.Vendor IsNot Nothing) AndAlso (f.Vendor.VendorID == Me.Vendor.VendorID) You should also be able to tell Visual Studio to break when a ...Answered | 10 Replies | 1350 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 | 1939 Views | Created by pbf98 - Monday, April 29, 2013 1:33 PM | Last reply by pbf98 - Tuesday, April 30, 2013 6:31 PM -
0 Votes
Random NullReferenceExceptions at OpenWebInternal
I haven't been able to recreate the error.Answered | 10 Replies | 14901 Views | Created by Noll - Friday, July 25, 2008 1:18 PM | Last reply by Rama._ - Thursday, January 8, 2009 6:09 PM -
1 Votes
Why error (NullReferenceException)
Hello Stenl1, I do not understand why crashes and error how to remove it?Answered | 6 Replies | 4990 Views | Created by Stenl1 - Sunday, January 8, 2012 7:06 PM | Last reply by Dummy yoyo - Wednesday, January 11, 2012 3:04 AM -
0 Votes
can't call SQL function from DAAB (SqlHelper)
I am able to call the function just like a SQL query from inside Query Analyzer, but I get 'unrecognized object' errors on the function when trying the same from DAAB.Answered | 3 Replies | 8782 Views | Created by Mike Otten - Sunday, June 1, 2008 9:08 PM | Last reply by Michael Nady - Monday, September 7, 2009 1:00 PM -
0 Votes
DAAB NullReferenceException Error
User-37275327 posted In which line error thrown?Unanswered | 1 Replies | 50 Views | Created by Anonymous - Friday, February 10, 2012 9:02 AM | Last reply by Anonymous - Tuesday, February 14, 2012 1:03 AM -
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 (index.countAnswered | 1 Replies | 3019 Views | Created by muskoka17 - Wednesday, June 3, 2009 8:55 PM | Last reply by Parry2k - Wednesday, June 3, 2009 9:10 PM -
2 Votes
NullReferenceException
Convert.ToInt32(amazonResponse.Items[0].TotalPages); i++) { cboPage.Items.Add(i); } if (Page == ...Answered | 14 Replies | 3613 Views | Created by PCRider - Wednesday, October 7, 2009 8:56 PM | Last reply by Ron.Whittle - Thursday, October 8, 2009 11:50 PM -
2 Votes
NullReferenceException error when setting DisplayName
Stephen and Yann, Thanks for your reply and yes your code suggestions do stop the null error from raising.Answered | 7 Replies | 2840 Views | Created by Jim-D - Thursday, April 7, 2011 5:07 PM | Last reply by Yann Duran - Monday, April 11, 2011 11:27 PM -
0 Votes
DataSet Access is throwing NullReferenceException
This portion of my code is ...Answered | 2 Replies | 873 Views | Created by Alejandro Alarcon - Thursday, May 1, 2014 2:54 AM | Last reply by Magnus (MM8) - Thursday, May 1, 2014 2:36 PM -
1 Votes
a basic question on using DAAB (Microsoft Enterprise Library) ?
Hi, I suggest clearing the resources and throwing an excetion when you catch an excetion to tell the user that an error has arised.Answered | 3 Replies | 2959 Views | Created by Haansi - Monday, February 1, 2010 2:12 PM | Last reply by Harry Zhu - Monday, February 8, 2010 3:06 AM -
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 | 915 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 -
5 Votes
InvokeMethod NullReferenceException
just to be clear here is the final code and worked perfectly...I should just PM you Rude next time ;) Thank you as well Mario for advising me on the potential errors that were to come up as ...Answered | 12 Replies | 4595 Views | Created by goldbishop - Tuesday, March 9, 2010 7:50 PM | Last reply by goldbishop - Wednesday, March 10, 2010 4:59 PM -
0 Votes
Dispatcher causes NullReferenceException
However, if I close the application with the X button in the upper right corner, the Dispatcher causes an unhandled nullreferenceexception, but not always.Answered | 5 Replies | 8493 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
NullReferenceException was unhandled
From the code you supply, NullReferenceException may relate to configXml.Answered | 4 Replies | 2296 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?
What I'm encountering is that when there is no content in the control, it generates the following error: "NullReferenceException: Object not set to an instance ...Answered | 2 Replies | 2779 Views | Created by John_Wolf - Monday, December 5, 2011 7:24 PM | Last reply by John_Wolf - Friday, January 6, 2012 4:44 PM -
0 Votes
Shared Variable Trowing a NullReferenceException
private void menuItem1_Click(object sender, EventArgs e) { Check(); Form2 form2 = new Form2(); generatedCode = "[b]" + ...Answered | 1 Replies | 3384 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
What caused this NullReferenceException?
This line in my C# code worked OK in Visual Studio 2010 but throws a NullReferenceException in Studio 2012 - G.DrawLine(redPen, xPts[0], yPts[0], xPts[1], yPts[1]); ...Answered | 5 Replies | 834 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
What is a NullReferenceException, and how do I fix it?
From the error you should be able to track down the section of code that is causing the error.Answered | 3 Replies | 688 Views | Created by Ranjith Murthy - Friday, August 19, 2016 3:10 PM | Last reply by cheong00 - Monday, August 22, 2016 1:31 AM - Items 1 to 20 of 1216212 Next ›
No announcements