Installing v14 preview 02
# help-with-umbraco
m
I'm trying to install the new v14-preview 2 and I'm getting this error when building. Any ideas?
s
Arbitrary Windows path length being annoying..! I think there was a registry key for that
This will help for now but I am guessing many people will run into this as the Windows default is limiting the path to 260 chars. We'll need to see if we can do something about that.
h
you can also just set via registry
Copy code
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"LongPathsEnabled"=dword:00000001
m
Never works for me that key... At least not on a v7 site..
s
Really! Oh it's probably because .NET Framework doesn't know about it, hopefully new dotnet does 😅
h
There is also an IIS limit which could affect older sites
m
ah cool, thanks, I'll give it a try.
r
yep this did fix it for me. @Corné Hoskam helped me out Twitter (or whatever we're calling it these days) 🙂
b
@huwred this reg key did the trick for me. Thanks!
Actually that didn't fix it for me...I spoke too soon...still the same error
28 Views