Visual Studio Code Generator Hanging
I implemented a Visual Studio code generator that uses the Microsoft.VisualStudio.TextTemplating.VSHost.BaseCodeGeneratorWithSite in the Visual Studio SDK. When running in Visual Studio 2026, the following code hangs: var p =…
Developer technologies | Visual Studio | Extensions
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…
Developer technologies | Visual Studio | Debugging
Register Visual Studio 2026 after installation
Hi, 1.How I register my Visual Studio with our organization bill? 2.Where VS 2026 located, i want to create add it to my task bar? Thanks,
Developer technologies | Visual Studio | Setup
Visual studio 2026
Hi, Does the VS 2026 is stable, and available? Which features I got with it? Does installing VS 2026 is a separate installation, not harm VS 2022 , and what size of installation is it ? Does all projects before, it supports? Thanks,
Developer technologies | Visual Studio | Other
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://learn.microsoft.com/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.…