×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
Maui (C# app for Windows, iOS, Android)
→
Running and debugging a Maui app on a Windows computer
Looked at
903
times
Running and debugging a Maui app on a Windows computer
last updated: 4 May 2025
To start the project, click on the green arrow
►
My application has started:
Error!
This device needs to be set up correctly to develop this type of app for Windows.
If you don't, then you can't install and test your app before you submit it to the Windows Store.
Go to settings for developers on your device, and select Developer Mode.
This device is not currently in developer mode.
Error
DEP0100: Please ensure that target device has developer mode enabled. Could not check to see if Developer Mode is enabled on the local machine due to error 00000490. To learn more about Developer Mode,
please visit
https://go.microsoft.com/fwlink/?linkid=2128411
Decision!
In
Windows
, open the settings and enable
Developer Mode
Launching the project, it started well:
← Previous topic
Creating a new Maui app on a Windows computer
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
Maui
•
What is Maui?
Download and install Maui
•
Download and install Microsoft Visual Studio to write Maui applications on a computer with the Windows system
•
Open Visual Studio (for writing in Maui)
Creating a Maui app
•
Creating a new Maui app on a Windows computer
Running the Maui application on a Windows computer
•
Running and debugging a Maui app on a Windows computer
Ваши вопросы присылайте по почте:
info@dir.by