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
How to Send email using Micorsoft Graph API & OAuth2 in C#
Requirements 1) Our company needs to send notification emails to customers using MS Exchange mail service. The task needs to be automated using a c# program in Azure or from local machine. 2) Use share mailbox to save on license cost. It will be…
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" …
Developer technologies | C++
Inactive account issue
Sign-in failed Error code: interaction_required Error message: interaction_required: AADSTS5000225: This tenant has been blocked due to inactivity. To learn more about tenant lifecycle policies, see https://aka.ms/TenantLifecycle Trace ID:…
Developer technologies
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
Visual code ipynb not working cannot detect kernels
Having an issues, detecting kernels, and it keep installing .NET interactive session and has warning on polygot notebook extension related
Developer technologies | Visual Studio | Extensions
My app freeze when I am trying to select a language
This is my app viewModel namespace TextileSystem.ViewModels; public partial class MainPageViewModel : ObservableObject { private readonly ILocalizationResourceManager _loc; [ObservableProperty] public partial bool IsConfigurationsOpen { …
Developer technologies | .NET | .NET MAUI
Error When Upgrading a Blazor App to .Net 10
Hello, When upgrading my app(s) to .net 10 from .net 8, I encountered an error that looks like this: This exception is seemingly thrown from blazor.webassembly.js. In the browser DevTools tab console, we can see the following errors: The apps are both…
Developer technologies | .NET | Blazor
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
How to secure both Blazer server and api ?
Hello, I need an advice. I'd like to secure a blazor server app with individual user account. This functionality is embedded with the basic setup, and use cookies. But I also need to protect my web api with the same way. I know about the JWT, but I…
Developer technologies | C#
i want to use google language input tools pls help me
i am not able to use google input tool language english to hindi
Developer technologies | Visual Basic for Applications
How to run a console application as a windows service
Hii, I'm currently using .NET Framework 4.8 for Console application, and there's requirement that requires the application to run as a console as well as a windows service. I used OnStart() and OnStop() for handling the start and stop function of the…
Developer technologies | C#
unable to set a form as startup object
Previously I had the 2019 and 2022 versions of VS community on my pc. After uninstalling the 2019 version, and opening my projects in the 2022 version, I was asked to update to the 4.8 framework. Ok, I set 4.7.2, done. But the project does not start…
Developer technologies | Visual Studio | Setup
Developer technologies | VB
Developer technologies | Visual Studio | Other
Verify the code
Hi, I deployed the code below to the server. How to verify it is running well?
Developer technologies | ASP.NET | ASP.NET Core
XAML/MAUI - How to remove the one-pixel high horizontal line ?
Whilst a long term C# developer I've just started on my journey into Maui to build a mobile app across Android and iOS. To get a feel for the presentation layer and behaviour, before writing any functional code, and using the iOS simulator, I started…
Developer technologies | XAML
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
How to make sure Package.InitializeAsync is called before ILanguageClient.LoadAsync/ActivateAsync
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension following this doc - https://learn.microsoft.com/en-us/visualstudio/extensibility/adding-an-lsp-extension?view=visualstudio When a file of supported extension (as…
Developer technologies | Visual Studio | Extensions
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
Failed to register container type on local tenant when adding new guest app.
A "registration failed" error occurred when trying to add new guest app into existing sharepoint embedded container type. Below is the exact error message on VScode : "failed to register container type DeepBillableContainer on local…
Developer technologies | Visual Studio | Extensions
MemoryStream issue
Hi, Any better way to add the following to this?