gpt4 book ai didi

c# - 无法序列化列表

转载 作者:太空狗 更新时间:2023-10-29 23:01:11 27 4
gpt4 key购买 nike

我正在将现有的 MVC3 应用程序从 InProc 移动到 ASP.Net session 状态服务。其中一个模型对象具有此属性:

public List<System.Web.Mvc.SelectListItem> StateCodes { get; set; }

它抛出这个错误

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 are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.

有没有办法得到List<SelectListItem>序列化?

最佳答案

尝试在 Razor 代码中创建选择列表项,而不是使用 SelectList。让模型拥有 SelectList 所基于的基础数据的属性。您也可以尝试将 SelectList 放在 ViewBagViewData 中,这也可以解决问题。

在 View 模型中存储 SelectList 被认为是不好的做法。

关于c# - 无法序列化列表<SelectListItem>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12145735/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com