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#
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 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#
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#
ConversionService - convert from GIS file to other format include itself using Aspose.com API
Hi Bruce, 1.I used this conversion orchestrator to convert from one GIS format to another format include itself. 2.I have two cases with gisInputFilePath: an archive or single file. public static ConversionResult Run(string gisInputFilePath, string…
Developer technologies | C#
Conditional Access Not Triggering in Azure AD B2C
Hi , I’ve successfully implemented all my main Azure AD B2C flows for user migration— including custom password reset, MFA with authenticator app (via TOTP), user migration with just-in-time logic, and sign-in / sign-up orchestration. Most core flows are…
Developer technologies | C#
how to compile to stm32 or other ?
how to compile to stm32? can I compile the code and then download to stm32 ?
Developer technologies | C#
Error accessing certificate private key after 2025-10 cumulative update
Hi. We have a Windows application developed on C# .NET Framework 4.5.2. Since the last cumulative update it's throwing an error every time we try to access the PrivateKey property of a X509Certificate2. X509Store store = new X509Store(StoreName.My,…
Developer technologies | C#
MongoDB.Driver.MongoIncompatibleDriverException:
MongoDB.Driver.MongoIncompatibleDriverException using C# mongodb driver
Developer technologies | C#
TextBox overlay placed over Excel cell doesn't receive TextChanged events — Excel captures keystrokes (VSTO)
hi I created a VSTO add-in that displays a WPF TextBox overlay positioned exactly over the currently selected Excel cell so users can edit inline. The overlay is visible and aligned correctly, but when I type, Excel captures all keystrokes and the…
Developer technologies | C#
Protect Against Rough Agents (AI Foundry)
Hi, My developers are building agents, and using Foundry AI as their LLM. The agent is calling tools afterwards and I'm afraid it will do stuff it shouldn't (also I want an inventory). There is way to sit between the model and to the Foundry AI? Or I…
Developer technologies | C#
I need to understand community version
If we have 50 .net developers in a company but my in mostly every project we work only 4 .net developers for 9 out of 6 projects. That means we are working only 4 .net deeopers for each project.shall we use community version of visual studio for those 6…
Developer technologies | C#
Visual Studio is not opening report definition
Visual Studio 2022 Report designer is not showing reports created with Visual Studio 2019
Developer technologies | C#
In C# how to get the VMSS instance private IP
In C# how can i get the Private IP address from the network interface of VMSS instance? Resource ID:…
Developer technologies | C#
Retry required for GetGattServicesAsync() when connecting to BLE peripheral using LE privacy.
When getting GATT services from a paired peripheral using LE privacy, the first call to GetGattServicesAsync() always times out after 7 seconds with a status of 'Unreachable'. Our current workarounds we've identified are to (1) scan for a device…
Developer technologies | C#
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#
join a PDF to multiple PDFs with c#
How about guys I need your help to program an application in c #. I have a folder that is constantly fed with documents and we must always add them manually, something that is complicated by the large number of files so I wanted to program something that…
Developer technologies | C#
Windows Form App C# 10.0 I want to use Stopwatch to record Process calls Elapsed times in a Rich Text Box "event log"
I have a application that I am updating for work, and I have two processes, one is a csv writer and another a rest API call I want to record the time it takes for the processes to run then display each individual elapsed time in a rich text box I am…
Developer technologies | C#
Reply to a comment posted for the question Corrections and lack of API for tron and now deleted
**Reply to a comment posted for the question Corrections and lack of API for tron and now deleted **I couldn't post this explanation as a comment on the question because the question was deleted. …
Developer technologies | C#
403 error when updating user fields using https://graph.microsoft.com/v1.0/me endpoint
Configuration is an Entra External ID tenant using a Blazor application - trying to edit the user's own profile information when logged in as their self. Getting a 403 error when updating user fields using the https://graph.microsoft.com/v1.0/me…
Developer technologies | C#