No announcements
Found 181365 threads
-
0 Votes
DataSet Access is throwing NullReferenceException
This portion of my code is ...Answered | 2 Replies | 938 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
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 | 969 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
PrincipalContext is always throwing a NullReferenceException.
Should it be why it throws the NullRefEx ?Answered | 8 Replies | 10288 Views | Created by Jeff Gratton - Sunday, April 1, 2012 10:25 PM | Last reply by Lie You - Tuesday, April 17, 2012 3:00 AM -
0 Votes
container.CreateIfNotExists() throws NullReferenceException
CloudBlobContainer container = serviceClient.getContainerReference("myimages"); container.createIfNotExists(); It threw ...Answered | 1 Replies | 1388 Views | Created by Peter Adjiwibawa - Friday, May 23, 2014 11:02 PM | Last reply by Will Shao - Monday, May 26, 2014 3:03 AM -
0 Votes
How can I throw this NullReferenceException
If I understand you correctly you want the loop to continue when a NullReferenceException occurs?!Answered | 6 Replies | 1152 Views | Created by WKCALVIN - Saturday, October 1, 2016 8:29 AM | Last reply by polymorphic - Sunday, October 2, 2016 1:23 PM -
3 Votes
NullReferenceException
As Yann already explained, within your query you are accessing f.Vendor.VendorID, so if f.Vendor is null, it will throw an exception.Answered | 10 Replies | 1408 Views | Created by Hessc - Saturday, February 9, 2013 4:35 PM | Last reply by Hessc - Tuesday, February 12, 2013 12:11 AM -
0 Votes
WPF ComboBox SelectedItem throwing NullReferenceException
Here is Data Class public class Person : IDataErrorInfo,INotifyPropertyChanged { public Person() { ...Answered | 10 Replies | 8207 Views | Created by YogendraSingh84 - Wednesday, January 18, 2012 3:33 AM | Last reply by Rajpura Mayank - Friday, January 20, 2012 4:41 AM -
0 Votes
SDK Package: Babel's ParseSource throws a NullReferenceException
Source source = (Source) this.GetSource(req.FileName); fails to find a ...Answered | 5 Replies | 3230 Views | Created by BlackHC - Thursday, March 19, 2009 11:32 PM | Last reply by Norlesh - Saturday, March 21, 2009 1:11 PM -
0 Votes
Random NullReferenceExceptions at OpenWebInternal
I too am getting this NullReferenceException seemingly at random in my workflows, like this one: at Microsoft.SharePoint.Library.SPRequest.OpenWebInternal(String ...Answered | 10 Replies | 14962 Views | Created by Noll - Friday, July 25, 2008 1:18 PM | Last reply by Rama._ - Thursday, January 8, 2009 6:09 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], ...Answered | 5 Replies | 888 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
CloudTableClient.CreateIfNotExists throws StorageException
I'm following the quickstart guide "Get Started with Azure Table storage using .Net" with the following code: ...Answered | 6 Replies | 1696 Views | Created by Mike Perrin - Thursday, March 30, 2017 12:09 PM | Last reply by Mike Perrin - Thursday, April 6, 2017 7:40 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 | 2005 Views | Created by pbf98 - Monday, April 29, 2013 1:33 PM | Last reply by pbf98 - Tuesday, April 30, 2013 6:31 PM -
0 Votes
WPF Map Control Throws NullReferenceException
This is a weird problem. The exception only happens if I have a break point in my project that is hit before the project is fully loaded (before the window appears on the screen). Not ...Answered | 1 Replies | 977 Views | Created by Jason_Boyd - Saturday, May 2, 2015 8:08 PM | Last reply by Ricky_Brundritt - Saturday, May 2, 2015 8:37 PM -
1 Votes
NullReferenceException error
So when you click on button and when you try to get 'dice.Length" as object "dice" is not initialized then it will throw a null exception.Answered | 6 Replies | 738 Views | Created by StWalker - Monday, December 15, 2014 2:19 AM | Last reply by Sammani Palansuriya - Wednesday, December 17, 2014 6:05 AM -
4 Votes
UserIdleDetectionMode NullReferenceException
Or is something else deeper in the call throwing the null reference?Answered | 15 Replies | 6651 Views | Created by LCPC Studios - Saturday, September 24, 2011 6:48 PM | Last reply by KHK Software - Thursday, March 15, 2012 6:12 PM -
0 Votes
What is a NullReferenceException, and how do I fix it?
This throws NullReferenceException!Answered | 3 Replies | 742 Views | Created by Ranjith Murthy - Friday, August 19, 2016 3:10 PM | Last reply by cheong00 - Monday, August 22, 2016 1:31 AM -
0 Votes
[VS 2010] NullReferenceException during rewrite
However, I found a repro (even a really short one :-D ): public sealed class Bar : IBar { public void Baz() { ...Answered | 7 Replies | 4672 Views | Created by winSharp93 - Friday, April 30, 2010 1:44 PM | Last reply by Manuel Fahndrich - Saturday, June 5, 2010 12:36 AM -
2 Votes
NullReferenceException
And null - 1 is a NullReferenceException.Answered | 14 Replies | 3664 Views | Created by PCRider - Wednesday, October 7, 2009 8:56 PM | Last reply by Ron.Whittle - Thursday, October 8, 2009 11:50 PM -
5 Votes
InvokeMethod NullReferenceException
" + [class]) Return Nothing End Try End Function Public Shared Function InvokeMethod(Of T)(ByVal typeName As ComponentModel.Component, ByVal ...Answered | 12 Replies | 4649 Views | Created by goldbishop - Tuesday, March 9, 2010 7:50 PM | Last reply by goldbishop - Wednesday, March 10, 2010 4:59 PM -
0 Votes
NullReferenceException in Visual Basic
I am getting a NullReferenceException was unhandled error when i run my debugging in this part of my code: Dim x As Integer = Val(index.Chars(0)) what can i do so ...Answered | 1 Replies | 3069 Views | Created by muskoka17 - Wednesday, June 3, 2009 8:55 PM | Last reply by Parry2k - Wednesday, June 3, 2009 9:10 PM - Items 1 to 20 of 181365 Next ›
No announcements