-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work with 'Mounted Network Drive' in .NET 9.0 #110743
Comments
It looks like NET9 has changed the output from See also: https://stackoverflow.com/q/79208703/193178 Seems UNC-path must be "exact", so having "noise" like the dot ( |
Looks similar to #109846 |
We have also encountered this, whereby .NET 9 apps which use NLog for logging have no output when run from a network drive, because the library fails to initialise. It does indeed look like #109846 is the cause
In our case we use a simple relative path e.g.
|
Hello, |
Assigned to @jozkee for triage. |
This can be closed as a duplicate of #109846 |
@jeffhandley yes. |
I have Mounted Network Drive called 'U:' in my Windows 10 (version 22H2).
My web project is into
U:\Project\UI2\CloudApi
folder and useNLog 5.3.15
for loggin.I used .NET 8.0 and everything was fine..
After update to .NET 9.0 and run project in my visual studio (2202), Throw exception
The specified path is invalid.
because my folder in Network Drive!Exception is in
System.Private.CoreLib
and type isSystem.IO.IOException
like:and detail of exception is:
The text was updated successfully, but these errors were encountered: