You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 5.0.1 (maybe even earlier) the call to vCardDeserializer.FromFile() throws a "file not found" but the file exists. The code shows that the line writes if (File.Exists(fileName)). So the ! (not) is missing.
Additionally could the log details be changed as the missing file name would not be shown from the current log file.
The text was updated successfully, but these errors were encountered:
In version 5.0.1 (maybe even earlier) the call to vCardDeserializer.FromFile() throws a "file not found" but the file exists. The code shows that the line writes if (File.Exists(fileName)). So the ! (not) is missing.
Additionally could the log details be changed as the missing file name would not be shown from the current log file.
The text was updated successfully, but these errors were encountered: