No announcements
Found 1216172 threads
-
2 Votes
NullReferenceException at Microsoft.TeamFoundation.Build.Common.AzureCloudAppProfile.Parse(String fileText)
I get exact same error when publishing using VSO.Answered | 2 Replies | 2057 Views | Created by TFS continuous Deployment - Tuesday, March 18, 2014 11:49 AM | Last reply by lakshyaleader - Sunday, June 7, 2015 10:56 PM -
5 Votes
NullReferenceException at Microsoft.Synchronization.Services.SqlProvider.SqlSyncProviderService.CreateNewScopeForClient()
Lucky for me the seccond and third errors were easy to find as they throw a meaningfull exception.Answered | 12 Replies | 12275 Views | Created by M.Bi - Friday, July 23, 2010 7:24 AM | Last reply by Indice - Monday, February 28, 2011 7:03 PM -
0 Votes
Cannot migrate -- reference problems, NullReferenceException
If you have a dependent object (like a constraint) referencing its parent object in a different project you will see an error like the one that you are describing.Answered | 6 Replies | 3658 Views | Created by dustbort - Sunday, February 15, 2009 8:55 PM | Last reply by Gert Drapers (MSFT) - Saturday, April 4, 2009 5:33 AM -
0 Votes
NullReferenceException in System.Data.SqlClient.SqlTransaction.Zombie()
With some additional try-catch-blocks i found out, that the exception on dispose is not the first one - inside the transaction using block an other error occours.Answered | 8 Replies | 7480 Views | Created by as79 - Wednesday, January 5, 2011 12:32 PM | Last reply by as79 - Monday, March 14, 2011 3:40 PM -
0 Votes
PrincipalContext is always throwing a NullReferenceException.
As I'm not yet 100% at ease with .NET/C# I guess there'll be lots of trial/error, but hey, that's how you learn, isn't it ?Answered | 8 Replies | 10266 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
Strange Occurance - NullReferenceException when value is entered
I guess I find the error a bit strange.Answered | 4 Replies | 850 Views | Created by mallorz - Thursday, March 7, 2013 2:24 AM | Last reply by mallorz - Thursday, March 7, 2013 1:57 PM -
4 Votes
UserIdleDetectionMode NullReferenceException
I'm trying to disable IdleDetecttionMode but am getting a NullReferenceException when I try to do so.Answered | 15 Replies | 6641 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
NullReferenceException in WP7 Async
I spoke too soon ... the error is still there even after I added the missing "PhoneWorkaround".Answered | 7 Replies | 6546 Views | Created by burrowsUW - Thursday, April 28, 2011 5:39 PM | Last reply by burrowsUW - Friday, April 29, 2011 2:29 PM -
1 Votes
NullReferenceException error in RunTime
private void button5_Click(object sender, EventArgs e) { string s = textBox1.Text; string sa = DateTime.Now.ToString(); string c1 = ...Answered | 3 Replies | 411 Views | Created by Abdul Sukkoor - Tuesday, August 12, 2014 6:59 PM | Last reply by Mr. Zator - Wednesday, August 13, 2014 8:55 AM -
0 Votes
NullReferenceException in Resize event in inherited form
In the overridden implmentation I get a NullReferenceException.Answered | 5 Replies | 3562 Views | Created by seboslaw - Monday, June 8, 2009 5:34 PM | Last reply by warrentang - Friday, June 12, 2009 9:49 AM -
0 Votes
[VS 2010] NullReferenceException during rewrite
I'll figure out either how to make it work or issue an error if the contract class does not derive from object.Answered | 7 Replies | 4666 Views | Created by winSharp93 - Friday, April 30, 2010 1:44 PM | Last reply by Manuel Fahndrich - Saturday, June 5, 2010 12:36 AM -
0 Votes
NullReferenceException while using WSE 2.0
NullReferenceException simply means there's a bug in your code.Answered | 1 Replies | 4265 Views | Created by MSarao - Wednesday, August 19, 2009 8:26 PM | Last reply by John Saunders - Thursday, August 20, 2009 1:26 AM -
4 Votes
NullReferenceException in SPContext.Current.Site
Hi, "I have functions in my code that return string value and sometimes I get NullReferenceException on code lines as return ...Answered | 8 Replies | 10172 Views | Created by watchingstars - Wednesday, February 2, 2011 12:31 PM | Last reply by mikeliu88 - Monday, May 7, 2012 5:25 PM -
0 Votes
NullReferenceException when assigning a value to a class member
Hi, NewItem[] newItems = new NewItem[1]; <strong> newItems[0] = new NewItem(); </strong> newItems[0].Name = ...Answered | 3 Replies | 1928 Views | Created by Wood-MSDN - Thursday, July 14, 2011 5:35 PM | Last reply by vivekkul - Friday, July 15, 2011 4:22 AM -
0 Votes
NullReferenceException at ....ViewToolBar.get_DefaultTemplateName() xsltlistviewwebpart
After inserting more than two web parts, I would start getting the NullReferenceException from ViewToolBar.get_DefaultTemplateName during the CreateChildControls() call chain for my ...Answered | 6 Replies | 7339 Views | Created by Sjokke - Monday, December 12, 2011 8:23 AM | Last reply by Rich Mills - Thursday, January 19, 2012 2:52 PM -
0 Votes
i'm having this error nullreferenceexception was unhandled..
Then your code would be more readable, you wouldn't need quite so many comments, and you would probably be able to spot errors more easily.Answered | 3 Replies | 443 Views | Created by Prabhanshu Pincha - Thursday, March 3, 2016 5:07 PM | Last reply by lidaoo - Monday, March 7, 2016 7:26 AM -
0 Votes
NullReferenceException
Hi i am doing this string Usernumber1=null; initializeData();//here i am initializing datalike this public void ...Answered | 3 Replies | 3327 Views | Created by Deep Prash - Tuesday, August 18, 2009 6:25 AM | Last reply by WmDev - Tuesday, August 18, 2009 7:21 AM -
0 Votes
clickonce program close NullReferenceException
It seems that there's one instance has disposed, the reference point to null, while the application trying to close, then the NullReferenceException thrown out.Answered | 19 Replies | 6814 Views | Created by satuday - Friday, October 7, 2011 7:04 PM | Last reply by Mike Dos Zhang - Thursday, November 3, 2011 2:16 PM -
0 Votes
NullReferenceException on attaching a collection to TFS 2015
If I attach the collection to this TFS, I don't get an error, unfortunately the attaching process never completes either!Answered | 10 Replies | 840 Views | Created by Andrea Berweger - Wednesday, September 9, 2015 6:59 AM | Last reply by May Wang - MSFT - Tuesday, September 22, 2015 9:43 AM -
0 Votes
How can I throw this NullReferenceException
Either locate the source of null (ie, try/catch blocks) wherever you need to locate error or swallow it if that is acceptable.Answered | 6 Replies | 1144 Views | Created by WKCALVIN - Saturday, October 1, 2016 8:29 AM | Last reply by polymorphic - Sunday, October 2, 2016 1:23 PM
No announcements