Does a product key activate or install?
I have disk windows server 2016 with product key, now does this activate or install the server? Reason for this question is I have tried to install this product key with the server it won't let me.
Developer technologies | Windows Forms
dual monitort not detecting
have a dual monitor setup however both is omn but it is not detecting, ive tried nvdia control panel, chekcing connections and its still not working
Developer technologies | Visual Basic for Applications
Visual Studio 2026 VS Chat CptChatGpt
Hi, I'm using VS 2026 With ChatGpt with register bill. How to use in best way. Can you please best practice rules of all the interaction with ChatGpt. Thanks in advance,
Developer technologies | Visual Studio | Other
Visual Studio 2026 - CGitHub Copilot Chat using GPT-5 mini hat
Hi, Please see: https://app.screencast.com/lFJLy9r1aDvbW When I ask GitHub Copilot Chat using GPT-5 mini , for a summary of some files in folder. It gives me answer in parts, and I need to copy each part o my destination file. No shorter way ? Can you…
Developer technologies | Visual Studio | Other
Visual Studio 2026 - New Features In Debugging
Hi, Can you please lists all the new Features in Visual Studio with Debugging. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | Visual Studio | Testing
How do I move from Tests Explorer to my code using Go To Code?
Hi, Please look on: https://app.screencast.com/M0S7MDU6bVP9T When test failed, I right click on tests and pressed "Go To Test", but is not working ? why ? Thanks in advance,
Developer technologies | Visual Studio | Testing
:DRIVER_POWER_STATE_FAILURE(0X9F)”and DRIVER_POWER_STATE_FAILURE(X113F)
DRIVER_POWER_STATE_FAILURE(0X9F)and (0113XF)这种错误经常出现,如何解决?
Developer technologies | Universal Windows Platform (UWP)
Unable to Redeem Pluralsight Benefit from Visual Studio Dev Essentials
Hello, I’m using Visual Studio Subscription – Dev Essentials with my Office 365 account, which includes a 1-month Pluralsight subscription. When attempting to redeem the benefit, the activation fails with the following…
Developer technologies | Visual Studio | Other
Visual Studio 2019 unable to load one project due to msbuild version
I'm setting up Visual Studio 2019 on a new Windows 11 PC and VS is unable to load one of the projects in a C# solution. Most of the projects in this solution target .NET Framework 4.5.2, but there is one targeting .NET Core 3.1, and VS won't load the…
Developer technologies | Visual Studio | Other
Regex for string cleaning
Hi there, I have the following string to be cleaned of 1 and 2 character words unless it's the letter M or F. EL EL EL EL M EL EL FU S FF EL EL EL E EL I tried with the following expression but it didn't work quite well. var output =…
Developer technologies | VB
Developer technologies | .NET | .NET CLI
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
GIS Converters -Logs Improvements
1.I would like if you can help to make the logs better for End-Users/ QA/ Programmers that will understand them and get conclusions. 2.Maybe add a framed message for each step, that I can later take all log to document and explains how the converter…
Developer technologies | C#
how to get all the advertise bytes in ios?
I am using .net maui 9.0 and in ios I want to ask that how to get all the bytes in DiscoveredPeripheral 's advertise . I do not want to ios to parse the bytes for me but I want to get all of it. in android I can do this:var bytes=scanRecord.GetBytes
Developer technologies | .NET | .NET MAUI
how to use auto extender textbox with ajax oledb csv file as data source of USA counties
I need to collect the County residence within the USA from User when they fill in a form. Ideally I would have a textbox that when clicked it matches all the counties in the USA based on the first 2/3 letters they type. They can then just pick from the…
Developer technologies | ASP.NET | ASP.NET Core
I can't add a MPN Id (publisher Id) to my Entra External Id tenant
In order to add a MPN Id to the External Tenant 8802fba7-f16c-4984-abb5-0fdeb6e48e48 I need to add this to my Microsoft Partner Centre Account. When I do this, it fails with the error in this video: https://app.screencast.com/JZuTbx98JDnoC I accept…
Developer technologies | C#
How to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system
I need to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system? Thanks, Fen
Developer technologies | C++
Can I use the same app in App Store Connect and Google Play Console for testing and publishing?
I have one app in App Store Connect and one app in Google Play Console that I use for uploading test builds. What happens with my test builds when I launch the app(from App Store Connect and Google Play Console) in the Apple App Store and Google Play…
Developer technologies | .NET | .NET MAUI
I have this idea if Possible to build in the future to MSSQL and MYSQL
Hi there Microsoft i have this idea if possible to create in the future to better secure any app using winforms like Yahoo messenger Msn Messenger was made my idea here Dim hostName As String = "hostname1", "hostname2" '…
Developer technologies | .NET | .NET Runtime
Importing an image from a MAUI Android phone
[translation] Image could not be retrieved from the MAUI Android phone. I've tried to answer chatgpt, gemini, github cmpilot questions, but it's not working out. Android version: 11 Operation Description: When I open the app on my Android local device…
Developer technologies | C#
Visual Studio 2026: Outlining, "Collapse To Definitions"
With the latest updated to Visual Studio 2026, I noticed that the "Outlining" option, "Collapse To Definitions", no longer collapses the code within the master "#Region#region" headings but collapses only the coding sections…
Developer technologies | Visual Studio | Other
Using SlimDX for Controller Input Error
I'm using SlimDX to set up controller input and encountering an error with the following code snippet: if (state.Buttons(a)) { // Navigate to the page, using the NavigationService this.NavigationService.Navigate(GameplayScreen); } The error…