This is a migrated thread and some comments may be shown as answers.

[Solved] I am happy with MVC reporting test solution but ....?

3 Answers 51 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ziaur Rahman
Top achievements
Rank 1
Ziaur Rahman asked on 22 Jan 2010, 09:01 AM
Its working on my main project. But It did not support session   <sessionState mode="SQLServer"  ..

Untill I remove it,  this  yielding ...

Unable to serialize the session state. In 'StateServer'and 'SQLServer' mode, ASP.NET will serialize the session state objects,and as a result non-serializable objects or MarshalByRef objects arenot permitted. The same restriction applies if similar serialization isdone by the custom session state store in 'Custom' mode.


Please take care of it. Otherwise my boss would be irritated.

3 Answers, 1 is accepted

Sort by
0
Ziaur Rahman
Top achievements
Rank 1
answered on 22 Jan 2010, 11:58 AM
Hi
Anyone !!  Can you make words to my problem.
Thanks in advance

Ziaur Rahman
0
Ziaur Rahman
Top achievements
Rank 1
answered on 26 May 2010, 12:26 PM
Its me again
! Is there any solution out there. Its urgent since Its needed to be resolved otherwise I would be caught.

Help me! Pls.

0
Steve
Telerik team
answered on 26 May 2010, 05:06 PM
Hi Ziaur Rahman,

I've just tested the sample application from the Using Telerik Web ReportViewer in ASP.NET MVC application
code library project with sessionState mode, SQLServer and did not receive any errors. This exception might occur if you try to use objects which do not implement ISerializable as report Datasource. You have two options:
  • Upgrade to our Q1 SP1 2010 release, where we have introduced new Data Source Components to bind your data to the report.
  • Use the NeedDataSource event of the report and assign the datasource to the processing report instance, thus avoiding any need for serialization/deserialization.

Greetings,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Ziaur Rahman
Top achievements
Rank 1
Answers by
Ziaur Rahman
Top achievements
Rank 1
Steve
Telerik team
Share this question
or