Perguntas com a marcação «invalidoperationexception»

7
Objecto nulo deve ter um valor
Existe um paradoxo na descrição da exceção: o objeto nulo deve ter um valor (?!) Este é o problema: Eu tenho uma DateTimeExtendedaula que tem { DateTime? MyDataTime; int? otherdata; } e um construtor DateTimeExtended(DateTimeExtended myNewDT) { this.MyDateTime = myNewDT.MyDateTime.Value; this.otherdata = myNewDT.otherdata; } executando este código DateTimeExtended res = …

26
ASP.NET MVC: nenhum construtor sem parâmetros definido para este objeto
Server Error in '/' Application. -------------------------------------------------------------------------------- No parameterless constructor defined for this object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.MissingMethodException: No parameterless constructor …
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.