1,104 questions with Developer technologies | Visual Studio | Debugging tags
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
Error: The type 'UIKit.UIInputSuggestion' (used as a parameter in UIKit.UITextField.InsertInputSuggestion) is not available in iOS 18.1 (it was introduced in iOS 18.4)
I'm at my wits end trying to deploy an iOS app using MAUI. It worked last week, now it no longer works and I've spent days on this. .Net 9 Visual Studio 17.3.6 XCode 16.1, IOS 18.1 The errors are below. My understanding, as per Microsoft documentation,…
Developer technologies | Visual Studio | Debugging
Visual Studio doesn't let me deploy after the first Xamarin Deployment
I am currently on a projet which uses Xamarin as a base. The application runs on android and I use Visual Studio to run and test code, expecting it to build and deploy to my physical device when I run in debug mode. However, this is not what is…
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
Read PDF file
Hi, Is there an example to read PDF file using Visual studio 2015?
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Testing
Developer technologies | Visual Studio | Other
Community Center | Not monitored
Android Devices Detected for Xamarin.Android but not .NET for Android
I have several Solutions, Xamarin.Android & .NET for Android. When I open the Xamarin.Android Solution Visual Studio 2022 Community 17.13.4 detects all of my physical Android devices, but they are not detected by Visual Studio when opening the .NET…
Developer technologies | Visual Studio | Debugging
XAML code autocomplete (Intellisense) is disabled/ greyed out and can't be enabled
Hard case here: After i installed a WinUI Preview version the WinUI Templates disappeared after weeks of installation (it's a known bug but i can't find the link anymore). Nothing helped but a reinstallation with previous removal of all VS…
Windows development | Windows App SDK
Developer technologies | Visual Studio | Debugging
How to get rid of rendering messages in the Visual Studio Output window while debugging
How can I get rid of messages like the one below that appear in the VS Community 2022 Output window while debugging? While trying to fix some other problem the other day, I must have changed something that triggered them, but I can't recall what might…
Developer technologies | Visual Studio | Debugging
Visual Studio Community hangs.
Hi, I'm using visual studio community 2022 for desktop app development. The Specifications of my system are Macbook Pro 64GB RAM ,1TB SSD and 8GB AMD Radeon Pro Graphics. It's a Seriously fast machine and i'm using windows 10 22H2 on it via secure…
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
python code after Blob_Trigger def in function app does not execute
SaveBlobToBlobStorage never fires nor debugs. neither does the print line. Let me know if you need more code files such as function.json, etc. app = func.FunctionApp() fpath="workfiles-original" @app.blob_trigger( …
Developer technologies | Visual Studio | Debugging
Addressing CVE-2025-0167 vulnerability - How to upgrade curl and libcurl 8.12.0
Hi team, please I need a step-by-step approach to upgrade curl and libcurl from 8.9.1.0 to 8.12.0. First I will like to understand what type of file should I download? I plan to install on several VMs. Thanks
Developer technologies | Visual Studio | Debugging
How to fix "Go To Definition" jumping into metadata in Visual Studio 2022
Hi I have a dll c# project. This project is referenced as a project from other .Net projects. The referenced project is added as existing project to a solution. The function Go To Definition always jumps into metadata of the dll project. I tried multiple…
Developer technologies | Visual Studio | Debugging
MFC Button Does Not Click
Windows 11, Visual Studio 17.13.3, C++, MFC, dialog app Question: The most simple possible button does not work. How could I have messed up Visual Studio to cause this? Details: I am trying to create an MFC project with dialogs. The first set of…
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


Disabling autocompletion from spacebar in VS 2022
This problem is maddening and the only thing I've found is that 2019 isn't going to see a fix for it. I found a couple listed fixes for earlier versions to remove the spacebar from the list of keys that trigger autocomplete but not even a mention of the…
Developer technologies | Visual Studio | Debugging
Yellow bar error doesn't show me which filename is longer than 248 chars.
The yellow bar error doesn't show me which filename is longer than 248 characters. I know that not a single filename which is longer than 240 characters.
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
MFC Edit control produces debug assert on first action
Windows 11, Visual Studio 17.13.3, C++, MFC, dialog app Question: In the dialog constructor, add code for an Edit Control to clear it and get a popup dialog stating: Debug Assertion Failed! Details I solicited Bing.com and ChatGPT (right name?) for…