Closed BiologyTools closed 1 year ago
Well, the thing that would concern me most is that the path should be win7-x64/lib/currency.properties
, not as you've said, lib/win7-x64/currency.properties
. I suspect this is a transposition on your part.
That said, the file isn't supposed to exist unless you add it.
On the assumption you had the path incorrect, I'm going to go ahead and close this.
System.IO.FileNotFoundException HResult=0x80070002 Message=Could not find file 'F:\repos\RepoErik\BioCoreApp\BioCoreApp\bin\x64\Debug\net6.0-windows\ikvm\win7-x64\lib\currency.properties'. Source=System.Private.CoreLib StackTrace: at System.IO.FileSystem.GetAttributes(String fullPath) in /_/src/libraries/System.Private.CoreLib/src/System/IO/FileSystem.Windows.cs:line 78
I didn't happen to catch the exception last time but here it is.
When I upgraded from 8.4.0 to 8.5.0 while debugging I got the exception File not found /lib/win7-x64/currency.properties I was able to get my application to run by telling the debugger to ignore the error so it's nothing critical but should be looked into. Strangely I have not run into this issue before so something has changed.
Best, Erik