![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
Probelm in implementing Sessionmode=Stateserver
Hi,
i am to use Stateserver mode for sessions, for me it works fine in a new project, and throws error while using on old project, i am using vs20003(DOTNET1.1) The Error is: "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'. " Thanks in advance Venkatramasamy SN |
|
|
|
|
|
#2 |
|
Professional Programmer
|
Re: Probelm in implementing Sessionmode=Stateserver
You put a non serializable object in Session. On the class you want to place in Session put the attribute [Serializable]
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
|
|
#3 |
|
Newbie
|
Re: Probelm in implementing Sessionmode=Stateserver
Hi,
Than You for your reply, explain it clearly with example, i'll tried in several ways with reference to many frums and MSDN, So kindly reply with specific and example with explaination. -Thanks Venkatramasamy |
|
|
|
|
|
#4 |
|
Professional Programmer
|
Re: Probelm in implementing Sessionmode=Stateserver
Why don't we do it the other way - you show us the code and we'll adjust it if we can
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Implementing a dynamic class | fhslacrosse13 | C++ | 6 | Nov 1st, 2006 3:56 PM |
| Probelm Containing to Sybase Database frrom J2EE Web Application | hemanth.balaji | Java | 0 | Jan 16th, 2006 3:38 AM |
| Probelm with program execution in TOMCAT | hemanth.balaji | Java | 2 | Dec 3rd, 2005 8:36 AM |
| Bitmap Display Probelm | hemanth.balaji | C++ | 3 | Jun 9th, 2005 7:04 AM |