IIS App Pool Shows “Running” but Site Becomes Unresponsive Until Manual Recycle
Hello, We're dealing with a super frustrating IIS issue and I'm hoping someone here has seen this before... THE PROBLEM: Our Application Pool shows as "Running" in IIS Manager, but the site is completely DEAD. Not responding at all. The only…
Developer technologies | ASP.NET | ASP.NET API
redirect using HttpContextAccessor
Hi, I am trying to redirect to my login page on a condition using IHttpContextAccessor. Here is my code : if (condition) { _signInManager.SignOutAsync(); …
Developer technologies | C#
somebody help
My computer has been highlighting everything, i can't scroll and everytime the mouse goes on anything it like moves everything
Developer technologies | Windows Presentation Foundation
Visual Studio 2022 - not fire unit tests in debug mode
Hi, Please see: https://app.screencast.com/YwqnKkUGuwlR4 How is can be solved? Thanks,
Developer technologies | Visual Studio | Debugging
Heb update 24H2 nodig voor update 25H2 uit te voeren
Missing update 24H2 op Laptop ASUS Windows 11, deze nodig voor update 25H2 uit te voeren.
Developer technologies | Universal Windows Platform (UWP)
Visual Studio 2022- File Ignored always ignore when adding to class librarar
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
Run MAUI app
Hi, After having well built one MAUI app, how to run/test it?
Developer technologies | C#
GIS CLI commands
Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…
Developer technologies | C#
doesnt open the visual studio code
the visual studio code doesnt opening when i am opening it
Developer technologies | Visual Studio | Other
Which framework to use? Blazor? Razor? Very non-standard project for Raspberry Pi
The project: Hardware A flexible LED matrix (Display) mounted to a T-Shirt. Displays animations (Gifs), images etc. Rotates through a playlist. The LED matrix is connected to a Raspberry Pi Zero 2 W and driven via GPIO (It's not an HDMI type display,…
Developer technologies | ASP.NET | ASP.NET Core
React App running in Visual studio
I tried react app template and run it as default config i.e. weatherforcast. Backend is running but frontend (reactapp) giving the error as: **[vite] (client) Pre-transform error: Failed to load url /src/main.jsx (resolved id: /src/main.jsx). Does…
Developer technologies | Visual Studio | Testing
help with qr codes
I have this VMnamespace Scan2Cart.ViewModels; public partial class HomePageViewModel(IPageService pageService, IDataProvider dataProvider) : BaseViewModel(pageService) { [ObservableProperty] public partial bool ShouldDetect { get; set; } = true; …
Developer technologies | .NET | .NET MAUI
GIS - Convert from one format to any formats.
Hi, 1.In continue to: https://dori-uw-1.kuma-moon.com/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…
Developer technologies | C#
GIS - TryCreateForInput
Hi, 1.I used GIS API . 2.There are 15 formats: EsriJson GeoJson GeoJsonSeq Kml/Kmz Shapefile OsmXml Gpx Gml FileGdb TopoJson MapInfoInterchange MapInfoTab Csv GeoPackage. 3.This is my main function: TryCreateForInput that gisInputFilePath-Path to a…
Developer technologies | C#
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
Update/Set SignatureHTML with ExchangeService for Office 365 Users
Hello, Could you please confirm if the code below is not working? If so, I need guidance on how to change the OWA user signature globally, as we plan to reflect the company branding for all users. The OWAConfig does not include any key related to user's…
Exchange Online
Microsoft Security | Microsoft Graph
Developer technologies | C#
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
Crash in Blazor app when accessing WebAssembly pages via mDNS (.local) hostname
I a complete noob when it comes to ASP.Net and Blazor, so please be gentle with me... I have set up the SignalR sample code - as far as I am aware, this is just a template Blazor app - the standard template Home, Counter, Calendar pages (Which are all…
Developer technologies | ASP.NET | ASP.NET Core
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 can I run a 32-bit COM DLL from a 64-bit application?
I'm updating a WPF application that's written in C# and currently uses .NET Framework 4.6.1, although I hope to upgrade to a more modern version of .NET as part of the update. My development environment is Visual Studio 2023. The application uses a…