No announcements
Found 3881691 threads
-
2 Votes
Object Exists but get a null reference trying to interact with it.
By the way, when you create a new test project, is CopyLocal for these assemblies always True?Answered | 9 Replies | 11327 Views | Created by Graham Abell - Friday, June 25, 2010 1:03 PM | Last reply by Graham Abell - Monday, June 28, 2010 2:14 PM -
0 Votes
Getting exception object reference null
What are you trying to accomplish with this code?Answered | 3 Replies | 756 Views | Created by BizTalkDeveloper2016 - Tuesday, January 17, 2017 7:29 AM | Last reply by Johns-305 - Tuesday, January 17, 2017 4:53 PM -
1 Votes
NULL Reference exception when capturing user login id SharePOint 2013
However, when log in with a user account, the code works fine.Answered | 2 Replies | 1190 Views | Created by Sandeep.Handa - Friday, January 8, 2016 10:59 AM | Last reply by Jerry Zy - Monday, January 18, 2016 9:45 AM -
0 Votes
A single User gets a null reference exception when trying to save objects to the database.
But authorized users also have a table in the database of the application where their login , Full Name, and access lvl is saved.Answered | 4 Replies | 232 Views | Created by Anonymous - Wednesday, May 10, 2017 4:48 PM | Last reply by Anonymous - Thursday, May 11, 2017 12:28 PM -
6 Votes
Null Reference Exception error
Object reference not set to an instance of an object.Answered | 14 Replies | 2932 Views | Created by rowter - Monday, August 17, 2009 4:29 PM | Last reply by Geert van Horrik - Tuesday, August 18, 2009 5:31 AM -
0 Votes
System.Data.SqlServerCeException.ToString Throwing a null reference exception.
Initially, I was loading some data adapters on the first form using a distributed SQL CE file but the user was getting the "<Application> has stopped working" ...Answered | 2 Replies | 5486 Views | Created by Thomas_Bell - Tuesday, October 9, 2012 4:45 PM | Last reply by JustAnotherVBDev - Monday, September 15, 2014 3:43 PM -
0 Votes
database in single user mode
You can not change the mode when you are still connected to your user database.Answered | 7 Replies | 1396 Views | Created by Biltz1 - Thursday, October 22, 2015 7:36 AM | Last reply by Erland Sommarskog - Thursday, October 22, 2015 12:20 PM -
1 Votes
Objects in this database reference other databases.
id=53595 You can have the assessment saved as a JSON or CSV file.Answered | 1 Replies | 984 Views | Created by SG_87 - Friday, July 13, 2018 8:28 AM | Last reply by Alberto Morillo - Friday, July 13, 2018 4:02 PM -
9 Votes
How to fix this error Null Reference Exception was unhandled?
I do hope that this program will never ever have any other user than you!Answered | 17 Replies | 15319 Views | Created by SoftwareEngineerSince2014 - Thursday, February 27, 2014 1:08 PM | Last reply by Todddddd Toddson junior, Son of Todd senior - Monday, April 29, 2019 5:45 PM -
2 Votes
Get number of object references
o = null;// Here, we don't have a reference to the object.Answered | 7 Replies | 4444 Views | Created by Chr. Weinert - Wednesday, October 7, 2009 1:28 PM | Last reply by nobugz - Wednesday, October 7, 2009 4:28 PM -
1 Votes
The database is in single-user mode
A trick I got from https://blogs.msdn.microsoft.com/dfurman/2012/01/20/getting-out-of-single-user-mode/Answered | 12 Replies | 13980 Views | Created by Gonzalezh - Wednesday, June 14, 2017 10:46 AM | Last reply by AV111 - Thursday, June 15, 2017 2:46 AM -
0 Votes
Strange Null reference Exception
Are you sure that if the first condition is not true then when coming to else condition you "response" variable getting loaded with value?Answered | 3 Replies | 452 Views | Created by MessySachu - Thursday, June 23, 2016 9:17 AM | Last reply by Sabah Shariq - Thursday, June 23, 2016 9:53 AM -
2 Votes
Restricting the User to View other databases in the object explorer when he logs in
The connection would have to try to open all 300 to see if the user had access.Answered | 6 Replies | 2999 Views | Created by Momen Azmath - Tuesday, May 7, 2013 1:54 PM | Last reply by Erland Sommarskog - Tuesday, May 7, 2013 9:51 PM -
1 Votes
User setting of type Object[] not saving
The problem arises when you attempt to DE-serialize the object.Answered | 10 Replies | 2806 Views | Created by MetaMeta - Tuesday, May 12, 2009 7:10 PM | Last reply by MetaMeta - Tuesday, May 12, 2009 8:56 PM -
11 Votes
How to get database out of single user
I will try the DAC method.Answered | 10 Replies | 174939 Views | Created by sqldev5 - Tuesday, May 1, 2012 4:19 PM | Last reply by David Reabow - Saturday, February 8, 2020 9:45 AM -
1 Votes
taskID = Guid.NewGuid(); Null Reference Exception?
The solution to this problem, in case any others are interested, is that taskProperties, afterProperties and beforeProperties were not created/initialized properly by Visual Studio's ...Answered | 8 Replies | 14770 Views | Created by mpapier - Wednesday, September 26, 2007 8:51 PM | Last reply by Craig Regester - Wednesday, October 17, 2007 2:34 PM -
0 Votes
Null reference when trying to get the SVsSettingsReader service
You may also submit it to the following site in the formal way: http://connect.microsoft.com/VisualStudio/ After you submit it, we will appreciate it if you ...Answered | 1 Replies | 3295 Views | Created by Constantin Boscenco - Wednesday, September 3, 2008 9:30 PM | Last reply by Feng Chen - Thursday, September 4, 2008 2:33 AM -
0 Votes
Null Reference Exception with System.Reflection.Assembly
Gets the process executable in the default application domain.Answered | 1 Replies | 4996 Views | Created by jattscorpion - Friday, February 25, 2011 11:44 AM | Last reply by Rudedog2 - Friday, February 25, 2011 6:49 PM -
0 Votes
Null reference exception was unhandled????
I cannot see that you instantiate the game object: public Game game = new Game(form, width, height); If you don't do that game will be null.Answered | 2 Replies | 1783 Views | Created by TylerMichaels - Tuesday, April 23, 2013 7:29 PM | Last reply by Amanda Zhu - Thursday, April 25, 2013 7:15 AM -
1 Votes
null reference exception
The reason could be that there was no active form of Form1, so ActiveForm returned null.Answered | 2 Replies | 2912 Views | Created by new2ceecee - Monday, January 4, 2010 10:24 PM | Last reply by Figo Fei - Thursday, January 7, 2010 3:02 AM - Items 1 to 20 of 3881691 Next ›
No announcements