简体   繁体   English

GraphDiff更新图返回f:\\ Work \\ GitHub \\ GraphDiff \\ GraphDiff \\ GraphDiff \\ DbContextExtensions.cs

[英]GraphDiff Update Graph returning f:\Work\GitHub\GraphDiff\GraphDiff\GraphDiff\DbContextExtensions.cs

Hi I don't have much experience in development.This is my first project as i am fresher.I am trying to update entity in Sql Databse using GraphDiff.But it is returning me "You need to find DbContextExtensions.cs to view the source for the current call stack frame" while debugging. 嗨,我没有太多的开发经验。这是我的第一个项目,因为我比较新鲜。我正在尝试使用GraphDiff更新Sql Databse中的实体。但是它返回了我“您需要找到DbContextExtensions.cs来查看源代码。为当前调用堆栈帧” Anyone please help me.Below is the code i am using for this. 任何人都请帮助我。以下是我为此使用的代码。

using (var context = DataContext)
{
context.UpdateGraph(memberEntity);
context.SaveChanges();
}

This is the message of what Visual Studio debugger try to show you where the bug was in the specified source code. 这是Visual Studio调试器尝试向您显示错误在指定源代码中的位置的消息。 What you should be aware of is the detail information regarding to the exception you encountered or the debugger captured but not the source code... 您应该知道的是有关遇到的异常或捕获的调试器的详细信息,而不是源代码...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM