Hi @BF
the error is generated in the part of @namespace @namespace prjproyec.Areas.Identity.Pages
To add the namespace reference, you could try to change the code as below:
@using prjproyec.Areas.Identity.Pages
Best regards,
Dillion
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When updating my application from core 2.2 to net 7, it shows me this error RZ1007, I already uninstalled the "Microsoft.AspNetCore.MVC" package and it keeps showing me the same error
I tried that solution but it didn't work, thanks
Would you like to post the specific code?
Hi @Bianka LOPEZ
Can you post the relate code which will throw the RZ1007 error? Or can you create a minimal, complete sample to reproduce the problem?
Besides, to migration the old version (asp.net core 2.2) application to the latest, I suggest you refer the following tutorial, when migration the asp.net core application there has some assemblies need to remove/update.
Migrate from ASP.NET Core
Sign in to comment