|
|
|
start date: Tue, 7 Aug 2007 23:12:00 -0500,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Ross Culver
|
|
2
Göran Andersson
|
|
3
Ross Culver
|
Unable to serialize the session state.
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
Date:Tue, 7 Aug 2007 23:12:00 -0500
Author:
|
Re: Unable to serialize the session state.
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
>
>
--
Gran Andersson
_____
http://www.guffa.com
Date:Wed, 08 Aug 2007 13:13:37 +0200
Author:
|
Re: Unable to serialize the session state.
How does that song go . . . . "one step closer to nowhere".
Thanks.
"Gran Andersson" wrote in message
news:OdPVy0a2HHA.1124@TK2MSFTNGP06.phx.gbl...
> 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
>
>
> --
> Gran Andersson
> _____
> http://www.guffa.com
Date:Wed, 8 Aug 2007 09:00:22 -0500
Author:
|
|
|