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#
Why the class library has different supports for framework and .NET?
Hi, I looked on evolution of class library. It used for reused. As I see the class library has different supports for Framework and .NET. Can you please explain it in more details , what are the option and what is roadmap for future ? Every NuGet…
Developer technologies | C#
Critical issues with user ID, session definition, and inaccurately labeled smart events in Clarity
Hello Clarity team, I’m reporting several issues that are making Clarity’s data unreliable for my site (Squarespace-hosted, mid-traffic, ecommerce enabled). Returning users misclassified as unique users I have a returning user from Corsica who visits…
Developer technologies | .NET | Other
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
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
Which files to add for a .msix pacakger i need it in unity game packaged
I have HYPERNOVABACKROOMSs.exe is data folder needed and by the way my cooperation name is called NORVEX TECHNOLOGY GROUP but msix packager doesnt allow spaces can you please support me and msix packager says no folders what to do? and appxmanifest…
Developer technologies | C#
How to enable automatic JIT DeBugging
How to enable automatic JIT DeBugging. Message was JIT Assortation failure visual C++ Jit assortation failed
Developer technologies | C++
Sample for SOLID EDGE, AutoCAD, Katya to convert to STEP.
Hi, Regarding your suggestion, I found a third-party CAD kernel or SDK vendor. Where I can find samples for as input file to convert to STEP(STEP as in the universal file format) from: SOLID EDGE AutoCAD Katya Thanks in advance,
Developer technologies | C#
Dose Simulation possible on Snapdragon ARM Processor
Dose Simulation possible on Snapdragon ARM Processor? 2. Dose Snapdragon ARM processor supports python, C, C++, Java, Oracle, ML and AI learning ?
Developer technologies | C++
Issue to add the code
Hi, I want to add the one below to the project. No need to add a cs file?
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio Professional 2026 update faile with a PowerPack2022 message
Visual insider want to update my Visual Studio Professional 2026 but i get an "sorry something went wrong" popup that says "The dependant package 'Components.ProductivityPowerpack 20222022........long string of digits ,Version17.0. And…
Developer technologies | Visual Studio | Setup
Flyout is overlapping with Status bar
Flyout is overlapping with the status bar on the top, after upgrading that to MAUI 10. Please find the attachment for reference Regards, Vaibhav Methuku.
Developer technologies | .NET | .NET MAUI
Issue of Swagger, Postman
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5750852/issue-to-the-deployed-app How to check and ensure Swagger, Postman is functioning well? On the client, how to trigger that Swagger, Postman of the server?
Developer technologies | C#
GetIsNetworkAvailable() behaves differently depending on NET version on Win11 LTSC.
we have a project using the following function call. On a Win11 LTSC test unit with no network connection: Project built with NET 8.0, function GetIsNetworkAvailable() returns false Project built with NET 9.0, function GetIsNetworkAvailable() returns…
Developer technologies | .NET | Other
.NET 10 Blazor WebAssembly – Calling C# from JavaScript no longer works (JSInvokable / JSExport / createDotNetRuntime)
I’m building an Ionic / Angular Android application that needs to execute C# code from DLLs via WebAssembly. Working setup (.NET 9) With .NET 9, everything works fine using this approach: Blazor WebAssembly project C# methods decorated with…
Developer technologies | .NET | Blazor
Unique ID of machine
Hi, Can anyone suggest which of the following methods to retrieve uniqueid from machine and more stable and reliable? 1.SMBIOS System UUID Source: SMBIOS Type 1 table, retrieved via GetSystemFirmwareTable('RSMB'). 2.TPM Endorsement Key Public Key…
Developer technologies | Universal Windows Platform (UWP)
Alternate to ASHWID
Hi, We are using ASHWID (Processor + Memory+ Disk) parameters in UWP. Recently the ASHWID parameters seems to fluctuate and not stable. Based on the below…
Developer technologies | Universal Windows Platform (UWP)
generating a device‑related identifier
I’m working on a UWP application where we need to associate a device with app‑specific logic (for example, licensing tied to a device). We previously used an API that generated a device‑related identifier, but its stability has changed on some Windows…
Developer technologies | Universal Windows Platform (UWP)
Fastest & Most Efficient DataTable Row Selection Methods in VB.NET (Single/Multiple, Simple/Complex Conditions)
We are using VB.NET with System.Data.DataTable objects that contain large volumes of data. We are evaluating which approach is the fastest and most efficient for selecting rows in specific scenarios. Single row Multiple rows Single row with simple…
Developer technologies | .NET | Other
how to change the position of the toast in maui?
I am using .net maui and I want to use toast so I use CommunityToolkit. and I find that I can not change the position of the toast . I want to change it to middle and change the background of it. how to do it?