Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Unable to serialize the session state.

Reply
Thread Tools

Unable to serialize the session state.

 
 
Ross Culver
Guest
Posts: n/a
 
      08-08-2007
Ok, how do I fix this c$#^? I get this whenever I attempt to run the ASPNet
Configuration from within my solution.

The stack [SerializationException: Type
'System.Web.Administration.WebAdminRemotingManager ' in Assembly
'App_Code.qenbbviu, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
is not marked as serializable.]


references the public key token as not being marked as serializable.

I can't find the system.web.administration.webadminremotingmanager. I can't
find a single publickeytoken that equals null. I found App_Code.qenbbviu in
the aspnet temp directory, but its compiled after the fact. I deleted the
App_Code directory which had nothing in it, but the dll was recreated
anyway.

I've search the web and can't find any solutions to this frigging stupid
error.

Any help on this would be tremendously appreciated.

Thanks,

Ross


 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?G=F6ran_Andersson?=
Guest
Posts: n/a
 
      08-08-2007
Ross Culver wrote:
> Ok, how do I fix this c$#^? I get this whenever I attempt to run the ASPNet
> Configuration from within my solution.
>
> The stack [SerializationException: Type
> 'System.Web.Administration.WebAdminRemotingManager ' in Assembly
> 'App_Code.qenbbviu, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
> is not marked as serializable.]
>
>
> references the public key token as not being marked as serializable.


No, it says that WebAdminRemotingManager is not serializable. The
PublicTokenKey is a property of the Assembly that the class belongs to.

> I can't find the system.web.administration.webadminremotingmanager. I can't
> find a single publickeytoken that equals null. I found App_Code.qenbbviu in
> the aspnet temp directory, but its compiled after the fact. I deleted the
> App_Code directory which had nothing in it, but the dll was recreated
> anyway.
>
> I've search the web and can't find any solutions to this frigging stupid
> error.
>
> Any help on this would be tremendously appreciated.
>
> Thanks,
>
> Ross
>
>



--
Göran Andersson
_____
http://www.guffa.com
 
Reply With Quote
 
 
 
 
Ross Culver
Guest
Posts: n/a
 
      08-08-2007
How does that song go . . . . "one step closer to nowhere".

Thanks.

"Göran Andersson" <> wrote in message
news:...
> Ross Culver wrote:
>> Ok, how do I fix this c$#^? I get this whenever I attempt to run the
>> ASPNet Configuration from within my solution.
>>
>> The stack [SerializationException: Type
>> 'System.Web.Administration.WebAdminRemotingManager ' in Assembly
>> 'App_Code.qenbbviu, Version=0.0.0.0, Culture=neutral,
>> PublicKeyToken=null' is not marked as serializable.]
>>
>>
>> references the public key token as not being marked as serializable.

>
> No, it says that WebAdminRemotingManager is not serializable. The
> PublicTokenKey is a property of the Assembly that the class belongs to.
>
>> I can't find the system.web.administration.webadminremotingmanager. I
>> can't find a single publickeytoken that equals null. I found
>> App_Code.qenbbviu in the aspnet temp directory, but its compiled after
>> the fact. I deleted the App_Code directory which had nothing in it, but
>> the dll was recreated anyway.
>>
>> I've search the web and can't find any solutions to this frigging stupid
>> error.
>>
>> Any help on this would be tremendously appreciated.
>>
>> Thanks,
>>
>> Ross

>
>
> --
> Göran Andersson
> _____
> http://www.guffa.com



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OutOfMemoryException...Unable to serialize the session..? =?Utf-8?B?RGF2ZQ==?= ASP .Net 2 01-30-2006 10:10 AM
Unable to serialize the session state js ASP .Net 1 01-25-2006 12:34 AM
Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when session state mode is 'StateServer' or 'SQLServer'. Mike Larkin ASP .Net 1 05-23-2005 12:33 PM
serialize to SQL Server Blob instead of XML serialize Gordz ASP .Net 3 06-07-2004 07:46 PM
Unable to serialize the session state. Bill L ASP .Net 1 02-17-2004 12:32 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57