Last post Jul 31, 2019 03:38 AM by Yongqing Yu
Member
297 Points
1356 Posts
Jul 30, 2019 11:18 AM|winseealn@hotmail.com|LINK
hello all,
im using Visual Studio 2019 Professional edition.
im receiving below error when i click Tools-->Nuget package manager-->Manage nuget package...
i dont know why because, the same is working fine with existing projects, when i create new projects then only im receiving this error.
experts please help me to resolve this issue.
Contributor
3710 Points
1043 Posts
Jul 31, 2019 03:38 AM|Yongqing Yu|LINK
Hi winseealn,
According to your error messsage, the solution is to clear the model cache of Visual Studio.
You can use the following statement to delete the ComponentModelCache folder.:
%LocalAppData%\Microsoft\VisualStudio\11.0\ComponentModelCache
The above markup needs to be changed to the version number of your current vs.
For more details, you could refer to this link : Error message “No exports were found that match the constraint contract name”
If this still cannot solve you issue, you can refer to this link to troubleshooting about your vs : Troubleshooting package restore errors
Best Regards,
YongQing.
Member
297 Points
1356 Posts
Nu get the composition produced
Jul 30, 2019 11:18 AM|winseealn@hotmail.com|LINK
hello all,
im using Visual Studio 2019 Professional edition.
im receiving below error when i click Tools-->Nuget package manager-->Manage nuget package...
i dont know why because, the same is working fine with existing projects, when i create new projects then only im receiving this error.
experts please help me to resolve this issue.
Contributor
3710 Points
1043 Posts
Re: Nu get the composition produced
Jul 31, 2019 03:38 AM|Yongqing Yu|LINK
Hi winseealn,
According to your error messsage, the solution is to clear the model cache of Visual Studio.
You can use the following statement to delete the ComponentModelCache folder.:
%LocalAppData%\Microsoft\VisualStudio\11.0\ComponentModelCache
The above markup needs to be changed to the version number of your current vs.
For more details, you could refer to this link : Error message “No exports were found that match the constraint contract name”
If this still cannot solve you issue, you can refer to this link to troubleshooting about your vs : Troubleshooting package restore errors
Best Regards,
YongQing.
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.