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
Tips for Staying Updated with New Microsoft Developer Tools and Libraries
Hi everyone, The Microsoft developer ecosystem evolves rapidly — from .NET updates to Azure SDKs, Power Platform enhancements, and new GitHub features. As developers, keeping up with these changes is crucial for building modern, efficient, and secure…
Developer technologies | Small BASIC
I cannot rebuild my iOS project in Release mode.
Rebuilding my iOS project in Visual Studio Community 2022 (64-bit) Version 17.14.19 doesn´t complete. I need to cancel the build because it takes too long to complete and I think it will never complete. But I don´t get an error. I have tried rebuilding…
Developer technologies | .NET | .NET MAUI
Why MS Store apps rank not updated since last month?
Hi MS Team, My Microsoft apps getting high downloads daily but its rank not updated on the MS Store. Why MS not updating apps rank. It was stopped since last month. When you will update app store apps ranks? Please try to update MS Store apps stats.…
Developer technologies | Universal Windows Platform (UWP)
IOS app crashing when typing long text in a textarea on html page that is called inside webview HybridWebViewHandler : ViewHandler<IHybridWebView, WKWebView>
Hi, I am using .Net 9 using webiew -source html page to chatserver that using communication through liveswitch. Its working fine if no long text has been typing on textarea specially in release mode.Can someone help to solve this? Crash report iphone 11…
Developer technologies | C#
Private app stuck at "Waiting to install" on MS Intune. Happening on newly enrolled android tablet devices. Updates fine on devices where it was previously installed. Why is this happening?
Private app stuck at "Waiting to install" on MS Intune. Happening on newly enrolled android tablet devices. The app updates fine on devices where it was previously installed. Why is this happening? Also got this error when it finally changed…
Developer technologies | XAML
what certificate path for azure developer are best starting at beginner level
What Azure courses show a new developer take, what is the correct path.
Developer technologies | ASP.NET | ASP.NET Core
Convert list of files to GEOGJON
Hi, 1.I need to convert these files to GEOJSON: ArcGIS Package Files |lpkx|Layer package — bundles a layer’s data, symbology, and metadata for sharing. Used in ArcGIS Pro. |.lyrx|Layer file — stores map layer properties, such as symbology and labeling,…
Developer technologies | C#
Some IAudioEndpointVolume APIs never return.
IMMDevice* curDevice = nullptr; IMMDeviceCollection* pCollection = nullptr; auto hr = pDeviceEnumerator->EnumAudioEndpoints(type, DEVICE_STATE_ACTIVE, &pCollection); if (FAILED(hr)) { ELOG_RCV(TAG, "EnumAudioEndpoints failed", "…
Developer technologies | C++
How to Convert MS Word to PDF in ASP.NET
I use NuGet's PDFSharp for merging PDFs, and it's great. But now I'm trying to see if I can read an MS WORD document and convert it into a PDF. I'm not sure PDFSharp or MigraDoc can do it. I know Spire.DOC will work, but it's not free. I can get it done…
Developer technologies | ASP.NET | Other
Problem with the update of visual studio offline
Good morning, I'm updating Visual Studio 2022 on a VMware virtual machine (vmware and offline). It has Windows 10, and I'm trying to update from version 17.9 to the latest version. I did the minimal setup, but when I try to apply it, nothing happens. It…
Developer technologies | Visual Studio | Other
I can't get data from a sandbox API or debug my .NET MAUI app after getting a Business Central token.
Hello, I made a new MAUI app to play with a sandbox instance to test D365 APIs and functionality. I'm trying to authenticate and return an access token from an async method, AcquireBusinessCentralTokenInteractiveAsync, to get company data, but I cannot…
Developer technologies | .NET | .NET MAUI
how to write de-compression function in c++?
I want to send compressed bytes(using .net system.IO.Compression) to micro-chip and how to get the un-compressed bytes using c? the micro-chip code is using c
Developer technologies | C++
Should the ApplicationBuilder behave differently between Microsoft.NET.Sdk and Microsoft.NET.Sdk.Worker??
I've noticed if my project file references Microsoft.NET.Sdk, then the ApplicationBuilder does NOT automatically load the appsettings.json file, but if the project file references Microsoft.NET.Sdk.Worker, then it does. I've noticed this has occurred…
Developer technologies | .NET | Other
iOS project error: IL Trimmer has encountered an unexpected error.
I get two errors when I debug an empty iOS project on my iPad Air in Visual Studio Community 2026 Insiders 11123.170. IL Trimmer has encountered an unexpected error. Please report the issue at https://aka.ms/report-illink The file…
Developer technologies | .NET | .NET MAUI
unable tobuild chain to self-signed root for signer
I am using .net maui 9.0 and target is remote device. but my phone does not showed in the remote device and I have connected it in devices and simulators in my mac. mac is the latest version and also the visual studio.
Developer technologies | .NET | .NET MAUI
Visual Studio is not responding for 90-120 seconds when I start debugging and stop debugging my Android/iOS project
When I click on start debugging then my launch screen on my Android/iOS device is displayed and a little bit later Visual Studio is not responding during 90-120 seconds. After that, Visual Studio and my project continue to run normally on my device. But…
Developer technologies | .NET | .NET MAUI
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
Build and run Maui app from dotnet cli on mac
I have dotnet 10 installed on my mac. Running dotnet --version yields this: 10.0.100-rc.1.25451.107 I have also installed the sdk, but when I run dotnet build -t:Run -f net10.0-ios I get this error: MyMauiApp net10.0-ios failed with 1 error(s) (0.2s) …
Developer technologies | .NET | .NET MAUI
Will I be able to use VS 2026 without GH Copilot?
At home I have downloaded the Visual Studio Insiders app, the Community Edition. I've been enjoying using it and am looking forward to the final VS 2026 edition which I presume will be released next month. The most significant thing I've noticed is the…
Developer technologies | Visual Studio | Other