Steps to rep:
Error:
4. Now repeat the process but this time store the project on C:.
Everything works just fine.
How do I configure Visual Studio to let me run projects stored on a drive different than the drive on which VS is installed?
Specs:
Now open Visual Studio, Click on new project, select Universal in Windows and there you go, now you can create Universal Apps. SDK has been installed and integrated in VS 2015.
Visual Studio 2019 supports UWP development only on Windows 10. For more details, see Visual Studio Platform targeting and System requirements. Visual Studio. You will also need the optional Universal Windows Platform development workload. After installing this software, you need to enable your Windows 10 device for development.
With the Universal Windows Platform and our one Windows core, you can run the same app on any Windows 10 device, from phones to desktops. Create these Universal Windows apps with Visual Studio and the Universal Windows App development tools. Run your app on a Windows 10 phone, a Windows 10 desktop, or an Xbox. It's the same app package!
The Visual Studio workload that provides the tools for creating UWP apps and has an optional installation component that is required for C++ UWP development called “C++ Universal Windows Platform tools”:
As per my comment on the question, I have the same issue. I'm not sure this counts as an answer as it's a workaround, but this at least for a C# Universal project...
Go to the project properties for the app and set the Output path to a location on C drive.
e.g. C:\dev\MyTestApp\bin\x86\Debug
(for Debug build. Likewise substitute x64 for x86 for 64bit etc)
It will build and run with the output on C drive but the project remains on the other drive.
Not an ideal solution, but avoids the error.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With