Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Cuestión
The XA5301 error is generated from a Windows MAX_PATH failure: a file path over 260 characters was encountered somewhere throughout the build.
Considere enviar un bug si está experimentando este error en circunstancias normales.
Solución
Rename your project to have a shorter name, or move the entire solution to a shorter path.
Por ejemplo:
C:\Users\MyReallyLongUsername\Desktop\Code\MyReallyLongSolutionName
May fit under the MAX_PATH limit if it was instead:
C:\Code\MyReallyLongSolutionName
Alternatively in recent versions of Windows 10, you can opt into long paths via a Local Group Policy system-wide.