Disabled Package Manager Console because of error in reading packages.config
Disabled Package Manager Console because of error in reading packages.config
Didn't find a solution for my problem on the net. My Package Manager Console
is disabled because it says it can't read packages.config.
Package Manager Console
packages.config.
An error occurred while reading file 'filepathpackages.config': There are duplicate packages: Microsoft.AspNet.WebApi.Core
I know it says there are duplicate packages but there's not. On the net, there's solution for a failed restore or a couldn't find the package.config file. Nothing remotely close to my issue.
I am trying to download typeahead.js
. That's why I need the PMC.
typeahead.js
Couldn't help but ask the community. Kindly help. Thank you.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
"Kindly help." so commanding. Remove all the lines from your packages file and try again. Now add the lines back one at a time, retrying after each line, to find out which one is the problem. Once you've found which one is the problem, you'll know what to google for :)
– Davesoft
2 days ago