this library is tricky. there is 2 nuget package.
ini-parser
ini-parser-standard
this repo/lib creates FileNotFound Exception
when i run winform, it says ini-parser 2.5.2 not found.
error causing setup:
- TestSolution1
- ClassLibrary project1 (net-standart-2)
nuget_packages:
- ini-parser-netstandard 2.5.2;
- WinForm project1 (net-4.7.2)
- references:
- nuget_packages:
- ini-parser-netstandard 2.5.2;
how to fix this:
install both nugets (ini-parser, ini-parser-standard ) in the winform prject:
working setup :
- TestSolution1
- ClassLibrary project1 (net-standart-2)
nuget_packages:
- ini-parser-netstandard 2.5.2;
- WinForm project1 (net-4.7.2)
- references:
- nuget_packages:
- ini-parser-netstandard 2.5.2;
- ini-parser 2.5.2;
this library is tricky. there is 2 nuget package.
ini-parser
ini-parser-standard
this repo/lib creates FileNotFound Exception
when i run winform, it says ini-parser 2.5.2 not found.
error causing setup:
nuget_packages:
how to fix this:
install both nugets (ini-parser, ini-parser-standard ) in the winform prject:
working setup :
nuget_packages: