Invalid object name 'dbo.TransactionsTyps'.

Sep 11 2018 4:12 PM
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: }
 

Answers (1)