Base solution for your next web application
Open Closed

ProfileController -MvcAjaxResponse not found #1690


User avatar
0
hugol created

Hello,

After upgrading to the latest version, I'm unable to compile the Mood2Success.Test_PlaygroundPrj.Web project. I'm getting the error:
Error CS0246 The type or namespace name 'MvcAjaxResponse' could not be found[/quote] (are you missing a using directive or an assembly reference?) Mood2Success.Test_PlaygroundPrj.Web C:_Projects\Test_PlaygroundPrj\Mood2Success.Test_PlaygroundPrj.Web\Controllers\ProfileController.cs 163 Active

I've noticed that at this location (Module Zero Template) the controllers no longer exist and additionally I realised that the AccountController was changed and some other are news: [https://github.com/aspnetboilerplate/module-zero-template/tree/master/src/AbpCompanyName.AbpProjectName.WebMpa/Controllers])

What's the best way to upgrade a project? I followed the instructions at [https://aspnetzero.com/Faq#FaqAccordionPanels_5]), I also checked the github and the forums searching for anything related with "ProfileController" but and I can't find anything.

Any suggestion? Thank you


1 Answer(s)
  • User Avatar
    0
    hugol created

    It seems that I was looking to the wrong place and I should be looking to [https://github.com/aspnetzero/aspnet-zero/tree/dev/src]).

    After checking the differences and copying the new code everything is working.

    Thank you