54,784 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Automating Pension Net Calculations in Excel with Real-Time Data Updates

Hi everyone, I’ve been working on a project to automate monthly pension calculations in Excel for Italian retirees. The main goal is to have a dynamic spreadsheet that automatically updates net pensione calculation [calcolo pensione netta 2025] values…

Developer technologies | Visual Studio | Setup
asked 2025-11-02T19:56:02.9266667+00:00
Giuseppina rinaldi 40 Reputation points
edited the question 2025-11-11T15:21:24.1333333+00:00
JuliaMarvin 17,150 Reputation points Volunteer Moderator
2 answers

the shared with me api does not work, why?

The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show

Developer technologies | XAML
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
870 questions
asked 2025-11-10T10:45:24.5333333+00:00
Nikola Zdravevski 5 Reputation points
commented 2025-11-11T15:11:21.7666667+00:00
Michael Golichecnko 0 Reputation points
1 answer

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,651 Reputation points
commented 2025-11-11T14:44:43.37+00:00
Kim Strasser 1,651 Reputation points
3 answers

How can I install an old Visual Studio Community version?

I want to install Visual Studio Community version 17.14.14 instead of the current version 17.14.19. I have already uninstalled all other Visual Studio versions. How can I install Visual Studio Community version 17.14.14? I have downloaded the VS 17.14.14…

Developer technologies | .NET | .NET MAUI
asked 2025-11-07T22:06:16.1366667+00:00
Kim Strasser 1,651 Reputation points
commented 2025-11-11T14:43:34.8333333+00:00
Kim Strasser 1,651 Reputation points
1 answer One of the answers was accepted by the question author.

What should I change in my Android .csproj file before uploading it to Google Play?

I created a new Android project in VS Insiders and I added my files from my old VS 2022 Android project to the new project. But I have not changed my new .csproj file. My new .csproj file in VS Insiders looks like this and debugging on my Android device…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T13:07:55.73+00:00
Kim Strasser 1,651 Reputation points
accepted 2025-11-11T14:36:41.2633333+00:00
Kim Strasser 1,651 Reputation points
1 answer One of the answers was accepted by the question author.

The SDK Microsoft.NET.sdk specified could not be found.

I get this error when I try to create a new project in Visual Studio Community 2022 (64-bit) 17.14.19: The SDK Microsoft.NET.sdk specified could not be found. In addition, when I try to open an existing solution in VS Community 2022 then my iOS and…

Developer technologies | .NET | .NET MAUI
asked 2025-11-10T22:38:41.35+00:00
Kim Strasser 1,651 Reputation points
accepted 2025-11-11T14:36:06.6666667+00:00
Kim Strasser 1,651 Reputation points
1 answer

How to read the table from the PDF.

Hello, I'm trying to read the table from the pdf, Actually i had tried with the aspose pdf library but it not working as expected. it fails reading the multiline header. Could you please suggest me a library that can read the multiline header. here…

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,668 questions
asked 2025-11-11T03:47:30.0066667+00:00
Vaibhav Methuku 165 Reputation points
commented 2025-11-11T13:18:16.6866667+00:00
Susmitha T (INFOSYS LIMITED) 1,150 Reputation points Microsoft External Staff
1 answer

How can I set the environment variables to run a c++ programme from the command window when winsdk.bat fails to set WindowsSdkDir variables correctly?

When I run the VsDevCmd.bat file to configure a command window to allow me to compile C++ programs the following variables are NOT set: WindowsSdkDir WindowsSDKVersion WindowsSDKBinPath WindowsSDKVerBinPath This is because VsDevCmd.bat calls…

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,023 questions
asked 2025-10-31T10:30:27.02+00:00
Jon 0 Reputation points
commented 2025-11-11T13:14:46.1833333+00:00
RLWA32 51,001 Reputation points
1 answer

How to fix C# uwp packaging error

I encountered this error while packaging my C# UWP project. I've tried some methods, but none of them worked. Could you please help me resolve this issue? My visual studio version is 17.14.19. Compile error information: The…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-11-11T06:41:05.6366667+00:00
Eason Iron 0 Reputation points
commented 2025-11-11T13:08:03.5066667+00:00
Eason Iron 0 Reputation points
1 answer

Missing symbol for ntdll in Microsoft's Symbol Server

Hello, myself Vishal from GE Vernova. While analysing an urgent escalation dump from the customer using windbg.exe, I received an error for downloading ntdll.dll symbols as below, The above details clearly shows that associated PDB file for ntdll.dll…

Developer technologies | Visual Studio | Debugging
asked 2025-11-11T10:59:18.3633333+00:00
Bemblekar, Vishal (GE Digital) 0 Reputation points
answered 2025-11-11T12:49:22.15+00:00
Adiba Khan 1,205 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

SCREEN UTILIZATION

