55,055 questions with Developer technologies-related tags

Sort by: Updated
2 answers

Unable to Generate Valid PAT in Azure DevOps for SonarCloud Integration

I'm running into an issue where I cannot generate a valid Personal Access Token (PAT) in Azure DevOps for use with SonarCloud. The PAT creation process completes, but SonarCloud rejects it as invalid. So far, I’ve checked: Organization‑level security…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,592 questions
asked 2025-12-16T13:52:59.6833333+00:00
MJ 0 Reputation points
answered 2025-12-16T13:58:13.2866667+00:00
MJ 0 Reputation points
1 answer One of the answers was accepted by the question author.

Detected package version outside of dependency constraint: Xamarin.AndroidX.Activity.Ktx 1.10.1.3 requires Xamarin.AndroidX.Activity (>= 1.10.1.3 && < 1.10.2) but version Xamarin.AndroidX.Activity 1.11.0 was resolved.

I changed my Android project´s target framework from .NET 9.0 to .NET 10.0 and then I installed all the NuGet package updates. I can debug my Android project on my Google Pixel 8a (Android 16.0 - API 36) and I don´t get an error. But I get this…

Developer technologies | .NET | .NET MAUI
asked 2025-12-14T10:59:07.7333333+00:00
Kim Strasser 1,771 Reputation points
accepted 2025-12-16T13:19:19.7533333+00:00
Kim Strasser 1,771 Reputation points
2 answers

Error with Github Account in an extension in VS Code

I’m trying to sign in to VS Code either with my GitHub account or with Hotmail in order to synchronize the C# Dev Kit extension, but I get the error shown in the image. What do I need to do??? I can send you a pic of the problem.

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,710 questions
asked 2025-12-16T10:08:38.22+00:00
answered 2025-12-16T12:52:32.6733333+00:00
Susmitha T (INFOSYS LIMITED) 1,875 Reputation points Microsoft External Staff
2 answers

Cannot click into or scroll word document after opening .... Until I hit Ctrl+Home or interact with some options in the Ribbon Bar

Some of our clients have started reporting a strange issue in Microsoft Word after we open documents using Microsoft.Office.Interop.Word automation When they open a Word document they think that MS Word is hanging. The first indicator that it's not…

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,710 questions
asked 2024-11-01T08:38:27.7966667+00:00
Giuseppe Carafa 96 Reputation points
commented 2025-12-16T12:46:17.29+00:00
Giuseppe Carafa 96 Reputation points
6 answers

DLL entry list

I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…

Developer technologies | Visual Studio | Debugging
asked 2025-12-13T16:04:38.7366667+00:00
David Lightstone 5 Reputation points
commented 2025-12-16T12:30:36.4366667+00:00
RLWA32 51,536 Reputation points
4 answers

Manufacturer Obsolescence date / EOL Date

Microsoft_Components (1).pdf Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates. We have 100+ components which I…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,150 questions
asked 2025-12-15T10:59:06.3466667+00:00
Aditya Shah 20 Reputation points
commented 2025-12-16T12:19:49.26+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
2 answers

How can i convert my .NET Framework 4.8 (x86) to .NET Core 8 (x64)

Dear Team,   I have migrated my WinForms application from .NET Framework 4.8 to .NET Core 8. Previously, it was built for the x86 platform, but I want to change it to x64. I have updated the configuration in the Configuration Manager and modified the…

Developer technologies | .NET | Entity Framework Core
asked 2025-12-11T04:29:28.8+00:00
Drusti Kumar 0 Reputation points
edited a comment 2025-12-16T12:06:34.21+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
7 answers

How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…

Developer technologies | Visual Studio | Debugging
asked 2025-12-03T12:38:18.0166667+00:00
Brandon Davies-Sekle 0 Reputation points
edited an answer 2025-12-16T11:14:16.7566667+00:00
Gade Harika (INFOSYS LIMITED) 2,175 Reputation points Microsoft External Staff
1 answer

Can't create Android device for .NET Maui development testing

I have downloaded Visual Studio .NET Community 2026. I added the .net Maui workflow and I have created a new solution using it. The solution runs normally in the windows debugger but if I try to use the Android debugger I am getting errors creating the…

Developer technologies | Visual Studio | Setup
asked 2025-12-06T04:33:38.4666667+00:00
Robert Charlebois 0 Reputation points
edited a comment 2025-12-16T10:59:17.64+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,295 Reputation points Microsoft External Staff
2 answers

Visual Studio Performance Profiler reports memory leaks on one system but not another with same code base

Subject: visual-studio performance-profiler memory-leak c++ Details: I’m profiling a C++ application using Visual Studio Performance Profiler (Memory Usage tool). The code base is identical across two systems, but memory leaks persist on one machine…

Developer technologies | Visual Studio | Debugging
asked 2025-12-08T06:00:22.7933333+00:00
Sanket Huske 0 Reputation points
commented 2025-12-16T10:56:06.06+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
1 answer

