MickyArt business
life sketching, I am skilled in capturing human figures, gestures, and expressions from observation. This practice enhances my understanding of anatomy, movement, and perspective, enabling me to translate real-life moments into dynamic visual narratives.…
Developer technologies | Transact-SQL
ViewComponent exception handling
Hi, What is the correct way to handle exceptions in a view component? I would like the user to end up being redirected to an error page. My ViewComponent looks like this : public async Task<IViewComponentResult> InvokeAsync() { …
Developer technologies | C#
iOS: Loading Overlay Sometimes Fails to Dismiss After Async Operation
I have a method in my .NET MAUI app that triggers a loading overlay with a spinning sync icon whenever it runs. When execution reaches the finally block, the overlay and icon should be removed. This works consistently on the Windows emulator, but on iOS…
Developer technologies | .NET | .NET MAUI
SQL Sorting by Non-Aggregate Field
Hello everyone and thank for the help in advance. I have a SQL Server table that tracks incoming phone calls with the phone number and time entered. I want to create a query where I can also retrieve a count of the number of times a phone called, but…
Developer technologies | Transact-SQL
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
facing problem in running code on vs code editor
when i run my first code on vs code editor , it shows error like your mingw compiller doesn't properly installed but i did everything that i know about it . there is screen shot i pasted below :- i'm in too much trouble .. please solve my this…
Developer technologies | C++
render a form with a multiselect choice field as check boxes on a power page
how do I render a form with a multiselect choice field as check boxes on a power page?
Developer technologies | Visual Basic for Applications
Future Support for int128 in MSVC and C++ Standard Roadmap
Hi , We currently rely on a custom implementation for 128-bit integer support in our cross-platform codebase, due to the absence of native int128/uint128 support in MSVC. Could you please confirm: Is there any plan or intent within Microsoft to support…
Developer technologies | C++
how do I add undisclosed software dependencies & clearly communicate how to remove program
how do i resolve: || | -------- | 10.2.4.1 Security - Software Dependencies || | -------- | Products may depend on non-integrated software (such as another product or module) to deliver primary functionality only as long as the product launches and…
Developer technologies | C#
Calculating the percentage value from value of label and displaying the percentage output in a label control
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
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
Visual Studio sends 'shutdown' and 'exit' requests to Langauge Server on closing a Solution
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension. We have a requirement of loading the Language Server when extension is loaded and keeping the Language Server loaded throughout the Visual Studio session till the…
Developer technologies | Visual Studio | Extensions
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
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
Visual Studio 2026 not building .lib file in dll project
Hello! As the title states, I have set up a vs dll project, but when i build the project, only a dll file is generated; there is no .exp or .lib files. I have gone online to find a fix for this, but all of the fixes included something I already did, like…
Developer technologies | Visual Studio | Setup
Comment résoudre l'erreur : Impossible de démarrer le programme "C:\Program Files\Microsoft Office\root\Office16\excel.exe. Le processus a été arrêté. Actualisez la liste des processus avant d'essayer un autre attachement.
Bonjour, Je développe un complément VSTO pour Excel avec Visual Studio 2022. Depuis quelque temps, il m’est impossible de lancer le projet en mode Debug. À chaque tentative, le message suivant apparaît : Impossible de démarrer le…
Developer technologies | C#
Will an SSMS 22 extension built for x64 run on SSMS 22 running on Windows 11 ARM64?
I’m testing a SQL Server Management Studio (SSMS) 22 extension on a Windows 11 ARM64 machine. SSMS 22 is installed as the x64 build and runs under x64 emulation (Task Manager shows Platform: x64, Architecture: ARM64). The extension is compiled for x64…
Developer technologies | Visual Studio | Extensions
Visual Studio 2026 - New Features With CSharp
Hi, Can you please lists all the new Features in Visual Studio with C#. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | C#
ASP.NET Web Forms loads legacy jQuery 1.12.4 via ScriptResource.axd instead of jQuery 3.7.1 and is flagged in security scan
Hello, I am working on an ASP.NET Web Forms application where I have explicitly included jQuery version 3.7.1 in the project and pages. However, when the application runs and I inspect the network requests, I see that ScriptResource.axd is loading jQuery…
Developer technologies | ASP.NET | ASP.NET API
GIS Converter -Console App -Tests Coverage
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Can you please look if I added all the tests, if not please add me the needed…