install maui sdk version 10 from mac cli
I can download and run the installer for dotnet 10, but when I run dotnet --list-sdks I only see 8 and 9. If I run sudo dotnet workload install maui --version 10.0.100-rc.1.25451.107 I get an error: Installing workload version…
Developer technologies | C#
"MAUI Shell Navigation Degrades Over Time - Error After Extended Use"
Hello Microsoft Community, I'm experiencing an issue with my .NET MAUI application that occurs only after extended use, making it difficult to consistently reproduce and debug. During a recent 2-hour meeting where I was actively demonstrating my…
Developer technologies | .NET | .NET MAUI
i am not able to take Run System Test
i am not able to take Run System Test This means we cannot record your system test results. To check in on exam day, you must complete a successful system test. Your system test results will not be recorded unless you are logged in to OnVUE.…
Developer technologies | Windows Presentation Foundation
Does Microsoft offer any discounts for Visual Studio Professional for home-schooled students?
Does Microsoft offer any discounts for Visual Studio Professional for home-schooled students? I'm planning on developing software for a wide breadth of Windows versions and have no way to test it and I noticed that Visual Studio Professional offers a…
Developer technologies | Visual Studio | Other
Visual Studio AI Copilot for GCC
Are there any plans to allow direct Copilot connections for GCC Cloud? We are NOT creating accounts for Github, absolutely horrible integration, violates rules even under Github Gov. As a developer and Visual Studio user, I’d like to express my concern…
Developer technologies | Visual Studio | Extensions
iOS/iPadOS/MacOS 26 support
Hello, I just want to ask if iOS,iPadOS and MacOS version 26 will be support in .net9? If Yes, when? Thanks
Developer technologies | .NET | .NET MAUI
Uninstalling optional package also uninstalls main app
I'm testing the usage of the optional package using this UWP sample. With this sample I just deploy the main app and it's optional package. In the Windows "Settings/Apps/Installed apps" I see the optional package and I uninstall it, and the…
Developer technologies | Universal Windows Platform (UWP)
VBA access to SharePoint site fails on non-persistent permissions
Have a macro that conducts 2 types of operations with SharePoint: ADODB connection to perform CRUD operations on a SharePoint list, and FileSystemObject to map SharePoint document repository to c Drive temporarily to parse the file list for…
Developer technologies | Visual Basic for Applications
How can I display the price of my in-app purchases in a foreign currency on my Android device?
I want to test if the price of my in-app purchases is displayed in the client´s currency when the client tries to purchase my in-app product in the Google Play purchase screen. For example, the price should get displayed in Germany in Euro, in the United…
Developer technologies | .NET | .NET MAUI
How do I get recognition for my MCP I did many years ago and get new certifications and renew prior certifications
I have been doing many different things over the last few years and neglected my certifications etc. I am still working with C# and the MIcrosoft stack but now want to be "recognised" .My MCP ID is 3166406 How can I have my old courses…
Developer technologies | C#
Developer Sub
Hello, I've been a paying dev customer for ~25 years, ensuring my employers maintain an active ms professional dev subscription (Removed ******@yahoo.com) for me. Former contiguous past employers CMI, LONE STAR PET and BMA (TPABenefits) have subscribed for…
Developer technologies | .NET | Other
exe.Config file not updating
Hi folks, I have a WinForms app. I use the App.config file for setting database connection strings I have a connection string for a test database and for a live database. I comment out the one that I am NOT using. However, when I try and build by…
Developer technologies | C#
Visual Studio is not responding for 90-120 seconds when I start debugging and stop debugging my Android/iOS project
When I click on start debugging then my launch screen on my Android/iOS device is displayed and a little bit later Visual Studio is not responding during 90-120 seconds. After that, Visual Studio and my project continue to run normally on my device. But…
Developer technologies | .NET | .NET MAUI
.net Maui android app icon
ive been having issues trying to set a simple png for an app icon for my maui project for the android version of it. i followed the steps listed in the maui learn article. but the icon never shows up for the android build of the app. i have seen other…
Developer technologies | .NET | .NET MAUI
How to fix error when using the HPC REST API; Getting ObjectDisposedException: Safe handle has been closed
We are attempting to kick off a HPC job via the REST API. When invoking a rest API to create a job in HPC, the job is created correctly the first time. Any subsequent API calls result in an error. The following logs have been pulled from the…
Developer technologies | C#
Signing a .svc file
Hello, I am working with a .svc file. The file looks like this: <%@ ServiceHost language="c#" Debug="true" Service="XYZ" %> I would like to know: Is it possible to digitally sign a .svc file using SignTool or any…
Developer technologies | .NET | Other
How to install Microsoft Visual Redistributable package C++ 2019 for VirtualBox 7.2.0
I need Microsoft Visual C++ Redistributable package to install VirtualBox 7.2.0
Developer technologies | C++
Huawei mobile service and app gallery
I have published new app, I don't use any of google services such as maps or push notification, or authentication ...etc., the app functionality is simple and depend on our own business data. I used Huawei Y9 EMUI version 9.1.0, and 10.0.0 ,I found the…
Developer technologies | .NET | Xamarin
Is it possible to create a DOCX file with a password to open using the Open XML SDK in C#
Is it possible to create a DOCX file with a password to open using the Open XML SDK in C#
Developer technologies | C#
IVI.visa could not be found
My computer A prompted a message notifying me that the latest update for the NI driver was available, so I decided to update it. After the update, I noticed that the executable file compiled with Visual Studio 2015 runs successfully on Computer A but…