Im new to asp.net mvc. I’m trying add new model class but it got error. After some research i put Database.SetInitializer<STF_SEAL_MANAGEMENT_TEST>( null ); in Application_start in Gobal.asax.cs but i got another error saying "The type or namespace name 'STF_SEAL_MANAGEMENT_TEST1' could not be found (are you missing a using directive or an assembly reference?)" Please help.
Im new to asp.net mvc. I’m trying add new model class but it got
Share
I deleted the whole DB, and rerun the application again. Its works fine.