Content
How to validate XML dataset when hexadecimal invalid character arrives
I am processing some xml document. while reading xml value through dataset, I am getting below error. System.Xml.XmlException: ''', hexadecimal value 0x02, is an invalid character. Line 1, position 989.' How to avoid this...? How to validate and…
SSL connection could not be established with .Net HttpClient
Hi, Attempting to make api calls to Yelp Fusion via .Net 3.1 api but receiving the following error: Error Message: The SSL connection could not be established, see inner exception. Source: System.Net.Http Trace: at…
SSL connection could not be established with .Net HttpClient
Hi, Attempting to make api calls to Yelp Fusion API via .Net 3.1 api but receiving the following error: Error Message: The SSL connection could not be established, see inner exception. Source: System.Net.Http Trace: at…
Can AnchorTagHelper specify different controllers with the same name?
I have multiple controllers with the same name in different namespaces. To explain clearly what I want to do, I first briefly show part of my code. I created a ViewLocationExpander class. Its main function is to automatically find the view corresponding…
Maui - Bit locker in MAC
Hi, I used this code to check if USB is bit locker , how is done in MAC ? Thanks, #if WINDOWS using Microsoft.WindowsAPICodePack.Shell.PropertySystem; using Microsoft.WindowsAPICodePack.Shell; namespace GssdDesktopClient.Maui.Helpers { public class…
Database Synchronisation/Replication
Hi, I was wondering what some of the best ways to synchronise data stored on a table in a local database with an online server. As I am developing an application that will be ran on multiple devices and will store the data collected in a local database,…
permanent footer row in datagridview
hi , is there a way by which our datagridview control could have a footer row below exactly after the 12 rows and if the rows in the datagridview increases , suppose by 2 . it should always be at last position but it always should be after 12 rows . the…
Deploy an asp.net core API on a Linux server with nginx
hi I followed your tutorial on deploying an asp.net core API and I followed the same logic to deploy my API on an ubuntu server with Nginx, it happens that locally I access the API from the development environment, and even from another machine on the…

SQL Server 2022 ADODB connection in classic asp
I can't establish ADODB connection to SQL Server 2022 from classic asp page. Same connection with SQL Server 2014 works fine. How can I determine what is the problem? Here is the code: <%@ language=VBScript…

Bot to accept human commands
Hi I want to cerate a basic bot which understands simple user commands in English such as 'book staff John Smith on job xyz' and executes the actions on a backend database as insert queries. How do I go about doing this? Where to start? What…
Marshal does not contain a definition for GetLastPInvokeError
In Visual Studio 2019 I'm getting complier error CS0117: 'Marshal' does not contain a definition for 'GetLastPInvokeError' My console application project targets .net framework 4.7.2, which should define GetLastPInvokeError according to the docs (.net…
What do I describe dynamic linking of UWP dll by C++?
Hello! I use VS2022. I don't know how to describe dynamic linking of UWP dll by C++. Please describe sample it's code.
How Do I Resolve the Exception: Azure.Identity.CredentialUnavailableException When Attempting to Get a Key Vault Secret
@Alfredo Revilla Hello, I'm attempting to fetch a key vault secret in an Azure Function App. The function app runs within a Docker Linux container. I tried using the ExcludeEnvironmentCredential option when creating an instance of a…
ProgressBar style in WinForm
I tried to use ProgressBar in VS 2015 (VB.NET & C#) Community. It works OK except Style. Doesn't matter if I use "Continuous" or "Blocks" style I get "Continuous" style. I also tried in VS 2017 Community and I got…
How to run AI model in a Blazor frontend
Hi, What is the best way to run a AI model (programmed in Python) that has been deployed in Azure as a managed endpoint in the Blazor frontend of each user of a Blazor website? Is there a way to run the AI model in the Blazor frontend in a simple and…
How to run simple C# server that expose gRPC communication
I am new to cloud computing and Azure, I've developed a basic .NET Core server that contains gRPC communication. My objective now is to determine the most cost-effective approach to deploy and run this server on Azure, given the limited expected…
Output to Blazor backend from Azure deployed AI model
Hi, We need to get the output of an AI model that runs as a managed endpoint in Azure to our Blazor backend. What is the best way to do that? Is there a way to send the output from the AI model to the Blazor backend once it is ready? If yes, how exactly…
i need to upgrade my windows 8.1 to windows 10, processor core i5-3210M
computer is 7 years old but now i can not afford a new one

How to fix XA3007: Could not link native shared library: libxamarin-app.so in Xamarin.Android.
I'm trying to run and build my Xamarin.Android project in Visual Studio 2022 to upgrade Target Framework and API Level to 33 Android 13 but got the next error:(how can I solve it ?any idea please)
Not remembering source control plug-in (Git)
Since the last release, Visual Studio 2022 is not remembering the source control selection. Every time a project is opened, I must open the options dialog, go to Source Control, and select Git from the "current source control plug-in." Once I…