I am developing an Android application using NET MAUI 10 with VS 2026. I notice that professional Android applications have two possible approaches with reference to the bottom bar (that contains the back, home and overview buttons), namely: This bar…

Developer technologies | .NET | .NET MAUI
asked 2025-11-10T20:43:35.78+00:00
Giorgio Sfiligoi 531 Reputation points
accepted 2025-11-11T12:30:35.0366667+00:00
Giorgio Sfiligoi 531 Reputation points
2 answers

How to deploy and debug a program from a devcontainer on a remote system?

My desired workflow would be to open my C++ project in VS22 on my Windows system, built the binary in a Linux based devcontainer and deploy it for remote-debugging to another system or VM. While the first part of it works without any issues, I ´m…

Developer technologies | Visual Studio | Debugging
asked 2025-11-06T16:56:13.43+00:00
J. Müller 0 Reputation points
commented 2025-11-11T12:23:25.44+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 965 Reputation points Microsoft External Staff
2 answers

LSP - 'textDocument/publishDiagnostics' to a virtual editor

I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…

Developer technologies | Visual Studio | Extensions
asked 2025-11-07T18:29:35.35+00:00
Sajith 46 Reputation points
commented 2025-11-11T12:19:12.53+00:00
Sajith 46 Reputation points
2 answers

App Pool memory issue

Our web API's app pool is consuming an excessive amount of memory, and while we've attempted to debug the memory dump using Visual Studio, we aren't receiving the assistance we need. We are seeking additional support to resolve this issue.

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,668 questions
asked 2025-11-05T17:18:32.51+00:00
Arya, Lalit (Omaha) 0 Reputation points
commented 2025-11-11T12:10:03.3033333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,095 Reputation points Microsoft External Staff
2 answers

Unable to download Visual Studio 2019 Professional

I previously purchased Visual Studio Professional 2019. I am now trying to install it on my new PC, but I cannot find the download location. Could you please let me know where I can download it from?

Developer technologies | Visual Studio | Setup
asked 2025-11-07T03:15:46.74+00:00
西 文人 0 Reputation points
answered 2025-11-11T12:09:28.86+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 965 Reputation points Microsoft External Staff
2 answers

How to Create a Shared Mailbox Using Microsoft Graph

As a Java developer integrating Microsoft Graph with Spring Boot, I need to create a shared mailbox but haven't found a relevant API. Are there any APIs available to add a shared mailbox directly without creating a user? I have already registered an…

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,668 questions
asked 2025-11-05T08:55:44.7833333+00:00
h l 0 Reputation points
commented 2025-11-11T12:08:33.9633333+00:00
Adiba Khan 1,205 Reputation points Microsoft External Staff
1 answer

Microsoft To Do Graph API: PATCHing recurrence returns “Invalid JSON, Error converting value … to type 'Microsoft.OData.Edm.Date'”

Hi team — I’m hitting a repeatable issue when PATCHing the recurrence of a To Do task via Microsoft Graph. Endpoint: PATCH https://graph.microsoft.com/v1.0/me/todo/lists/{list-id}/tasks/{task-id} What I'm sending (sanitized): { …

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,136 questions
asked 2025-11-02T03:32:30.37+00:00
Paul Smith 60 Reputation points
commented 2025-11-11T12:07:26.51+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,095 Reputation points Microsoft External Staff
2 answers

how we can build a chat bot for our asp.net core public web site?

We have a .net core MVC 8.0 web application where our data is either stored on the MVC views as html pages or inside PDF files inside file system and other PDF inside SQL database. so can we build copilot agents which interact with our data? i have…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-11-02T15:39:10.6333333+00:00
john john Pter 1,305 Reputation points
commented 2025-11-11T12:05:58.13+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,095 Reputation points Microsoft External Staff
2 answers

how to get the date of Daylight Savings Time ending in c#

Greetings, Using Visual Studio 2022. Project is c# windows service. I need to check if the current date/time is the end of Daylight Savings Time. I have googled till my eyes cross and get inconsistent/incorrect information. TimeZone which appears…

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,668 questions
asked 2025-11-10T15:14:35.9366667+00:00
Darryl Hoar 181 Reputation points
commented 2025-11-11T11:55:42.73+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,095 Reputation points Microsoft External Staff
3 answers

How do you integrate Microsoft Learn modules into your team’s training or onboarding process?

I’m interested in hearing from professionals who use Microsoft Learn as part of their team’s training or onboarding. How do you incorporate these modules into your workflow—do you assign specific courses for new hires, use them to supplement internal…

Developer technologies | Windows Forms
asked 2025-11-11T07:13:19.5133333+00:00
Tarun Nagar 85 Reputation points
commented 2025-11-11T11:38:43.3266667+00:00
Jessica Williams 90 Reputation points