Posts by romalito • 45 points
3 posts
-
1
votes1
answer717
viewsQ: C# Entity Framework Invalid Object name 'sys.default_constraints'
In my C# MVC 5 project with Entity Framework together with an SQL Server, among a series of classes, I have a class called ctmdMandados.Cs: public class ctmdMandados { //cadastro dos mandados…
-
2
votes2
answers4575
viewsQ: error "Undefined object reference to an instance of an object." when displaying a null value in the view
Within C# MVC5, I am creating a user registration form with several fields. One of them is the Function (Bonus) field, which the user may or may not have. Follows the User class: public class…
-
1
votes1
answer855
viewsQ: C# Error Nullreferenceexception in Tolist() method
I am working on a C# MVC WEB project with Entityframework. I was able to configure it together with the database and also installed Ninject. The first controller I’m working on is Users. I want to…