c# - Stuck in MVC4 while following MVC3 tutorial for MVCmusicstore -
i following mvc 3 music store tutorial mvc in mvc4 , have gotten stuck . went until came in stage used sampledata.cs
mvcmusicstore-assets
, made changes in global.ascx.cs
instructed in tutorial. error appears in sampledata.cs
says:
"cannot implicitly convert type 'string' 'int' "and "operator '==' cannot applied operands of type 'int' , 'string'"
with lack of experience in mvc, not figure out made simple , blunder mistake or there taken care of while doing mvc3 projects tutorial in mvc4.
i forward reply.
Comments
Post a Comment