Bit locker locked me out.
My laptop is showing bit locker recovery key. I can't find it. Computer won't engage.
Developer technologies | Universal Windows Platform (UWP)
Visual Studio 2026 Installation Error 1601 und 1703
For three days I have been trying to obtain a working, updateable Visual Studio installation. I had a working Visual Studio 2022 installation, but I could not update it. Before it was recognized, but when I used the new installer, Visual Studio 2026, it…
Developer technologies | Visual Studio | Setup
VS Code 1.107 fails to start on Azure Virtual Desktop
This has been a reoccurring issue since version 1.100. We recently updated VS Code on all AVD's to version 1.107.1 and single user desktops run the application without issue; on multi-session desktops the application fails to start.…
Developer technologies | Visual Studio | Other
Can't delete the bin folder, access denied.
I am getting the following message when trying to run/build a solution: 1>C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(6004,5): error MSB3231: Unable to remove directory…
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
Should I enable iPhone and iPad Apps on Apple Silicon Macs?
I'm not sure if I should enable iPhone and iPad Apps on Apple Silicon Macs in App Store Connect. I have tested my application on my iPad Air and in the iOS iPad simulator in Visual Studio but I'm not sure if my application will automatically run normally…
Developer technologies | .NET | .NET MAUI
What can I do when the debugger always crashes on my iOS device but works fine on the iOS simulator?
I found out that the debugger always crashes shortly after I started my application on my iPad Air 26.2. I have tried to set a breakpoint in different lines and different classes but it always crashes. The application automatically crashes 1-2 seconds…
Developer technologies | .NET | .NET MAUI
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#
Visual Studio 2026 - Sourcetree make a TAG
Hi Michel, How I configure TAG in Sourcetree using Visual Studio 2026. Do I need to checked Push tag , if yes why? What about Advance Options. Thanks
Developer technologies | Visual Studio | Other
I need help uninstalling a program
Im currently using VS Code 2019 and was trying to uninstall visual studio pro 2022 as in the p. Is this not working because its nit fully installed because it won't resume installing either or is it because imuseing some components from 2022 inside 2019.…
Developer technologies | Visual Studio | Setup
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
How to Migrate VB.NET WinForms App from AxTabDlg.AxSSTab (Sheridan SSTab ActiveX) to 64-bit Managed Controls?
Hello Community, I’m working on migrating a VB.NET Windows Forms application from 32-bit ActiveX controls to a pure 64-bit managed solution. The app currently uses Sheridan SSTab ActiveX via AxInterop.TabDlg (e.g., AxTabDlg.AxSSTab). Since ActiveX/COM…
Developer technologies | .NET | .NET Runtime
Is it necessary to configure App Store Server Notifications in App Store Connect when I use push notifications?
Is it necessary to set up an url in App Store Connect under App Store Server Notifications when I want to use push notifications in my application after I launch my application in the Apple App Store?
Developer technologies | .NET | .NET MAUI
WPF window render freezing on windows 11 update 25H2
Hello. Our client is reporting worrying problems that started happening after updating windows 11 to version 25H2 (it is possible it was also happening with 24H2, not sure at this moment), but it is definetly not happening in 22H2. Everything else is the…
Developer technologies | Windows Presentation Foundation
VSTools64.msi component is missing
Visual Studio has now been installed on Test, but it can't communicate with AX because the VSTools64.msi component is missing. I wonder where I could find it? Such old stuff can't be found online anymore. Or come up with some other workaround to get…
Developer technologies | Visual Studio | Extensions
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
Visual Studio sends 'shutdown' and 'exit' requests to Langauge Server on closing a Solution
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension. We have a requirement of loading the Language Server when extension is loaded and keeping the Language Server loaded throughout the Visual Studio session till the…
Developer technologies | Visual Studio | Extensions
VS Code stopped showing syntax errors
My visual studio code stopped showing the red squiggly lines for syntax errors and I have tried every solution that I have googled. I even asked my programming prof what was wrong with my VS code and he didn't know after. I even reinstalled VS Code but…
Developer technologies | Visual Studio | Debugging
Can Visual Studio be installed on an offline PC?
I purchased Microsoft Visual Studio Pro 2022 from approved Microsoft vendor and then instructed that Visual Studio Pro 2022 could not be installed on a offline machine. Why is Visual Studio Pro 2022 not offered with a Multi-Access Key option? Can Visual…
Developer technologies | Visual Studio | Setup
Support for merging .NET Core / .NET 6/7/8 class libraries into a single DLL
Hi, I’m working with .NET 6/7/8 class libraries and want to bundle a library and all of its dependencies into a single DLL file. I’ve explored the following options: ILMerge / ILRepack (but these are officially for .NET Framework and unreliable for…
Developer technologies | .NET | Other