Trying to validate token for webhook subscription keeps returning Bad Request error

I am trying to create a subscription for webhooks for my application. I created an endpoint for accepting the validationToken which I specified in the notificationUrl as can be seen below. When I run my changes locally on our server everything seems to…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,631 questions
asked 2025-11-30T13:30:00.44+00:00
Efraim Paley 0 Reputation points
edited a comment 2025-12-16T10:44:54.1766667+00:00
Raymond Huynh (WICLOUD CORPORATION) 3,955 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Moving to .Net 10

Hi, 1,My solution is consists of following projects: a. Console App project in .NET 9. b. Class Library project - netstandard2.0 . c. WPF App project - in .NET 9. d. XUnit Tests project -in .NET 9. I'm using VS 2026. 3.I want to move to .NET 10 : a.…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,710 questions
asked 2025-12-15T05:11:42.6066667+00:00
Dani_S 4,896 Reputation points
edited a comment 2025-12-16T10:42:15.2433333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,295 Reputation points Microsoft External Staff
2 answers

MAUI Multi-Program Architecture - Plugin Firebase not installed

Hi, I have developed MAUI multi program architecture, I have implemented crash analytics for this one i have installed plugin.firebase(3.0.0) in android but while I am trying in IOS project we got an below error. Could not find a part of the path…

Developer technologies | .NET | .NET MAUI
asked 2025-12-16T05:06:18.6166667+00:00
santosh sasupalli 0 Reputation points
answered 2025-12-16T10:42:08.65+00:00
Adiba Khan 1,520 Reputation points Microsoft External Staff
0 answers

Splash Screen not showing up for windows build on .net maui

Hello all, So I created a simple custom splash screen, it works for android but not on a windows desktop. Here is the code public partial class SplashScreen : ContentPage { private ContinousAudio continousAudio; public…

Developer technologies | .NET | .NET MAUI
asked 2025-04-19T20:11:17.8933333+00:00
anandarus allen 20 Reputation points
commented 2025-12-16T10:40:25.42+00:00
RouxelDev1 0 Reputation points
5 answers

Ajax post with C# Handler and XSRF-TOKEN

This question is for Web pages with .NET, C#, and Ajax. I'm having an issue with a ajax calling working with the XSRF-TOKEN" and it's not calling the handler in the .CS. I think I need to do something with my ajax call to validate the token. In my…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-11-21T15:34:44.2166667+00:00
Joseph Kashishian 40 Reputation points
commented 2025-12-16T10:39:05.1433333+00:00
Raymond Huynh (WICLOUD CORPORATION) 3,955 Reputation points Microsoft External Staff Moderator
2 answers

Calculate and display percentage value from value of two label controls

How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,631 questions
asked 2025-12-15T22:26:56.9966667+00:00
Donald Symmons 3,066 Reputation points
commented 2025-12-16T10:38:37.62+00:00
Donald Symmons 3,066 Reputation points
2 answers

UWP unity app in Kiosk mode no longer shows microphone permission prompt

Hello, I work at a company that creates interactive experiences using the Unity engine. Many of our applications are deployed as UWP apps and run in Windows Kiosk mode. Because of the nature of our applications, we request microphone access when the user…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-12-09T10:10:40.63+00:00
AaronV 5 Reputation points
answered 2025-12-16T10:17:46.9+00:00
Raymond Huynh (WICLOUD CORPORATION) 3,955 Reputation points Microsoft External Staff Moderator
2 answers

I get the warning: observer object was not disposed manually with Dispose() multiple times when I start debugging my iOS project on my iPad Air

I get many messages(in debug mode) in the Visual Studio Output window that I don´t understand and I don´t know where these messages come from when I debug my iOS project on my iPad Air. My iPad Air is connected to my MacBook Air. I get the warning:…

Developer technologies | .NET | .NET MAUI
asked 2025-12-15T21:53:42.7133333+00:00
Kim Strasser 1,771 Reputation points
commented 2025-12-16T09:50:48.27+00:00
Michael Le (WICLOUD CORPORATION) 6,670 Reputation points Microsoft External Staff Moderator
2 answers

VS Code extension blocked by “suspicious content” – first-time publisher

I am a new VS Code Marketplace publisher attempting to publish my first extension. The extension is a local-only developer utility that provides a calculator webview for Solidity development and smart contract audits. It performs no network access,…

Developer technologies | Visual Studio | Extensions
asked 2025-12-15T18:46:42.57+00:00
Aderibigbe Tobi 0 Reputation points
answered 2025-12-16T09:35:09.7466667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,960 Reputation points Microsoft External Staff
1 answer

View dashboard for my employees and reminders in CRM

Hi, Could I please get access to se my employees dashboards in CRM? And a training in how to put reminders on activities in CRM?

Developer technologies | Windows Forms
asked 2025-12-16T09:20:19.9566667+00:00
Katrin Reinert 0 Reputation points
answered 2025-12-16T09:20:28.32+00:00
Q&A Assist