No announcements
Found 2917708 threads
-
0 Votes
SerializationException even when the class is marked as Serializable
You have marked the SmartThreadPool class as serializable. Are all of the types down the SmartThreadPool stack also marked ...Unanswered | 4 Replies | 5541 Views | Created by Jaime Stuardo - Friday, June 15, 2007 2:38 PM | Last reply by ericrtodd - Monday, July 16, 2007 6:53 PM -
0 Votes
WorkItem Class is not marked as serializable
and data for a specific work item in XML format. The WorkItem class is not serializable and I would like to know if a specific ...Answered | 1 Replies | 4523 Views | Created by mathieu.szablowski - Thursday, October 5, 2006 9:06 AM | Last reply by Valery Tolkov - Monday, October 9, 2006 5:52 PM -
0 Votes
....is not marked as serializable
=neutral, PublicKeyToken=null' is not marked as serializable. DotNetAnswered | 5 Replies | 18761 Views | Created by rasheedkallar - Sunday, April 27, 2008 9:06 AM | Last reply by James Curran - Monday, April 28, 2008 1:31 PM -
1 Votes
If a base class is marked as [Serializable] will the dervied class also be serializable?
/serializable-inheritanceDavid Downing... If this answers your question, please Mark as the Answer. If this post is helpful, please vote as ...Answered | 3 Replies | 7191 Views | Created by BillyM2010 - Tuesday, July 10, 2012 7:25 PM | Last reply by Kapul Bhatnagar - Tuesday, July 10, 2012 9:09 PM -
0 Votes
AsyncCompletedEventArgs not marked as Serializable
Hi, I would like to know why the AsyncCompletedEventArgs class is not marked as Serializable, its parent class, ...Answered | 1 Replies | 3843 Views | Created by Steven Hillaert - Thursday, April 19, 2007 1:02 PM | Last reply by Inbar Gazit - Tuesday, May 1, 2007 9:48 PM -
0 Votes
"not marked as serializable" error
I am getting an error stating that one of my types "is not marked as serializable". As the WF is exposed via WCF, I am using ...Answered | 2 Replies | 3543 Views | Created by Zaph0d - Wednesday, January 30, 2008 9:30 AM | Last reply by Dinesh Ravva - MSFT - Wednesday, January 30, 2008 5:25 PM -
0 Votes
System.Unit is not marked as serializable
Type 'System.Unit' in Assembly 'System.CoreEx, Version=1.0.2698.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is not marked as ...Answered | 2 Replies | 5332 Views | Created by James Miles - Monday, November 29, 2010 10:01 AM | Last reply by fixedpoint - Monday, January 10, 2011 10:34 PM -
1 Votes
Panel is not marked as serializable.
class is not marked as serializable, even I've created an inherit usercontrol from that with some overrides at the property and adding ...Answered | 2 Replies | 3175 Views | Created by Zenocoding - Thursday, August 8, 2013 2:07 PM | Last reply by Zenocoding - Saturday, August 10, 2013 3:05 AM -
0 Votes
Why is Microsoft.SharePoint.Client.ServerException not marked as Serializable
across an error from our serializer that said that ServerException was not marked as Serializable and so could not be serialized. I guess my question is ...Answered | 3 Replies | 8753 Views | Created by Pr34chC0d3 - Monday, January 31, 2011 2:11 PM | Last reply by Ryan T Mann - Monday, January 31, 2011 3:28 PM -
2 Votes
UserControl not marked as serializable
: 'Type'System.Windows.Forms.UserControl; in Assembly 'System.Windows.Forms,Version=2.0.0.0, Culture=neutral, PublicKeyToken=...' is not marked as ...Answered | 9 Replies | 9200 Views | Created by px2195 - Sunday, February 19, 2012 4:18 PM | Last reply by - Monday, March 16, 2015 4:30 AM -
0 Votes
RemoteObjectSourceException: Graphics is not marked as serializable
marked as serializable. This exception occurs from the following line of code in the DialogDebuggerVisualizer.Show() ...Answered | 2 Replies | 6897 Views | Created by Jeremy Jarrell - Thursday, February 1, 2007 3:51 AM | Last reply by Jeremy Jarrell - Thursday, February 1, 2007 3:43 PM -
0 Votes
'System.Configuration.KeyValueInternalCollection' is not marked as serializable.
=b03f5f7f11d50a3a' is not marked as serializable. Also inAnswered | 2 Replies | 6101 Views | Created by kevin3stone - Tuesday, November 20, 2007 11:48 PM | Last reply by Tom Lake - Wednesday, November 21, 2007 12:38 AM -
0 Votes
Type is not marked as serializable
'Microsoft.MobileDevices.Forms.TwoLineListBoxItem' in Assembly 'TwoLineListBox, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as ...Answered | 1 Replies | 4089 Views | Created by lmira - Monday, January 26, 2009 8:12 PM | Last reply by Guang-Ming Bian - MSFT - Thursday, January 29, 2009 8:54 AM -
1 Votes
System.IdentityModel.Tokens.SecurityToken is not marked as serializable
some assistance. Basically, it appears to be failing when it tries to write the session cookie, with an error that SecurityToken is NOT ...Answered | 1 Replies | 5067 Views | Created by ProVega - Tuesday, July 10, 2012 6:01 AM | Last reply by ProVega - Tuesday, July 10, 2012 4:26 PM -
0 Votes
'System.Net.Sockets.Socket' in Assembly is not marked as serializable in Remoting ???
Even though you have marked your class as [Serializable], everything contained in your class needs to be serializable as well. ...Answered | 2 Replies | 5921 Views | Created by C__Starter - Saturday, May 19, 2007 8:29 PM | Last reply by Figo Fei - Monday, May 21, 2007 6:06 AM -
0 Votes
DoWorkEventArgs is not marked as serializable
;DoWorkEventArgs is not marked serializable". handler.Execute is the function which gets executed on the remote machine. If I remove ...Answered | 8 Replies | 4566 Views | Created by foxabby1 - Wednesday, June 6, 2007 8:19 PM | Last reply by foxabby1 - Monday, June 11, 2007 4:39 PM -
0 Votes
'Microsoft.DirectX.Direct3DX is not marked as serializable.
developer community transition to these forums (hint, hint).Anyway, I'll take a crack at your question.You're right, the Microsoft.DirectX.Direct3D.Mesh class is not ...Answered | 3 Replies | 10100 Views | Created by Michael Hansen - Saturday, March 19, 2005 6:12 AM | Last reply by Karen Ng MSFT - Saturday, March 26, 2005 6:28 PM -
0 Votes
CancelEventArgs is not marked Serializable
application that I am working on when the app through a SerializationException. Why is the System.ComponentModel.CancelEventArgs ...Answered | 2 Replies | 3477 Views | Created by tcreevan - Monday, January 15, 2007 5:04 PM | Last reply by tcreevan - Monday, January 15, 2007 6:08 PM -
0 Votes
Huh? PropertyChangedEventManager is not marked as serializable
We're seeing the following error occurring for a WPF Dialog that implements the INotifyPropertyChanged interface: "PropertyChangedEventManager is not ...Answered | 3 Replies | 3214 Views | Created by Kofoed - Wednesday, August 22, 2012 4:34 PM | Last reply by Sheldon _Xiao - Thursday, September 6, 2012 9:27 AM -
0 Votes
Type 'Microsoft.SqlServer.Types.GeoData' is not marked as serializable.
not marked as serializable. when trying to add a field into the database. I'm using LINQ with SqlGeometry ...Answered | 5 Replies | 10372 Views | Created by Adrian Friend - Tuesday, October 19, 2010 4:14 PM | Last reply by tanoshimi - Friday, November 26, 2010 12:53 PM - Items 1 to 20 of 2917708 Next ›
No announcements