How to fix this C# designer error CS1061: 'LoginForm' does not contain a definition for 'buttonRegister_Click' and no accessible extension method 'buttonRegister_Click' accepting a first argument of type 'LoginForm' could be found (are you missing a using
CS1061: 'LoginForm' does not contain a definition for 'buttonRegister_Click' and no accessible extension method 'buttonRegister_Click' accepting a first argument of type 'LoginForm' could be found (are you missing a using directive or an assembly…
Developer technologies | C#
Unable to enable .Net Framework 3.5 with error 0x800700C1
I am trying to run my Sims3 game, but when I attempt to launch it, I get a Windows Feature pop-up that says that .Net Framework 3.5 cannot be installed with error 0x800700C1: I then try to enable the .Net Framework 3.5 by checking the boxes in the…
Developer technologies | .NET | Other
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
How to fix - You must install or update .NET to run this application
root@ubuntu:/etc/systemd/system# /usr/bin/dotnet /var/www/MinAPI/WebApi.dll You must install or update .NET to run this application. App: /var/www/MinAPI/WebApi.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '5.0.0' (x64) .NET…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
How can I install Microsoft Clarity on my custom-domain website?
Hi, I’m trying to install Microsoft Clarity on my website , which runs on a custom domain. I want to make sure I’m setting it up correctly so the tracking works without any issues. Could someone explain the proper steps for adding the Clarity tracking…
Developer technologies | Visual Studio | Debugging
Visual Studio 2026 : Unable to activate licence using StorePID.exe
Hello, I'm facing an issue when I want to activate the licence for Visual Studio 2026 that I installed offline (https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=visualstudio) using below command…
Developer technologies | Visual Studio | Setup
the Graph API is only returning 50 records regardless of the TOP parameter setting
In the Graph Explorer, I am trying to get detected apps, but it does not honor the TOP parameter. I have tried different iterations of this, and none seem to actually work. There is no error, but it only ever returns 50 records. Is this a known issue?…
Developer technologies | .NET | Other
The OnChanged event isn't firing for InputNumber
I'm testing assigning numeric values in a Blazor Web App I'm writing using .NET 9. I've been following a sample, but it doesn't work. Here is the .razor file I'm using which is in a server-side project: @page "/method1" @rendermode…
Developer technologies | ASP.NET | ASP.NET Core
Maui Application Running IOS is Requiring XCode 26 and I am on XCode 16.4
My application that's been working using XCode 16.4 all of a sudden is requesting XCode 26. I'm getting the following error message in my…
Developer technologies | .NET | .NET MAUI
I cannot build an application which I just created and haven't edited
I was just created a new Blazor Web Application using VS 2022, .NET 9. I named in, specified not to use HTTPS, nor authentication, as I am just testing something out. Nothing more than that. After VS 2022 created the project, I immediately tried to build…
Developer technologies | Visual Studio | Other
Has anyone architected .NET-based solutions enabling real-time synchronization
Has anyone architected .NET-based solutions enabling real-time synchronization between a public ticketing platform (e.g., tickettransfer.in) and Azure-based microservices? What are the most effective patterns for handling transactional integrity and…
Developer technologies | ASP.NET | ASP.NET Core
DWMWA_USE_IMMERSIVE_DARK_MODE confusion
Hi I have a C++ Windows app (Qt) that uses Win32 titlebars and I'm working on adding dark theme support for it. I learned that you can set DWMWA_USE_IMMERSIVE_DARK_MODE attribute on a window so that title bars will be rendered in dark theme but I have a…
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
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 do I get more information about this linker error?
Recently I have been doing a lot of template related programming and every once in a while I get this linker error, but it doesn't really tell me much about what's wrong. 1>CollisionSystem.obj : error LNK2019: unresolved external symbol…
Developer technologies | C++
How to write data to a gip device (Xbox Series controller)?
I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…
Developer technologies | C#
Maui toolkit pop-up issue
I tried a Microsoft toolkit pop-up example and the popup have corners radius that I want to remove please here are the code using CommunityToolkit.Maui.Views; namespace MyProject; public class ReturnResultPopup : Popup<bool> { public…
Developer technologies | C#
Mismatching versions of System.Text.Json
In our company, we develop 2 .NET solutions. Solution 1 contains - amongst others - a couple of .NET Framework 4.7.2 class libraries used in other projects. Some of these class libraries reference the NuGet package System.Text.Json 9.0.11 because this is…
Developer technologies | .NET | .NET Runtime
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
App can not quit and blocked in NtTerminateProcess
Here is the call stack: # Child-SP RetAddr : Args to Child : Call Site 00 000000a9`de2ffaa8 00007ff9`762918ab : 00000000`00000000 00000000`00000000 ffffffff`fffffffe…