Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upgrading to the latest MVC causes error
Message
 
 
À
23/02/2015 12:42:13
Information générale
Forum:
ASP.NET
Catégorie:
MVC
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01615733
Message ID:
01615741
Vues:
32
>>What do you have there?
>
>Maybe I'm barking up the wrong tree but isn't that your own code (in 'SysManager.Web.Areas.AccountingAudit.Controllers.PaymentTypesController)

Good point. I checked the code for this controller and it has
        [Route("")]
        public ActionResult Index()
        {
            return View(new PaymentTypeSearchViewModel());
        }
In similar controllers we just have return View();

I'll try to comment new here and see if it gets me farther.

UPDATE. No, this didn't help - same error.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform