54,166 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Visual Studio Code - unable to change the size of a window

Hello, I have a code written by python that allows me to access web (via Selenium) but I cannot change the window size even though it´s not headless mode. Because of that I don´t see all elements and I cannot click them. For example I had to make…

Developer technologies | Visual Studio | Debugging
asked Aug 5, 2025, 10:19 AM
Prchalová Tereza 40 Reputation points
commented Aug 11, 2025, 5:54 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
3 answers

MAUI .NET 8 on Android - Android device StatusBar is get overlapped with myapp

I have an app which developed with MAUI 8. I have an issue that my app is getting overlapped with the Android device statusbar as below, My app's page header ("Application Settings") is getting overlapped with the Android device status…

Developer technologies | .NET | .NET MAUI
asked Jul 17, 2025, 1:45 PM
Aneetha 70 Reputation points
edited an answer Aug 11, 2025, 5:44 AM
Abinaya S 5 Reputation points
0 answers

How to Run Instrumentation Profiling with a DLL in Visual Studio 2019 and 2022

In Visual Studio 2017, the Performance Profiler (Instrumentation mode) lets you select both a DLL and an EXE file. However, in Visual Studio 2019 and 2022, I am unable to select a DLL using the Debug → Performance Profiler → Instrumentation option. What…

Developer technologies | Visual Studio | Testing
asked Aug 11, 2025, 5:41 AM
test code 1 Reputation point
1 answer

How might the .NET CLI be adapted for better accessibility across screen readers and speech-to-text tools?

Is command output readable, and are error messages clearly structured for assistive tech users?

Developer technologies | .NET | .NET CLI
asked Jul 28, 2025, 9:18 AM
Yash Smith 0 Reputation points
commented Aug 11, 2025, 5:40 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
1 answer

How do I put touchscreen on my chromebook, if its my schools?

All of my schools chromebooks are built in with touchscreen and for some reason mine won't work. I tried the search and shift then press t hack but it still wont work. pls help me

Developer technologies | .NET | .NET CLI
asked Jul 31, 2025, 12:17 AM
Serenity Kingsley 0 Reputation points
commented Aug 11, 2025, 5:34 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
2 answers

Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP

We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added,  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…

Developer technologies | C++
asked Jul 30, 2025, 9:34 AM
G S, Shashank 0 Reputation points
edited a comment Aug 11, 2025, 5:21 AM
G S, Shashank 0 Reputation points
2 answers

Can we directly set the bitrate in a WAV file?

I’m working with WAV audio files and would like to know if it's possible to directly set a specific bitrate (e.g., 128 kbps or 256 kbps) for a WAV file. From what I understand, WAV files are typically uncompressed (PCM), and their bitrate is derived from…

Developer technologies | C++
asked Aug 8, 2025, 6:38 AM
siva s 0 Reputation points
answered Aug 11, 2025, 5:11 AM
Gade Harika (INFOSYS LIMITED) 250 Reputation points Microsoft External Staff
3 answers

how cancel token work in these cases

