46 questions with Developer technologies | Visual Studio | Debugging tags
Can't start the default Azure Function in Visual Studio 2022
Visual Studio 2022 17.14.7 Core Tools Version: 4.0.7317 Commit hash: N/A +5ca56d37938824531b691f094d0a77fd6f51af20 (64-bit) Function Runtime Version: 4.1038.300.25164 Following the quick start…
Developer technologies | Visual Studio | Debugging
Get error deploying to analysis services via VS 2022 Community to SQL 2019
Hello All, Hope you can help. I get an error trying to deploy my tabular package to SQL 2019 from VS 2022 community. I get a JIT error
Developer technologies | Visual Studio | Debugging
Can't Deploy to Analysis Service Get Error
Hello, I have a new computer, new install of visual studio 2022 community and Analysis Services Project installed. I can't deploy my tabular project to SQL 2019 Analysis Services. I get the following error: See the end of this message for details on…
Developer technologies | Visual Studio | Debugging
Unable to debug M365 agents tool kit in VS Code
Used Microsoft Agents Tool Kit, for creating a Chat Bot and integrated into Micrsoft Teams App, there is already a existing chatbot and existing code (TypeScript, JavaScript, node.js ) and well configured with all the keys and endpoints and unable to…
Developer technologies | Visual Studio | Debugging
Unable to connect Visual Studio debugger to Azure Web App
I have a web app running in Azure. This is a mature app. I have always been able to periodically connect my Visual Studio 2022 debugger to this web app to debug code. At some point in the last month, this has stopped working. I should say that this…
Developer technologies | Visual Studio | Debugging
When I compiled python using Cython, I was unable to call vcvarsall.bat
I have tried to reinstall the Visual Studio Installer many times, but every time I execute "python setup.py build_ext --inplace", All will show the error "b'dk\xf6e\rN\x94^\tg \x00\…
Developer technologies | Visual Studio | Debugging
Visual Studio Code does not let me type the letters a, s, or d, only in files
I can type these letters in the terminal just fine; however, I nothing shows up once I try and edit my code using these letters
Developer technologies | Visual Studio | Debugging
How to fix visual studio catastrophic failure in SolutionBuildManager.cs
Just suddenly the visual studio is not able to save the changes to some of my files. And is just reporting following, if I try to compile the code: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) [HrBeginSlnUpdate @…
Developer technologies | Visual Studio | Debugging
All other products, downloads and keys have been removed from the subscriptions.
TLDR: Effective June 5, 2025, Pacific time zone, the Visual Studio Enterprise benefit will be tiered according to Ambassador milestone. All Ambassadors should immediately take steps to ensure:
Developer technologies | Visual Studio | Debugging
uwp app help
Hello, I'm not sure who I should contact or talk to, but I have an inquiry about how I can request the "access all your files, peripheral devices, apps, programs, and registry" permission for my UWP app that I'm submitting to the Microsoft…
Developer technologies | Visual Studio | Debugging
popup "to prevent an unsafe abort when evaluating the function" reappeared
Hello In Visual Studio 17.14.0 , I am getting a modal frequently while stepping through a .NET Core 2.2 C# project. Not sure if it happens with other project types.“Microsoft Visual Studio” “To prevent an unsafe abort when evaluating the function…
Developer technologies | Visual Studio | Debugging
Selfsigned certficate error
Hi, Apple developer Account: created certificate for development and download in MAC and install that certificate. connected that MAC from windows and added apple account in visual studio(options->xamarin->apple account) select Automatic provision…
Developer technologies | Visual Studio | Debugging
The use of ILDASM.exe without Visual Studio installed.
I'm curious if there is any way to setup the ILDASM.exe tool so you can run it from a flash drive. I have found a need to be able to check out custom .NET DLLs that I have installed on systems that don't have Visual Studio on it. Thank you, George
Developer technologies | Visual Studio | Debugging
SSIS Package Password
Hi all, I have an 'Execute Package Task' in SSIS that connects to another package via a password. I'm wondering if there's any way to bypass this password. Please let me know of if you require more info. Thanks
Developer technologies | Visual Studio | Debugging


Package 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform 2.0.1' is not found in the following primary source(s)
I have an old project built on the .Net Framework v4.5.2 that references Microsoft.CodeDom.Providers.DotNetCompilerPlatform 2.0.1. I can Browse to it in NuGet and attempt to install the version I need. In the image above, you will notice that it says…
Developer technologies | Visual Studio | Debugging
.NET Maui project won't start after upgrading visual studio 2022
I upgraded visual studio 2022 to 17.13.6 my .NET Maui project targeting .NET 8.0 builds with no errors and deploys successfully but does not start
Developer technologies | Visual Studio | Debugging
Debugging typescript on Visual Studio
I'm trying to debug a Cloudflare worker typescript project on Visual Studio 2022, I did a post on developer community about the issues i'm experiencing. I'm cross posting it here in case someone has any types or suggestions in how i could solve any of…
Developer technologies | Visual Studio | Debugging
Hyperlinks Created in VSCode Not Opening in Chrome
There are issues with hyperlinks created in VSCode not displaying in the default browser, Chrome. Multiple URLs and browsers have been tested without success. The URL is correctly placed within the quotations of the href, but the hyperlink does not show…
Developer technologies | Visual Studio | Debugging
How to troubleshoot memory allocation errors in Visual Studio Community 2022
A memory allocation error is encountered when using Visual Studio Community 2022, particularly during system shutdown or when pulling from GitHub. Assistance is needed to resolve this issue, which a local store indicated may be related to the software.
Developer technologies | Visual Studio | Debugging
visual studio 2022 - adb device manager not showing my device. But, the device IP is visible with the “adb devices” command
I am thinking that if the IP can be seen in the “abd devices” command that it should be visible in the device manager? I could be wrong. I have the adb.exe path in the system environment PATH variable. C:\Program Files…