VBA Make Query error
I have been using this syntax for years, to copy tables between environments (using ADO) from Excel. "operator is not supported for this type of object" in this case the execute command is on an access database. "SELECT * INTO Adam…
Developer technologies | Visual Basic for Applications
GIS - Convert from one format to any formats.
Hi, 1.In continue to: https://xtls-v4.hkg1.meaqua.org/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…
Developer technologies | C#
BLAZOR ROUTE PARAMETER EXCEPTION
Current page directive of Blazor component is like: @page /mypage/{thestate:bool?} When I call the URL localhost:32360/mypage, there is no problem; nevertheless, when I call the URL localhost:32360/mypage/false or localhost:32360/mypage/true, the web…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio 2022 with GitHub Copilot Chat
Hi, I'm using VS 2022 -Version 17.14.8. 1.When I'm In Solution Explorer Tab and switching to GitHub Copilot Chat It's take a long time? why ? 2.So what I do, I opened the files I need to work with in Solution Explorer Tab before. And later I switch to…
Developer technologies | Visual Studio | Other
Git with VS 2022 and SourceTree
Hi, Prerequisites: 1.Git installed in your machine. If not install it from :https://git-scm.com/downloads After config Git in command line: git config --global user.name "Your full name" git config --global user.email "Your full…
Developer technologies | Visual Studio | Other
How many code rows in my solutions ?
Hi, How can I know how many code rows in my solutions ? My solution is consists of: 1.Console App project in .NET 9. 2.Class Library project - netstandard2.0 . 3.Wpf App project - in .NET 9. 4.Xunit Tests project -in .NET 9. I'm using VS 2026. Thanks in…
Developer technologies | Visual Studio | Other
Moving to VS 2026
Hi, 1.I moved from Visual Studio 2022 to Visual Studio 2026 . 2,My solution is consists of following projects: a. Console App project in .NET 9. b. Class Library project - netstandard2.0 . c. WPF App project - in .NET 9. d. XUnit Tests project -in .NET…
Developer technologies | Visual Studio | Other
GIS CLI commands
Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…
Developer technologies | C#
i need help logining into my authenticator app
i got a new phone and can not login into my authenticator app
Developer technologies | Windows Forms
VB6/COM app startup is slow on Windows Server 2019/2022/2025 vs. 2016—local COM only, trusted signing chain pending. How to reduce Code Integrity/Defender overhead and AppCompat/Fusion probing?
Hi All, Environment & symptoms Legacy VB6 (32‑bit) application with multiple COM/OCX components, all local (no remote DCOM). Runs fast on Windows Server 2016. Noticeably 3-4x slower on Server 2019, 2022, and 2025 App binaries (EXE/DLL/OCX) are…
Developer technologies | Visual Basic for Applications
netstandard2.0 to netstandard2.1
Hi, 1.I'm using VS 2026. 2.My current class library is: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> </PropertyGroup> 3.I see option only to move…
Developer technologies | Visual Studio | Other
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
how to make full screen of the splash screen of android in .net maui?
I am using .net MAUI 9.0 and I want to make the splash screen full screen. in android and it is not full screen
Developer technologies | .NET | .NET MAUI
Is there a common .NET MAUI implementation for AccountManager / AccountAuthenticator?
Hello team, I have a question regarding authentication in .NET MAUI. On Android there are built‑in classes such as AccountManager and AccountAuthenticatorActivity that allow applications to create accounts, list them in system settings, and obtain…
Developer technologies | .NET | .NET MAUI
ViewComponent exception handling
Hi, What is the correct way to handle exceptions in a view component? I would like the user to end up being redirected to an error page. My ViewComponent looks like this : public async Task<IViewComponentResult> InvokeAsync() { …
Developer technologies | C#
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
Visual Studio 2022 - not fire unit tests in debug mode
Hi, Please see: https://app.screencast.com/YwqnKkUGuwlR4 How is can be solved? Thanks,
Developer technologies | Visual Studio | Debugging
GIS - TryCreateForInput
Hi, 1.I used GIS API . 2.There are 15 formats: EsriJson GeoJson GeoJsonSeq Kml/Kmz Shapefile OsmXml Gpx Gml FileGdb TopoJson MapInfoInterchange MapInfoTab Csv GeoPackage. 3.This is my main function: TryCreateForInput that gisInputFilePath-Path to a…
Developer technologies | C#
Manufacturer Obsolescence date / EOL Date
Microsoft_Components (1).pdf Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates. We have 100+ components which I…
Developer technologies | .NET | Other
Issue with navigation of pages
My home page is implemented as a FlyoutPage, with the detail page set as a TabbedPage and the flyout serving as the menu page. The TabbedPage contains three tabs in the order of Alerts, Home, and Menu. The issue occurs when I select the first option,…