- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在为我的学生项目创建一个在线咖啡店。
因为它是一个大文件,而且我不确定有人需要哪一部分,这里是 github link
我已经创建了注册表单和订单表。
当我尝试注册时,在第二页出现此错误
完整的消息错误是:说明:在执行当前 Web 请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其在代码中的来源的更多信息。
异常详细信息:System.Data.SqlClient.SqlException:在 INSERT 的 SET 子句或列列表中多次指定了列名称“phoneNumber”。在同一子句中不能为一列分配多个值。修改子句以确保列只更新一次。如果此语句更新列或将列插入 View ,列别名可以隐藏代码中的重复项。
来源错误:
第 164 行:
第 165 行:};第 166 行:var result = await UserManager.CreateAsync(user, model.Password);第 167 行:if (result.Succeeded)第 168 行:{
完整日志如下:
[SqlException (0x80131904): The column name 'phoneNumber' is specified more than once in the SET clause or column list of an INSERT. A column cannot be assigned more than one value in the same clause. Modify the clause to make sure that a column is updated only once. If this statement updates or inserts columns into a view, column aliasing can conceal the duplication in your code.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) +212<br/>
1 wrapCloseInAction) +81
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException
exception, Boolean breakConnection, Action
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +630
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4222
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption) +261
System.Data.SqlClient.SqlCommand.CompleteAsyncExecuteReader(Boolean isInternal, Boolean forDescribeParameterEncryption) +254
System.Data.SqlClient.SqlCommand.InternalEndExecuteNonQuery(IAsyncResult asyncResult, String endMethod, Boolean isInternal) +651
System.Data.SqlClient.SqlCommand.EndExecuteNonQueryInternal(IAsyncResult asyncResult) +245
System.Data.SqlClient.SqlCommand.EndExecuteNonQueryAsync(IAsyncResult asyncResult) +151
System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult
2 endFunction, Action
iar, Func1 endAction, Task
1 promise, Boolean requiresSynchronization) +86
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61 System.Data.Entity.Utilities.CultureAwaiter`1.GetResult() +38 System.Data.Entity.Core.Mapping.Update.Internal.d__0.MoveNext() +2736 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
System.Data.Entity.Core.Mapping.Update.Internal.d__0.MoveNext() +398[UpdateException: An error occurred while updating the entries. See the inner exception for details.]
System.Data.Entity.Core.Mapping.Update.Internal.d__0.MoveNext() +631 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
System.Data.Entity.Core.Objects.d__3d1.MoveNext()
1.MoveNext() +348 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
+743 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) +99<br/>
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) +61<br/>
System.Data.Entity.Core.Objects.<SaveChangesToStoreAsync>d__39.MoveNext()
+386 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) +99<br/>
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) +61<br/>
System.Data.Entity.SqlServer.<ExecuteAsyncImplementation>d__9
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
System.Data.Entity.Core.Objects.d__31.MoveNext() +802[DbUpdateException: An error occurred while updating the entries. See the inner exception for details.]
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
Microsoft.AspNet.Identity.EntityFramework.d__5a.MoveNext() +217 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61
Microsoft.AspNet.Identity.EntityFramework.d__16.MoveNext() +250 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61 Microsoft.AspNet.Identity.CultureAwaiter.GetResult() +35 Microsoft.AspNet.Identity.d__0.MoveNext() +1126
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61 Microsoft.AspNet.Identity.d__d.MoveNext() +550 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +99
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +61 System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
1.CallEndDelegate(IAsyncResult asyncResult) +10
+28 registrationLogin.Controllers.<Register>d__15.MoveNext() in C:\Users\Itzik
Private\Documents\GitHub\DatabaseMVC\registrationLogin\registrationLogin\Controllers\AccountController.cs:166
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) +99<br/>
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) +61<br/>
System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult
asyncResult) +97<br/>
System.Web.Mvc.Async.<>c__DisplayClass8_0.<BeginInvokeAsynchronousActionMethod>b__1(IAsyncResult
asyncResult) +17<br/>
System.Web.Mvc.Async.WrappedAsyncResult
System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49<br/>
1.CallEndDelegate(IAsyncResult asyncResult) +10
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult
asyncResult) +32<br/>
System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__11_0()
+50 System.Web.Mvc.Async.<>c__DisplayClass11_1.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
+228 System.Web.Mvc.Async.<>c__DisplayClass7_0.<BeginInvokeActionMethodWithFilters>b__1(IAsyncResult asyncResult) +10<br/>
System.Web.Mvc.Async.WrappedAsyncResult
System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49<br/>
1.CallEndDelegate(IAsyncResult asyncResult) +10
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult
asyncResult) +34<br/>
System.Web.Mvc.Async.<>c__DisplayClass3_6.<BeginInvokeAction>b__3()
+35 System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__5(IAsyncResult
asyncResult) +100<br/>
System.Web.Mvc.Async.WrappedAsyncResult
System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49<br/>
1.CallEndDelegate(IAsyncResult asyncResult) +29
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult
asyncResult) +27<br/>
System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult
asyncResult, ExecuteCoreState innerState) +11<br/>
System.Web.Mvc.Async.WrappedAsyncVoid
System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49<br/>
1.CallEndDelegate(IAsyncResult asyncResult) +22
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +45
System.Web.Mvc.<>c.<BeginExecute>b__151_2(IAsyncResult asyncResult,
Controller controller) +13<br/>
System.Web.Mvc.Async.WrappedAsyncVoid
System.Web.Mvc.Async.WrappedAsyncResultBase1.End() +49<br/>
1.CallEndDelegate(IAsyncResult asyncResult) +29
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +26<br/>
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult
asyncResult) +10<br/>
System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult
asyncResult, ProcessRequestState innerState) +28<br/>
System.Web.Mvc.Async.WrappedAsyncVoid
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +49
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28 System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
System.Web.CallHandlerExecutionStep.InvokeEndHandler(IAsyncResult ar) +152 System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +126
最佳答案
错误很明显,您尝试使用插入查询,但在命令中指定了两次 phone number
列:
在 SET 子句或 INSERT 的列列表中多次指定了列名称“phoneNumber”。
再次检查您的查询并消除双重冲突,它将解决您的问题。
关于c# - 在 SET 子句中多次指定列名 'phoneNumber',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49773359/
我正在使用的 sdk-twilio-java-sdk-7.0.0-rc-10-jar-with-dependency.jar 我正在开发 eclipse luna,ibm bluemix 是服务器。
我在我的代码中使用了这个正则表达式代码: pattern = re.compile('\d{3,4}(\/?)(\d{6,6})') m= pattern.match('0481/987421') i
我们如何使用 python-phonenumbers库来确定特定电话号码是手机号码还是固定电话号码? 最佳答案 使用 phonenumbers.phonenumberutil.number_type
我正在为我的学生项目创建一个在线咖啡店。 因为它是一个大文件,而且我不确定有人需要哪一部分,这里是 github link 我已经创建了注册表单和订单表。 当我尝试注册时,在第二页出现此错误 完整的消
我正在为我的学生项目创建一个在线咖啡店。 因为它是一个大文件,而且我不确定有人需要哪一部分,这里是 github link 我已经创建了注册表单和订单表。 当我尝试注册时,在第二页出现此错误 完整的消
我正在使用这个: jQuery.validator.addMethod("regex2", function(value, element, param) { return value.match
我正在尝试实现 google的电话号码验证,顺便说一句,它使用这段代码对一些号码进行格式化 $("#phone").unbind().keyup(function () { var val_o
当我使用电话提供商通过 firebase-auth 验证用户时,在验证成功后,当前用户的属性 phoneNumber 中填充了已验证的号码。 但是,在应用重新启动后,该属性保持为空。我仍然可以通过 p
“5187621769”似乎应该是电话号码库解析的一个非常容易的号码。它是带有美国区号的 10 位数字。但是……运气不好。 设置: import phonenumbers number = '5187
这是从我在 DDD Yahoo! 上发布的内容重新发布的。团体。 在所有条件相同的情况下,你是写 phone.dial(phoneNumber) 还是 phoneNumber.dialOn(phone
我使用phoneAuth进行应用身份验证,并将Firebase Uid存储在自定义后端中。有没有一种方法可以从 uid 中检索电话号码?我只找到了通过 uid 或通过电话号码获取用户的方法。 Task
我有一个 string resource : text + 800-800-800 + text 800-800-800 - 是电话号码 我用这个string在我的 Dialog : 问题是:如何使
据我所知,巴西国家代码是 +55 但是这段代码 mobilePhoneNumber = "+32495665962"; isoCode = "BR";
使用 DataType Attribute 有什么区别?并传入值 DataType.Phone和 Phone Attribute它继承自 DataType 并自动设置 DataType.Phone?
II 尝试更改 ABPerson/ABMultiValue(电话号码)的值。 要更新这些吗? ABAddressBook *ab = [ABAddressBook sharedAddressBook]
我有 registerButton 和 otpButton 用于成功注册到应用程序。在点击注册按钮时,我将 otp 发送到该注册的电话号码。在 otpButton 中进行 otp 验证后,该人成功注册
我用过django-phonenumber-field作为我的电话号码模型字段和序列化程序。它起作用了,一切都很好。现在,我正在尝试在这两个包的 Django Rest Framework 中实现 J
嗨,我想用 viber intent 从我的应用程序发送消息,我的代码 Intent share = new Intent(android.content.Intent.ACTION_SEND);
基于 Google People API 的文档我正在使用配置文件范围 - https://www.googleapis.com/auth/user.phonenumbers.read 和 Perso
我想让用户通过短信与我的 Django 应用程序交互。 Twilio 的定价(对于电话号码和我要处理的文本量)还可以,但为什么我要这样做而不是通过运营商的电子邮件网关? API 网关提供哪些@vtex
我是一名优秀的程序员,十分优秀!