Also fun detail â changing your username on Windows leaves User folder with the old name anyway.
But my user name is tied to my MS account, soâŚ
Imo, logging into Windows with MS account is the last thing you wanna do.
You can also make a hotfix nuget. Itâs probably somethinng easy like enclosing paths into quotes.
Erm, no, itâs not lol
Ill have to wait for a fix on this, I canât be messing about with my user account⌠I can work around it for nowâŚ
Thanks for the info though
The $(MGCBPath) property is the only parameter which is not quoted in the command. You can also see that in your error message.
So quoting this property will likely fixing this bug.
Sweet, thanks, ill give that a try
Awesome, that actually worked, shame Ill have to do that each time I add this package
This was actually recently fixed in master. Try the dev packages
I wonder if that $(DotnetCommand)
should be quoted tooâŚ
Possibly, but until itâs an issue, ill leave it
Thanks for the heads up on the fix
Iâm getting the same issue, did you find how to solve it?
@Charles_Humphrey Iâm new to this and I donât know what exactly I have to do with that, can you tell me?
Yea, no worries, let me get on my laptop and I can screen shot what I did
So, I opened up my solution, and located the offending package.
I then copied that into explorer
Then, in the build folder I found the *.target file, I opened that up in VS and put quotes around the $(MGCBPath) like this
saved the file, and it solved the issue.
Alas, every time yo create a new project, you will have to repeat this again.
Hope this helps
It worked, ty so much.
Thank you!
It worked with a user name without Spacing:
but now The Content Builder gives a canât something - TextureImporter - failure, when loading assets via content.Load(âexampleâ);
Any ideas? (release 3.8)
ThanksâŚ
Thanks, after like 3 days hiting my head on the wall this resolved my issue.
It works for me as well! Woo~
I have same issue MSB3073, and I canât find package path. I Just find the path manually by read the MSB3073 path. Thank you so much!