Page 1 of 1

2 errors compiling with OD 22.4 and VS2019

Posted: Tue Sep 05, 2023 8:06 pm
by tomle
******************

Severity Code Description Project File Line Suppression State
Error NuGet Package restore failed for project UnitTests: Unable to find version '0.10.3' of package 'Mono.Cecil'.
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: Package 'Mono.Cecil.0.10.3' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\'.
. Please see Error List window for detailed warnings and errors.

***********************

Severity Code Description Project File Line Suppression State
Error NuGet Package restore failed for project OpenDentBusiness: Unable to find version '6.9.9' of package 'MySql.Data'.
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\: Package 'MySql.Data.6.9.9' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\'.
. Please see Error List window for detailed warnings and errors.

*********************

Please advice?

Thank you

Re: 2 errors compiling with OD 22.4 and VS2019

Posted: Wed Sep 06, 2023 12:53 pm
by tomle
so the solution is

in VS2019, click Tools -> NuGet Package Ma..
then, search for Mono.Cecil, and click install
do the same for MySql.Data

Regards,