VSTS 错误 SerializationException
我尝试在团队基础服务器中调试我的代码,但收到一条错误消息,指出
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您缺少对 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.