Reputation: 39
I can't create a new Prism (Xamarim.Forms) project anymore 'cause I'm getting this error
Requested value 'autofac' was not found
from visual studio when I try to create the project. I've tried with both visual studio 2017 and 2019, 'till few days ago I had no problems creating Prism projects and I have no idea of what changed.
Upvotes: 0
Views: 296
Reputation: 39
Solved removing this key "SelectedContainer" in HKEY_CURRENT_USER\Software\Prism
Upvotes: 1
Reputation: 46
Do you check if the autofac library is present inside nuget packages?
Else an alternative is does the download from nugetpackages Install-Package Prism.Autofac.Forms -Version 7.1.0.431
or https://www.nuget.org/packages/Prism.Autofac.Forms/
Upvotes: 0