I'd love to have some assist here
Currently i'm doing homework, only 2 day left before i submit my homework. I currently stucked with this one, and i'm not sure where the issues is. I'll be really appreciate if there's any assist.
4 Replies
You have two imports that reference two different objects that both share the exact same name specified
So the code does not know which object you want, what you can do is to specify the namespace of the desired object
By writing it something like namespace1.SameNameObject
much oblige, but i just got another trouble popping up, so what should i do next?
Model is null
Make it so Model is not null
Did you pass the Model instance when calling
View()
?Yeah i did, i've already passing the model instance when calling the View method from the controller