Issue with API calls; initially the API is called with blank push id and later it will call with exact push id
I have implemented push notification in my project using Plugin.Firebase package. My problem is on saving the FCM id to database API. I am generating the FCM token on login page constructor and saving it to preferences like below: public…
Developer technologies | .NET | .NET MAUI
What happened to the watch options on the debug menu?
Visual Studio (since it isn't one of your tag options: Microsoft Visual Studio Enterprise 2022 (64-bit) - Current Version 17.14.25 (January 2026) Why are the watch options no longer present in the Debug menu? How do I get them back? Moderator: Moved…
Developer technologies | Visual Studio | Debugging
Separation of Layers Design
Hello everyone and thanks for the help in advance. I am refactoring a MVC application that has become very disorganized due to poor separation of models, data access, views, etc. I decided to place the models in a separate solution, however, found that…
Developer technologies | Visual Studio | Other
Getting intermittent "An unhandled error has occurred" message
I'm working on a new Blazor Web Application, we're writing using .NET 9. It is an Intranet app. We have to using Windows Authentication. I'm going through the app, adding that to the app. I've got it getting my company domain name and temporarily…
Developer technologies | ASP.NET | ASP.NET Core
Resolve the event issue
Hi, As event was deprecated, how to correct it below?
Developer technologies | ASP.NET | Other
How to fix issue with subscribing to a message in my .net application from a topic
Facing issue with processing message from servicebus topic in .net application. The subscribing service is part of applicaiton which has reference to project where Messagehandler is implemented. Service bus message is reaching the subscription but my…
Developer technologies | .NET | .NET Runtime
OpenAPI issue
Hi, Can you help it below? How to fix it? Originally I was with this error "The type or namespace name 'OpenApi' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)"
Developer technologies | C#
windows credential provider using PKINIT and implicit mapping
I am developing a windows credential provider aiming at supporting CPUS_LOGON/CPUS_UNLOCK_WORKSTATION using certificate PKINIT and implicit mapping. The certificate used for login is a short-term certificate stored in LocalMachine/My CNG store. My…
Developer technologies | C++
Bug -Move SharpCompress from 0.42.0 to 0.44.5 failed
Hi, I'm using Console App in .NET 10 reference to class library :netstandard2.1 as follow: <Project Sdk="Microsoft.NET.Sdk"> **<PropertyGroup>** **<TargetFramework>netstandard2.1</TargetFramework>** Before: After:…
Developer technologies | C#
Visual Studio 2022 & 2026 Debug Project still crash in busy, can't click any button in visual studio
正如标题描述的那样,什么项目都这样,最近出现的 偶尔有那么一次正常,重启电脑马上运行也正常 过一会就不正常了,鼠标一直处于繁忙状态,Visual Studio 所有的控件都不能点击 完全没法调试.请看我上传的GIF
Developer technologies | Visual Studio | Debugging
Creating TS File filename.d.ts Visual Studio 2026
Working with Blank Typescript project template in Visual Studio 2026 Community. Trying to create a new item -> Typescript file e.g.: filename is 'Fruit' Questions: Takes a lot of time to create the file, how to increase the performance in the Visual…
Developer technologies | Visual Studio | Setup
STEP as in the universal file format
Hi, I'm exploring STEP as in the universal file format. I want to build Console App in .NET 10 on Windows , that convert from different CAD/CAM/CAE software for to STEP. What Microsoft or or other Tools can advise? Thanks in advance, This what Chat GPT…
Developer technologies | C#
Problem with header files not being shared throughout solution. E1696
I'm trying to develop for Unreal Engine, so I upgraded from Visual Studio 2022 to 2026 edition and upgraded the engine to 5.7, but now a lot of what was defined in the engine like the "Core/Minimal.h" file aren't being included properly and…
Developer technologies | Visual Studio | Other
Updating Visual Studio from local layout - no Internet, installation initiated (Resume)
Hello everyone, I'm quite new to the options of updating Visual Studio, so I'll write the scenario I have and I hope that someone can help me :) Majority of machines that are running various versions of Visual Studio got a Visual Studio update deployed…
Developer technologies | Visual Studio | Setup
VS Code 1.107 fails to start on Azure Virtual Desktop
This has been a reoccurring issue since version 1.100. We recently updated VS Code on all AVD's to version 1.107.1 and single user desktops run the application without issue; on multi-session desktops the application fails to start.…
Developer technologies | Visual Studio | Other
ASP.NET Gridview Header column not freezing properly
I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…
Developer technologies | ASP.NET | Other
Developer technologies | C#
Why am I getting System.Data.SqlTypes.SqlNullValueException?
I have a model (this code is greatly reduced): public class myClass { public DateTime? MyDate {get; set;} } and I have a database table with: create table myTable (somedate datetime null); insert into myTable select null; and I have a linq…
Developer technologies | C#
Pre-launch task for debugging system service
Hello, last days I had to remotely debug early start of system service with Visual Studio 2022. It seems that only ways how to do it are: running target in console mode - sometimes unusable, or putting Sleep() into service_main and manually attaching…
Developer technologies | Visual Studio | Debugging
Why is the return value nil when StartTraceW is invoked via Go, while the obtained traceHandle is still 0?
Hello everyone, and distinguished experts. The code is as follows: = func (s *Session) Init() error { if s.readMode { return nil } // start the etw session var handle uint64 utf16Name, err := syscall.UTF16FromString(s.Name) if err != nil…
Developer technologies | C++
Corrupted Micorosft Visual C++ Redistributable
Hi, I have a problem with Micorosft Visual C++ Redistributable. I thinks its badly corrupted. I was trying to install a newer one and got error that "The older version of Microsoft Visual C++ 2022 X64 Additional runtime cannot be removed" …