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
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
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
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
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
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
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#
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++
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)
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
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
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
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
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#
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
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#
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
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
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#
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