How to resolve a link error about a pointer?
Windows 11, Visual Studio 2022, C++, project type MFC Gosh, this is too long, but I have been struggling with it all day. I have tried to provide what seems to be essential but as short as I can. Setup: The project has several GUIs. One of the GUIs…
Developer technologies | C++
Error creating Angular stand alone project in Visual Studio 2022
Following this Microsoft document tutorial-asp-net-core-with-angular I am trying to create a solution with an Angular front end and c# api back end. When I click "Create" for the Angular project (using the stand alone template), I get the…
Developer technologies | Visual Studio | Other
Ajax post with C# Handler and XSRF-TOKEN
This question is for Web pages with .NET, C#, and Ajax. I'm having an issue with a ajax calling working with the XSRF-TOKEN" and it's not calling the handler in the .CS. I think I need to do something with my ajax call to validate the token. In my…
Developer technologies | ASP.NET | ASP.NET Core
Issue on VBA MSAccess execute command
Dear Support, I have used for a long the below VBA code run from an excel file to insert the content of one table from one MSAccess DB to a different table placed in a different MSAccess DB placed in a different location: Private Sub…
Developer technologies | Visual Basic for Applications
How to allow my computer to run bat files?
Hi, I turned a text file (with code) into a .bat file, and tried to open it, and all It said was: Windows 11
Developer technologies | C#
GIS Converter - Converts input file to its original
1.I need to extend the GIS converter funcuality. 2.This the command: GISConverter.Cli.exe gis_convert <input> <format> <output> <temp> [Log <log_path> [level]] <input> - this can be a single or an archive file. We…
Developer technologies | C#
build error .NET MAUI app upgrade .NET 9.0 to .NET 10.0
getting build error Error in C:.nuget\xamarin.androidx.compose.runtime.annotation.android\1.10.0\buildTransitive\net10.0-android36.0\ ..\..\aar\runtime-annotation-android.aar:classes.jar:androidx/compose/runtime/Immutable.class: Type…
Developer technologies | .NET | .NET MAUI
Has any Code to Connect to the Server Hostname and get data
So new try my MySQL connection will not work the way i want to be so another question here now Its possible to connect to the hostname and get any database information and show on the Winform like this shows on datalist, listview or another …
Developer technologies | Visual Basic for Applications
Visual Studio 2022- File Ignored always ignore when adding to class libraray
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
How to remove the listView pressed/activated ripple drawable to the entire row
I have a listview like below to show the question and answers. <ListView HasUnevenRows="True" HorizontalOptions="FillAndExpand" ItemsSource="{Binding ItemsSource, Source={x:Reference this_flow_picker},…
Developer technologies | .NET | .NET MAUI
Vb.net form sizing issue different from design window
Say for example in design view I set form to 500x500 with a button at the very bottom of the form, during runtime the form does not show the button and the form appears to be smaller than in design view if I adjust the form in design view a bit bigger…
Developer technologies | Windows Forms
Where can I download VS2022 community?
I can't find the link to download VS2022 community. My project doesn't build with VS2026.
Developer technologies | Visual Studio | Other
How do I move from Tests Explorer to my code using Go To Code?
Hi, Please look on: https://app.screencast.com/M0S7MDU6bVP9T When test failed, I right click on tests and pressed "Go To Test", but is not working ? why ? Thanks in advance,
Developer technologies | Visual Studio | Testing
how to get the keys in .net maui ?
I am using .net maui and I want to get the :1. android cert md5 2.ios cert SHA-1 3.public key of android and ios. how to get them? the first I searched that there is no md5 in keytool -printcert
Developer technologies | .NET | .NET MAUI
MAUI app issue
Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?
Developer technologies | .NET | .NET MAUI
Syntax issue - Cannot figure out
I am getting a "Type Mismatch" for the following code:" yr = Application.VLookup(ListBox1.Value, Worksheets("RideSch").Range("BL4:BM8"), 2) This is what it is referencing. The variable "yr" is DIM as…
Developer technologies | Visual Basic for Applications
Bot Framework Migration to Agent SDK
We are migrating from the Azure Bot Framework to the Microsoft 365 Agent Framework. While reviewing the documentation, I couldn’t find any replacement for Application Insights (the module shown below). Could you please let us know if there is an…
Developer technologies | Visual Studio | Other
getting error when .NET MAUi app upgrade .NET 9 t .NET 10
getting this multiple error after upgrade .net 9 to .net 10 D:\Projects\App git\WebInterface\MAUIApp\obj\Debug\net10.0-android\lp\361\jl\AndroidManifest.xml Warning: Namespace 'com.google.android.recaptcha' is used in multiple modules and/or libraries:…
Developer technologies | .NET | .NET MAUI
While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar
Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…
Developer technologies | Universal Windows Platform (UWP)
how to install visual studio
Hello, I’m trying to install Visual Studio on Windows 11, but I get an error at the start of the installation saying: “Sorry, something went wrong.” I’ve tried several solutions, but nothing has worked so far. I would really appreciate your help.…