following code is from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks i could not understand when it will show following two messages from last main code. Console.WriteLine("Download…

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 8, 2025, 12:15 PM
rajesh yadav 271 Reputation points
edited an answer Aug 11, 2025, 5:02 AM
SurferOnWww 4,811 Reputation points
2 answers

how to read usb data in ch340 like serial port?

I know how to read Serial port but if I use USB how to read that bytes?

Developer technologies | Windows Forms
asked Aug 10, 2025, 3:34 AM
mc 5,631 Reputation points
answered Aug 11, 2025, 4:52 AM
Gade Harika (INFOSYS LIMITED) 250 Reputation points Microsoft External Staff
0 answers

Not able to register for exam- GH-300: GitHub Copilot

Hello Team, While trying to register for the exam GH-300: GitHub Copilot, I am getting below error: Microsoft registrations are currently not permitted for Sk Ajaruddin Ali. Please direct any questions to your Pearson VUE Registration Center. I have…

Developer technologies | .NET | Other
asked Aug 11, 2025, 4:25 AM
AjaruddinAli-9998 0 Reputation points
2 answers

MAUI connection to SQL Server throws an exception message

Microsoft.Data.SqlClient.SqlException (0x80131904): 已成功与服务器建立连接,但是在登录前的握手期间发生错误。 (provider: TCP 提供程序, error: 35 - 捕获内部异常) ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. --->…

Developer technologies | .NET | .NET MAUI
asked Aug 8, 2025, 2:37 AM
xinxin li 0 Reputation points
edited an answer Aug 11, 2025, 3:57 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
1 answer

How to obtain access to 'HumanPresenceSettings. SetingsChanged'

The "HumanPresenceSettings" instance I returned through this method, 'humanPresenceSettings=await HumanPresenceSettings. GetCurrentSettings Asynchronous ()', can read the relevant settings. However, when I subscribe to 'HumanPresenceSettings.…

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
asked Feb 17, 2025, 7:55 AM
charles yu 1 Reputation point
commented Aug 11, 2025, 3:50 AM
Harry Vo (WICLOUD CORPORATION) 405 Reputation points Microsoft External Staff
1 answer

visual studio 2017 on windows 11 for iot core x86 uwp app development

Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…

Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Visual Studio | Other
asked Dec 31, 2024, 5:29 PM
Ketan SHAH 0 Reputation points
answered Aug 11, 2025, 3:31 AM
Harry Vo (WICLOUD CORPORATION) 405 Reputation points Microsoft External Staff
1 answer

Why aren't platform helpers like IConnectivity and ILauncher included in the service collection by default?

Xamarin Essentials was merged into the .NET MAUI packages with the migration, which felt like a great improvement for discovery and QoL. The move to MAUI also saw the introduction of interfaces to support usage of these helpers in IoC scenarios,…

Developer technologies | .NET | .NET MAUI
asked Aug 8, 2025, 6:38 PM
Andrew Hoke 1 Reputation point
answered Aug 11, 2025, 3:16 AM
Michael Le (WICLOUD CORPORATION) 995 Reputation points Microsoft External Staff
2 answers

Form layout issue

Hi, Any existing form sample to have the 3 parts below on a form that we can have the different details inside each?

Developer technologies | ASP.NET | Other
asked Aug 8, 2025, 9:04 AM
Peter_1985 2,786 Reputation points
answered Aug 11, 2025, 3:16 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
1 answer

Deploying app to remote machine stuck at "Installing missing frameworks..."

I have tried two different unrelated UWP apps and got the same result. When I try to run a UWP app on a remote machine, VS gets stuck at: Creating a new clean layout... Copying files: Total 403 mb to layout... Checking whether required frameworks are…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 30, 2025, 10:39 PM
Hong 1,286 Reputation points
commented Aug 11, 2025, 2:51 AM
Hong 1,286 Reputation points
3 answers One of the answers was accepted by the question author.

which one is called in asynchrony or parallel

can i get any example of cuncurrent and parllell processing using asyncrony.

Developer technologies | ASP.NET | ASP.NET Core
asked Aug 7, 2025, 12:00 PM
rajesh yadav 271 Reputation points
edited a comment Aug 11, 2025, 2:10 AM
Danny Nguyen (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
1 answer

PowerBIClient: 403 Forbidden error unless preferClientRouting=true is used

PowerBIClient: 403 Forbidden error unless preferClientRouting=true is used - Request #422710  R. Aaron La Mar ​Omari Holtz​ Description We are experiencing an issue when making API calls with PowerBIClient in C#. In some cases, the request fails with: …

Developer technologies | C#
asked Aug 8, 2025, 6:28 PM
Omari Holtz 0 Reputation points
edited an answer Aug 11, 2025, 2:07 AM
Starry Night 25 Reputation points
1 answer

Getting a System.ObjectDisposedException: The CancellationTokenSource has been disposed in .NET 8

I'm working on a new Blazor app, with server-side and WebAssembly projects in the VS solution. When I debug the app I get a, "Unhandled exception has occurred" message in the bottom of the page. Looking at my event viewer I see this, which…

Developer technologies | .NET | Blazor
asked Aug 6, 2025, 9:52 PM
Falanga, Rod, DOH 290 Reputation points
edited an answer Aug 11, 2025, 12:01 AM
Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
5 answers

Illegal characters in path.

I am trying to create a new project through following procedure but visual studio is throwing exception

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Other
asked Mar 27, 2023, 2:41 AM
Abdul Rehman 10 Reputation points
answered Aug 10, 2025, 11:52 PM
J G 0 Reputation points