Hi, I am trying to save data into the table "TransactionsTyp" but gives me the -Invalid object name 'dbo.TransactionsTyps'. I have tried renaming the class yet still same error.
Line 53:
{ Line 54: db.TransactionsTyps.Add(transactionsTyps);
Line 55: db.SaveChanges();
Line 56: return RedirectToAction("Index");
Line 57: }