No announcements
Found 3689005 threads
-
0 Votes
Exception Found: Cannot access a disposed object.
When i went in deep, I found that the underlying NetworkStreamObject was getting disposed because of no activities for long time.Answered | 5 Replies | 10087 Views | Created by PassionOrienter - Thursday, December 31, 2009 7:18 AM | Last reply by Ravi Patel1 - Wednesday, October 3, 2012 7:12 AM -
0 Votes
Cannot access a disposed object.
Answered | 15 Replies | 4085 Views | Created by vdha - Wednesday, April 1, 2015 11:46 AM | Last reply by Johns-305 - Friday, April 3, 2015 1:13 PM -
1 Votes
Cannot access a disposed object.
http://social.msdn.microsoft.com/forums/en-US/adodotnetdataproviders/thread/7172223f-acbe-4472-8cdf-feec80fd2e64/ http://www.codeproject.com/Messages/3102829/Answered | 3 Replies | 9038 Views | Created by skuanet - Thursday, April 21, 2011 1:13 PM | Last reply by Mike Dos Zhang - Tuesday, April 26, 2011 6:18 AM -
1 Votes
Cannot access a disposed object.
You shouldnt be disposing the message in this same method in which you send the message.Answered | 3 Replies | 6667 Views | Created by Jassim Rahma - Thursday, November 13, 2014 7:34 AM | Last reply by Khanna Gaurav - Thursday, November 13, 2014 11:28 AM -
0 Votes
Cannot access a disposed object.
This causes it t close the underlying data stream and when BizTalk tried to access the contents for the purpose of publishing into the MessageBox, it failed with the error you see.Answered | 7 Replies | 2658 Views | Created by Ismailmgl - Monday, October 20, 2014 3:03 AM | Last reply by CharlesY - Monday, July 6, 2015 12:14 PM -
1 Votes
Cannot access a disposed object.
IsDisposed is a boolean property which shows whether a control is still accessible or not.Answered | 7 Replies | 2694 Views | Created by kavitha Reddy Neeru - Monday, January 23, 2012 6:39 AM | Last reply by Helen Zhou - Thursday, January 26, 2012 7:10 AM -
0 Votes
httpclient postAsync -> Cannot access a disposed object.
There are other issues besides not using HttpClient as intended.Unanswered | 4 Replies | 8302 Views | Created by Anonymous - Tuesday, June 9, 2020 10:06 AM | Last reply by Anonymous - Tuesday, June 9, 2020 10:30 AM -
1 Votes
cannot access a disposed object
This would make sense, since everything is disposed first.Answered | 7 Replies | 5440 Views | Created by vspin - Tuesday, January 13, 2009 6:56 PM | Last reply by vspin - Tuesday, January 13, 2009 9:11 PM -
0 Votes
httpClient postAsync -> Cannot access a disposed object.
Cannot access a disposed object.Unanswered | 1 Replies | 1703 Views | Created by Anonymous - Tuesday, June 9, 2020 8:56 AM | Last reply by Anonymous - Wednesday, June 10, 2020 2:16 PM -
0 Votes
C# WinForms: Cannot access a dispose object
public class a : third-party-component, IDataGridViewEditingControl { } At some point of the application, it crashes saying cannot access a ...Answered | 1 Replies | 7443 Views | Created by rrodri - Friday, November 16, 2012 1:04 AM | Last reply by Sambath Raj.C - Monday, November 19, 2012 6:56 AM -
0 Votes
Cannot access a disposed object.
the message error is: Cannot access a disposed object.Answered | 2 Replies | 2296 Views | Created by Hichamveoo - Monday, January 6, 2020 10:26 PM | Last reply by Hichamveoo - Wednesday, January 29, 2020 4:59 PM -
0 Votes
Cannot Access a Disposed Object Error
That error only occurs when the Form is closed(disposed).Answered | 4 Replies | 4069 Views | Created by h_abhijith - Wednesday, July 28, 2010 9:02 PM | Last reply by h_abhijith - Tuesday, August 3, 2010 2:21 PM -
0 Votes
SSIS OData Source: Cannot access a disposed object.
They had a software upgrade a few weeks ago, which interfered with the access permission levels while all along they have been refusing responsibility.Answered | 5 Replies | 4509 Views | Created by Mpumelelo S - Monday, October 21, 2019 12:36 PM | Last reply by Mona Lv - Friday, October 25, 2019 2:01 AM -
0 Votes
Mobile reports - "Cannot access a disposed object" exception
Hi Gregory, Yes, the exception "System.ObjectDisposedException: Cannot access a disposed object.Answered | 8 Replies | 2419 Views | Created by Gregory Block, PhD - Tuesday, January 3, 2017 3:45 PM | Last reply by Anuradha Soni - Monday, June 18, 2018 1:33 PM -
0 Votes
HttpClient PostAsync not responding when use in GenericHandler
Hi, I have a problem about using HttpClient PostAsync.Answered | 3 Replies | 1458 Views | Created by C.Patirop - Tuesday, July 3, 2018 9:27 AM | Last reply by Dave Patrick - Tuesday, July 3, 2018 1:40 PM -
0 Votes
"Cannot access a disposed object.
User362915 postedHello everyone, I'm trying to consume webservices from my Android App using Xamarin.Forms, from my local server (IIS Express), but when I clik on the button I ...Unanswered | 1 Replies | 353 Views | Created by Anonymous - Tuesday, January 16, 2018 11:17 AM | Last reply by Anonymous - Tuesday, January 16, 2018 11:35 AM -
0 Votes
Cannot access a disposed object -- VB.NET 2010 Express
That method calls exitButton_Click() which closes (and Disposes) the form with a Me.Close().Answered | 11 Replies | 4657 Views | Created by ahwm - Monday, October 18, 2010 4:50 PM | Last reply by Dave299 - Monday, October 18, 2010 6:41 PM -
0 Votes
Disposing of Objects
Objects retrieved from SPContext do not need to be disposed.Answered | 1 Replies | 1145 Views | Created by Pavan Kumar Paruchuru - Wednesday, December 4, 2013 4:40 PM | Last reply by thriggle - Wednesday, December 4, 2013 5:19 PM -
2 Votes
Disposing Objects
The 'using' block should automatically dispose for you.Answered | 3 Replies | 6110 Views | Created by Mina Samy - Tuesday, March 2, 2010 3:17 PM | Last reply by Mina Samy - Tuesday, March 2, 2010 3:39 PM -
4 Votes
Objects: Dispose or Reuse?
If you use Show to display the form then normally you cannot reuse it, when the user closes such a form WinForms automatically disposes it and it's not possible ...Answered | 7 Replies | 6777 Views | Created by Arvin Granados - Friday, January 25, 2013 8:21 AM | Last reply by Chris Dunaway - Friday, January 25, 2013 5:16 PM - Items 1 to 20 of 3689005 Next ›
No announcements