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
creates each time a temp file, which ist not deleted. There is a limit of 65536 temp files. After this count the GetTempfileName function throws an IOException.
One Solution is to replace the line with
string targetFile = Path.GetTempFileName();
The text was updated successfully, but these errors were encountered:
The line 12
creates each time a temp file, which ist not deleted. There is a limit of 65536 temp files. After this count the GetTempfileName function throws an IOException.
One Solution is to replace the line with
The text was updated successfully, but these errors were encountered: