When I try and build my sln I am getting this error. Not really sure what's going on.
------ Build started: Project: a2-comp2084, Configuration: Debug Any CPU ------ C:\Users\Kayley\Desktop\assignment2\a2-comp2084\a2-comp2084\Models\Authors.cs(25,36,25,42): error CS0246: The type or namespace name 'Comics' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Kayley\Desktop\assignment2\a2-comp2084\a2-comp2084\Models\comics.Context.cs(29,30,29,36): error CS0246: The type or namespace name 'Comics' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Kayley\Desktop\assignment2\a2-comp2084\a2-comp2084\Models\Publishers.cs(25,36,25,42): error CS0246: The type or namespace name 'Comics' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Kayley\Desktop\assignment2\a2-comp2084\a2-comp2084\Models\Users.cs(29,36,29,42): error CS0246: The type or namespace name 'Comics' could not be found (are you missing a using directive or an assembly reference?) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
This is the github link to the project, if anyone could help figure out what I'm doing wrong, I'd really appreciate it!
Thanks, Kayley
\Models\comics.csdoesn't have any codes. And I notice that this file name differ to others. Did you manually add this file to your project or you've edited it? - Zen