VSTS 错误 SerializationException

发布于 2024-12-09 09:49:17 字数 382 浏览 0 评论 0原文

我尝试在团队基础服务器中调试我的代码,但收到一条错误消息,指出

SerializationException was unhandled by user code and its description is Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel,version=3.5.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35'. Please see the image for detail error.

抱歉,无法发布图像。

感谢您抽出时间。

I tried debugging my code in team foundation server and I was receiving an error stating that

SerializationException was unhandled by user code and its description is Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel,version=3.5.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35'. Please see the image for detail error.

Sorry, unable to post the image.

Thanks for your time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无远思近则忧 2024-12-16 09:49:17

我认为您缺少对 Microsoft.IdentityModel 的引用,因此它找不到对对象的一部分进行序列化/反序列化的代码。

I think you're missing a reference to Microsoft.IdentityModel, so it can't find code to do serialization/deserialization for part of an object.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文