Release mode for a NET9 MAUI failed to find entry classes.dex
I have my application written with NET9 MAUI. I use Visual Studio 2026. The application is working in debug. When I deploy in Release, the application crashes immediately. The error log is quite long, but I think this is the relevant part immediately at…
Developer technologies | .NET | .NET MAUI
www-authenticate: Bearer error="invalid_token",error_description="The signature key was not found"
I am getting below error while validationg intra auth token www-authenticate: Bearer error="invalid_token",error_description="The signature key was not found" i am not able to find IssuerSigningKey from any where
Developer technologies | C#
VBA: Copy and Paste with a TextBox do not work on Mac
VBA for Word; but there is no coding involved. Create a UserForm. Add a TextBox. Run it. On Windows - you can Copy and Paste to/from the TextBox - vs the Clipboard. On MacOS - you cannot. (at least, it never worked for me - please post if it works for…
Developer technologies | VB
Using Visual Studio Professional 2022 Version 17.14.19 - Viewing values of local variables in async methods
I am not able to see the values of local variables within async methods when attaching the Visual Studio debugger to a remote process. The issue is only happening with ASYNCHRONOUS methods. The values of locally declared variables within synchronous…
Developer technologies | C#
Kernel mode - PsGetCurrentProcessId && PsGetCurrentProcess bad docs
в ходе написания драйвера столкнулся с необходимостью скрыть импорты. начал писать импретацию функций PsGetCurrentProcessId и PsGetProcessId(PsGetCurrentProcess()). обнаружил ошибку вроде как две функции по названию имеют один и тот же смысл но нет…
Developer technologies | C++
How do you integrate Microsoft Learn modules into your team’s training or onboarding process?
I’m interested in hearing from professionals who use Microsoft Learn as part of their team’s training or onboarding. How do you incorporate these modules into your workflow—do you assign specific courses for new hires, use them to supplement internal…
Developer technologies | Windows Forms
How do i install a click-once application from the browser
For many years I have been developing and updating an application in VB.Net using 'click-once' in VS. I have only been able to install it using FireFox. Recently (since about a week ago) I have been unable to install or upgrade the application. There…
Developer technologies | VB
How do I specify two different providerNames in VB project
I am using VS2022 and VB. I have a Windows Forms project that currently uses providerName=System.Data.sqlclient. I want to gradually move away from sqlclient to odbc, and my idea is to do it one Windows Form at a time as I will be able to Import the…
Developer technologies | VB
How can developers ensure smooth video chatting in dating apps?
I am starting this discussion for everyone who can answer my query.
Developer technologies | Windows Forms
Does a website built on asp.net have a Content Management System (CMS)?
I have a client that is using an agency that is using asp.net to build their website. I've never heard of this before. My agency provides SEO and I'm trying to find out if the new website will have a Content Management System and logins so my team can do…
Developer technologies | ASP.NET | Other
Visual studio 2026
When i download the visual studio 2026 installer to use it without the internet and putting the files into the pc without internet with a own domain network and try run the command c:\localVSlayout\vs_enterprise.exe --noWeb it open the vs installer…
Developer technologies | Visual Studio | Setup
How do I eliminate flickering when using DrawString?
HI all, I am creating a screen which will have a horizontal scrolling text at the bottom of the screen, along with some graphics at other screen locations. I have this working using a timer, but the text flickers and I would like to know if there is a…
Developer technologies | C#
Why are Backspace, Enter, Navigation keys not working while editing any file in Visual Studio?
I am using Visual Studio Extensions, while creating a new solution through extension for the first time, we are only able to type alphabets. Backspace, Enter, Navigation keys are not working while editing any file. But when we force close the solution,…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
Developer technologies | C#
Calculating the amount of TRX and energy required for a contract
How can a contract be calculated in Tron so that before writing it, one can know how much Tron and how much energy it requires? For example, the user writes the text of the contract, but its amount is determined after receiving its bytecode and ABI. Is…
Developer technologies | C#
visual studio community version 2022 is not available to download
my students need to install 2022 for a project it needs 2022 and haven't been updated for 2026 yet and there is no place to get the 2022 community version installer and its not available in the installer as well
Developer technologies | Visual Studio | Setup
Change run and debug button to run button only, Run cpp file without using code runner
In vs code, for my C/CPP file, i always see run and debug option and I want to change it to run option only, also how to run the cpp file without using code runner Moved from: Community Center | Discuss the Q&A site | Get started on Q&A
Developer technologies | Visual Studio | Other
How to fix "Could not find or load a type. (Exception from HRESULT: 0x80131522)" in Visual Studio 2026
I have installed visual studio 2026 and SQL Server Integration Services extension version 2.0 preview. But when I use slowly change dimensions component, the error "Could not find or load a type. (Exception from HRESULT: 0x80131522) (Microsoft…
Developer technologies | Visual Studio | Extensions
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
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#
can not read assets file in ios in maui?
there is AboutAssetx.txt and font1.ttf with same code i can read AboutAssets.txt but can not read font1.ttf and all set to MauiAsset and were in Raw folder why? in android I can read it. I use FileSystem.OpenAppPackageFileAsync