“Specified cast is not valid” error when saving LINQ-To-SQL entity

前端 未结 2 1854
独厮守ぢ
独厮守ぢ 2021-01-13 07:34

App Details: C#, ASP.NET MVC, SQL Server 2008 ( Same version & SP level), Linq-To-SQL ORM

I\'m trying to diagnose an exception I\'m receiving:

2条回答
  •  鱼传尺愫
    2021-01-13 07:48

    This is a well-known bug in LINQ to SQL.

    https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=351358

    There is a hotfix for the issue.

    http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=963657&kbln=en-us

提交回复
热议问题