rickyah / ini-parser

Read/Write an INI file the easy way!
MIT License
957 stars 235 forks source link

ini-parser 2.5.2 FileNotFound Exception #246

Open blackholeearth opened 1 year ago

blackholeearth commented 1 year ago

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:

how to fix this: install both nugets (ini-parser, ini-parser-standard ) in the winform prject:

working setup :

blackholeearth commented 1 year ago

cad you add try finally to iniparser notfoundexpcetion. warn user , something like below:

  you also have to install both nugests. or else you will get this error.
  *   ini-parser-netstandard 2.5.2;
  *   ini-parser 2.5.2;