Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在每个包含托管元数据列类型的列表中都面临这个断言错误。
即使我创建一个新的自定义列表并添加一个元数据类型列,当我单击快速编辑时也会弹出此错误。
谁能给我一个线索,我可以从哪里开始修复这个错误?
问题已解决。
出现此问题是因为在该 Web 应用程序的 SharePoint web.config 文件中启用了调试模式。
我禁用了调试模式并重置了 IIS,错误消失了。:)