Excel Interop throws exception with reference added
Hi, I am trying to develop a vb.net application to open an XLSX file, change every occurrence of a label in the file, then save the file. See the exception I am receiving. I have included the Imports Microsoft.Office.Interop.Excel and a COM reference to…
Developer technologies | VB
Playing Audio Using Keystrokes: Is It Possible?
I'm not sure if these are the right tags for this request, but I'm wondering, how would I make an app that plays audio files using the keys on the number pad? Specifically, I want to make an app that triggers "Rotary Pulse 1" by pressing 1 on…
Developer technologies | Small BASIC
I Want To Make...
I'm not sure if this is the right tag for this request, but I want to make a screenreader accessible app that will allow anyone to make high quality voice models, voice covers, songs, and the like. How do I get started making something that can…
Developer technologies | .NET | Other
How to fix: System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception
Hi, I'm getting the below exception after I deployed my web ASP MVC Net Core app in CentOS, I'm stuck and don't know what to do? System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. --->…
Developer technologies | ASP.NET | ASP.NET Core
Calculating Elapsed Time From Start & End Time
Hi, Running SQL Server 2008 R2. I have the following sample table: CREATE TABLE [dbo].[Test] ( [Test_ID] [int] NOT NULL, [Start_Time] [char](5) NULL, [End_Time] [char](5) NULL, [Elapsed_Time] [char](5) NULL, CONSTRAINT …
Developer technologies | Transact-SQL
Why Visual Studio Installer provides outdated versions of Windows SDKs for VS 2019?
I have Visual Studio 2019, version 16.11.50. My Visual Studio Installer version is 3.14.2082.42463. When I decided to install the Windows SDK from VS Installer to get updates for it automatically, I noticed that versions of SDKs suggested on the…
Developer technologies | Visual Studio | Setup


How to change this code from RestSharp to standard library C# ?
Hi, Please could somebody help me to convert this code to the Visual Studio Standard Library? It is about sending a file to one url via POST method. Thanks for your help. string fileName = "C:\\temp\\schedule.csv"; var _client = new…
Developer technologies | C#
Visual Studio - use the output of a native DLL project in a C# WinUI project
I have a solution with two projects, one is a C# WinUI3 project which uses a native code DLL in the other project via interop. My DLL itself requires some other DLLs which are provided by vcpkg. How to I set up the solution/project files in VS2022 so…
Developer technologies | Visual Studio | Other

cannot get the android binding ?
I want to create android binding of android '.aar' lib of 'zxing-android-embeded.aar' and I put it in the android binding . I can get the dll in debug mode but I can not get the dll in release mode there is two error:Size do not implement…
Developer technologies | .NET | .NET MAUI
Read HTML table with C#
Hello everyone and thanks for the help in advance. I wrote a screen scrape program that returns a variable number of rows HTML table that I need to extract data from. I'm really not sure the best way to proceed, i.e. regex or some other method. Here…
Developer technologies | C#

Unable to Add Folders to WebApi Project
Hello everyone and thanks for the help in advance. I am using Visual Studio 2022 to develop various MVCC and WebApi applications. Without what I think are any changes to the environment, I am now unable to add any folders into the project than can be…
Developer technologies | ASP.NET | ASP.NET API
Unable to debug and connect to a real iOS device while running my MAUI app from windows
Hi, i had created a MAUI app on windows .netSDK 8.0 and using iOS xcode16 to debug and deploy that on to my real iOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…
Developer technologies | .NET | .NET MAUI
Visual Studio 2022 (.NET 8 MAUI) – iOS Simulator build fails: “MSBuild was unable to connect to the Mac …” despite successful Pair to Mac
Hello, I am trying to debug my .NET MAUI (.NET 8) project on a simulated iPhone 16, but I always get the following error when building: MSBuild was unable to connect to the Mac with Address='xxx.xxx.x.xx' and User='username'. This connection is…
Developer technologies | .NET | .NET MAUI
Has something changed with relative bindings to the VM inside DataTemplates?
I'm migrating from Xamarin.Forms which has been a fairly good experience so far, but I've also run into quite a few breaking changes. I've found workarounds or fixes to many so far, but one that has left me a little stumped sits at the core of the data…
Developer technologies | .NET | .NET MAUI


Was "Urls" in appsettings.json ignored in ASP.NET Core 6.0?
In ASP.NET Core 6.0, is it no longer possible to override the Kestrel URL in appsettings.json > "Urls" as it was up to ASP.NET Core 5.0? CustomUrlApp.csproj <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> …
Developer technologies | ASP.NET | ASP.NET Core

Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…
Developer technologies | ASP.NET | ASP.NET Core
Table border issue
Hi, What is wrong below? How to correct it?
Developer technologies | ASP.NET | Other
Outlook Ribbon Add-in Manifest Issues
An add-in has been successfully created that works as expected within the Calendar context. However, there is an attempt to create a separate add-in that should always be accessible from the main Ribbon in Outlook, independently of whether the user is in…
Developer technologies | XAML
Bash.exe not working
Running Windows 11. When I run bash.exe I get a command-prompt-like window, which disappears after a couple of seconds??
Developer technologies | .NET | .NET CLI
Visual studio installation error.
I am not able to install visual studio enterprise 2022 in my VM offline. getting an Error stating. need to connect with Internet connection. I did some research on the logs and found. there is error a certificate validation. Need your assistance to…