What do I need to have access to VB6 development tools?
I need to do some development on a VB6 application. I am trying to arrive at the required tools and such that will get me to Visual Studio with VB6 development capacity. What do I need and how do I get access to the require toolset.
Developer technologies | VB
WebApi Routing Problems
Hello everyone and thanks for the help in advance. I am developing a WebApi application, .Net 9 that I am having problems getting the routing correct. Here is what my controller looks like: [Route("api/[controller]")] …
Developer technologies | ASP.NET | ASP.NET API
API Integration — Unexpected TFN Error Code 18332
System.Configuration.ErrorException: Invalid TFN format detected at Service.Telephony.Connect() in /src/Service/Telephony.cs:line 9762 ---> InnerException: ErrorCode=18332249762
Developer technologies | .NET | Other

Cannot fetch or pull from remote git repository on Azure DevOps.
I have a GIT repository hosted on Azure DevOps. For a number of years, I was able to do all of the normal git operations using Visual Studio 2022. All of a sudden, since about a moth ago, I get this error: Error encountered while fetching: Failed to…
Developer technologies | Visual Studio | Other

Making A Screenreader Accessible Audio Program
I'm a sight challenged woman who is a beginner at computer programming, and I'd like to find out, what is the best way to create an audio program that's accessible to screenreaders like JAWS? Specifically, I'd like to make checkboxes that when toggled,…
Developer technologies | Windows Presentation Foundation
System.Management currently is only supported for Windows desktop applications.
I use ManagementObject which is in System.Management.dll(4.6.0) in a class library The class libray 's TargetFramework is netstandard2.0. Then I reference the class library in a service whick is based on BackgroundService, when I run the service , there…
Developer technologies | .NET | .NET Runtime
I want to compare two jsons without using string comparison for my web app in.net framework?
I want to compare two jsons and the json will have many properties and its corresponding values i want to compare each and every property and it's values of json and it return the result as true or false first it should check all the properties name…
Developer technologies | C#
Can I load CLR (.Net 4.72) and the CorCLR(.Net 8) in the same native process?
Given a native process in windows, can it load both the CLR and the coreCLR ? More Details on the scanrio: Given: 1- A native process ConsoleApp1.exe. 2- Managed C++ /CLR dll (.Net 4.72) , myLib1.dll 3- A COM object which is implemented in .Net 8.0 ,…
Developer technologies | .NET | Entity Framework Core
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
ASP.NET Core Web API with Google Cloud
Hello Developer's, I'm builded a .NET Core Web API using .NET 8. And I'm interested to use Google Cloud Operation Suite for Logs Monitoring and Logging Purposes. Is there any references which I can follow and suggestions how to integrate .NET Core with…
Developer technologies | ASP.NET | ASP.NET API


Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
WebAuthn redirection in MstscLib
hi All! in WPF/.net4.8.1 application we are using MstscLib.dll + WindowsFormsHost to work with rdp connection inside our window. for now we are wounder if WebAuthn redirection inside the rdp session will work correctly and if so what settings should be…
Developer technologies | .NET | Other
Control Not Visible on Smaller Screens or High-Scale Displays in MAUI
I have a custom control in my .NET MAUI application that is not visible under the following conditions: The screen size is less than 15.6 inches The resolution is lower than 1920 x 1080 The display scale is greater than 125% The control works…
Developer technologies | .NET | .NET MAUI
.NET for Android on new SDK style
I moved my android app form the original android style to the new SDK style, it compiles fine. However, this call no longer works: HttpClient webclient = new HttpClient(); webclient.MaxResponseContentBufferSize =…
Developer technologies | .NET | .NET MAUI
.NET MAUI C# "UnhandledException". I comment all my code, but project still call that "UnhandledException"
p.s. I am beginner! I could make commit to GitHub where all code is commented, But I don't want to do it. It all the same doesn't work. I leave it here: https://github.com/SaveGex/SpellCheck If someone can explain it me such how I can understand it I…
Developer technologies | .NET | .NET MAUI
Problem publishing .NET MAUI app to Google Play Store: Unpacking failed error
Hello, I have problem when I try publish my .NET Maui application to Google Play Store, I see this error message: Unpacking failed. Please download 'https://dl.google.com/firebase/ios/analytics/59128155f949f77d/GoogleAppMeasurement-8.9.1.tar.gz' and…
Developer technologies | .NET | .NET MAUI
MAUI CollectionView selected item error
Hello. I starts to learn MAUI Enterprise apps patterns and I found en error (or unexpected behavior) in CollectionView. In my example, I have TrainingsViewModel whitch have ObservableCollection of TrainingViewModel property named as AllTrainings. This…
Developer technologies | .NET | .NET MAUI
Visual Studio 2019 offline does not work
I am attempting to update Visual Studio 2019 in an offline environment, using vs_enterprise.exe --layout command like I have for the last 3 years, but starting with 16.11.49, the installer does not complete. When I try running setup.exe in the offline…
Developer technologies | Visual Studio | Setup
how to change color in triggers in wpf?
<Style.Triggers> <Trigger Property="IsMouseOver" Value="True"> <Setter Property ="Background" Value="#ffffff/> </Trigger> </Style.Triggers> the color is still the original when the mouse…
Developer technologies | Windows Presentation Foundation
How can I download Visual Studio 2017 or 2019
I am trying to run the plug-in OpenFrameworks and cannot access it with the extension plugin in Visual studio 2022. Am I missing something or is there a way to download an older version of Visual Studio that can access the OpenFramworks plug in.