Issue to the line
Hi, I got the exception like Exception/StackTrace - Index and length must refer to a location within the string. how to locate to the place causing the issue.
Developer technologies | C#
Visual Studio not recognizing GitHub Pro subscription capacity
I moved to a paid GitHub Pro subscription but with the new month Visual Studio is not acknowledging any capacity for using GitHub Copilot.
Developer technologies | Visual Studio | Other
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
Copilot Code Review in Visual Studio - cannot see generated comments
I use GitHub Copilot Code Review in Visual Studio, it generates some comments but they cannot be viewed. In Visual Studio, in the Git Changes panel, I click on the chat icon above my staged changes. It works for a minute and then displays a message that…
Developer technologies | Visual Studio | Other
How to automatically redirect to next page after progress bar finish loading
How can I create a progress bar that will be loading, and after it finishes loading, it will automatically redirect to next page after 10 seconds? Here is what I tried, although what I've been able to get is a button such that when the button is clicked,…
Developer technologies | C#
How do I fix Microsoft Visual C++ 2022 X64 Minimum Runtime - 14.40.33810?
I have been having an issue on my widows 11 pro. I have been using the PC for a few years now, and all of a sudden when I tried to install a file from Steam a message appeared Microsoft Visual C++ 2022 X64 Minimum Runtime - 14.40.33810 The feature you…
Developer technologies | Visual Studio | Setup
How do I get the bins from a purchase order line item from the Business Central APIs?
I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about the…
Developer technologies | C#
Visual Studio 2010 Office Runtime Installation issue
Hello, We have a requirement to install MDS Add in for excel (2019). URL : https://www.microsoft.com/en-us/download/details.aspx?id=58203 As a pre-requisite it shows that we have to install : "Visual Studio 2010 Tools for Office Runtime". URL :…
Developer technologies | Visual Studio | Setup
Watch Window shows incorrect value for REAL variables in Fortran debug mode (Visual Studio + Intel Fortran)
Hello everyone, I’m facing a strange issue in Visual Studio while debugging a Fortran project. I'm using Intel Fortran (oneAPI) with Visual Studio 2019, and everything works fine except the Watch window in debug mode shows incorrect values for some REAL…
Developer technologies | Visual Studio | Debugging
Custom debug engines in Visual Studio 2022?
What's the currently accepted way to create a custom debug engine for Visual Studio 2022 or 2026? I've found a tutorial for "Building a Debug Engine Using ATL COM", but it's clearly for an older version of Visual Studio (perhaps 2013). VS 2022…
Developer technologies | Visual Studio | Debugging
Global.asa file not being found post server upgrade
We upgraded from Win 2016 to Win 2022. When I try to access the site, I am getting a 404 status code. In the Failed Request Logs folder, the log file is pointing to not finding the global.asa file. Except, it was never there in the first place. The…
Developer technologies | ASP.NET | Other
Blazor WebAssembly no soporta AES (System.Security.Cryptography) → obliga a usar librerías externas
Actualmente, en Blazor WebAssembly, el uso de System.Security.Cryptography.Aes falla con el error: Algorithm 'Aes' is not supported on this platform. Esto ocurre incluso con configuraciones básicas como: using (Aes aesAlg = Aes.Create()) { aesAlg.Key…
Developer technologies | .NET | Blazor
Issue with Teams Bot: Incoming Call Event Not Reaching Bot (App-Hosted Media Sample)
I am developing a Microsoft Teams bot that should be able to join a call initiated from a Teams user. The goal is that when a user places a call to the bot inside Teams, the bot should join the call and handle the audio stream as described in Microsoft’s…
Developer technologies | C#
Swagger AddSecurityRequirement Fails After Migrating from .NET 8 to .NET 10 — 401 Unauthorized on [Authorize] Endpoints
Hello Team, Hope you are doing well. I previously had a working Swagger configuration in a .NET 8 Web API project. After migrating the project to .NET 10, the existing SwaggerGen and security configuration no longer compile. Below is the original .NET 8…
Developer technologies | ASP.NET | ASP.NET Core
iOS: Loading Overlay Sometimes Fails to Dismiss After Async Operation
I have a method in my .NET MAUI app that triggers a loading overlay with a spinning sync icon whenever it runs. When execution reaches the finally block, the overlay and icon should be removed. This works consistently on the Windows emulator, but on iOS…
Developer technologies | .NET | .NET MAUI
How to fix a 2714 error when trying to install a setup.exe file created in Visual Studio deployment projects (setup project).
Created a C# Windows Forms Application and works fine in debugging, no errors. Then created a setup project to make a setup.exe (msi) file to install my application on a windows computer. Get the following error "The installer has requested an…
Developer technologies | Visual Studio | Setup
How can I create a custom “Order Received” page after checkout in my ecommerce website?
I’ve built an ecommerce website and I’ve already created the checkout page successfully. Now I want to create a custom “Order Received” page that appears after a customer completes the checkout process. My goal is to make it show the order summary,…
Developer technologies | Visual Studio | Other
MAUI: Fingerprint Authentication UI does not update before navigation
I am working on a .NET MAUI app with biometric authentication. There is a pop-up appear when doing the authentication Issue: When the user taps the fingerprint sensor: The pop-up title should change from "Fingerprint for Native 3" to…
Developer technologies | .NET | .NET MAUI
MAUI: How we can disable the login form once tab on the login button
I have a login page where user needs to enter email and password. My problem is once the user taps the login button, the email and password fields are still editable. I want to make the email and password disable after tapping the button. After tapping…
Developer technologies | .NET | .NET MAUI
MAUI: Red circle is not visible on the UI
I am showing a list of alerts on the UI using a View. If the alert is not read, I need to show a red circle on the left side of it and I need to show the unread count on the tab icon. But currently only a gray circle is showing on the UI and count is…