I have a DocFx project folder which contains all the correct files to host the project.
On my laptop, I'm able to use the code docfx docfx.json --serve
to host the project on my localhost completely fine. However on my PC it errors out.
I'm syncing my files using GitHub, so the files / file locations are identical. Also Initially it worked on my PC, then it stopped...
The error I'm getting is this:
[20-10-10 04:54:46.403]Error:System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Windows\System32\docfx_project\obj.cache\build\4t5lswwe.fue\dynp2fa1.gsl'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
Current Directory:
PS C:\Users\aiden\Documents\GitHub\TAFE.2020.S2.SMALL.GROUP.PROJECT\docfx_project>
As you can see, my current directory is the project directory. However the error message states it's trying to pull docfx data files from within' system32. The files it is trying to pull are within' my docfx project.
Since it cannot find the files in system32, it errors out.
Anyone know how or why this is happening??