How does Visual Studio decide on the field names in a C structure when doing a quick watch on the structure?
Programming in C. I was curious how/where Visual Studio is determining the field names of a structure when one does a quick watch on the pointer to the structure's memory. The reason is a bit odd but here it is: we have a client facing structure that…
Why Does Visual Studio 2019 Designer Cause Out of Memory Issues?
Why Does Visual Studio 2019 Designer frequently cause out-of-memory issues? First I get at the top "Visual Studio has suspended some advanced features to improve performance." Then I'll soon get out-of-memory errors from message boxes -…
Create C++ GUI project
Windows 11, VS Professional 2019, Version 16.11.44, C++ I want to create a project that starts up with a GUI. Select project template: Windows Desktop Application. The text states: A project for an application with a graphical user interface that runs…
How to convert Wordpress website to ASP.net web form?? is it possible??
We don't have the source code for the WordPress website. We got the code from the inspect-->view page source method. We just pasted the code in Visual studio and it's working but the problem is we were unable to separate the CSS and script file. As…
help required to Purchase Visual studio professional Azure DevOps Basic Plan
hi I am unable to purchase Purchase Visual studio professional Standard with Azure DevOps Basic Plan. Professional Standard ($99.99/month) – Provides essential development tools suitable for small teams, with core features required for our use…
Visual Studio 2022 crashes when trying to add an OLEDB SQL connection manager to an SSIS package
I am experiencing issues with Visual Studio 2022 crashing when adding a connection manager to a package. Has anyone else encountered this problem and if so, can anyone suggest a solution? Any help would be appreciated.
Visual Studio 2022 crashes when trying to add an OLEDB SQL connection manager to an SSIS package
I am experiencing issues with Visual Studio 2022 crashing when adding a connection manager to a package. Has anyone else encountered this problem and if so, can anyone suggest a solution? Any help would be appreciated.
When we run a new project iOSApp1 in VS2022 Community 'attach to Process' appears, what is this?
We simply created a new project (iOS Application) for Visual Basic and we would like some help to understand how to proceed with this.
How to Deploy my Code to App Service through Git Bash or Visual Studio Community 2022?
While on the Deploy your code to App Service (Exercise) exercise, I am having trouble deploying code to my Web app on Microsoft Azure, which is currently running and waiting for content. Although the Web app was created on the Azure Portal and cloned a…
Android Emulator doesn't launch. Asks to set hw.gpu.mode to off
Hi I am quite desperate because I can not for the life of me get my android emulator to start anymore. When I try to start it with the debugger, the output window just states that the emulator could not be started. If I try to start it from the device…
How can I reduce clutter when working with multiple files in Visual Studio 2022?
Hello I used to use Visual Studio Code. In the application, I could switch between tab groups with Control+1, Control+2 and switch between files in each tab group with Control+Tab. I am currently using Visual Studio Community 2022. When working with a…
Maui: Image not displayed
Hi, in the process of migrating the data input from 'data.cs' to 'data.json' I'm stuck ... or, as a senior hobby developer just not experienced enough. Thanks for your time, help and advice. On GIT I have two sites (both are public) 1st App RandoCS:…
Failed to get Windows Handle (HWND) after installing certain software.
Hi, I configured Visual Studio to look for the Process I created with the following configuration. Create a Process using ::CreateProcess, a WINAPI bResult = ::CreateProcess( nullptr, // LPCTSTR lpApplicationName, tszServerPath, //…
![](https://techprofile.blob.core.windows.net/images/_5e-jRvlCkWlkMrV8cdbJg.png?8D8365)
How to fix the problem of controls disappearing from the screen design window.
I am using Visual Studio Community 2022 version. In the C# WinForm framework environment, when changing the position or size of the screen design window control, an error occurs where the control disappears. In that case, if I close and open the Form…
Problem with SqlParameterCollection.Add method to make SqlDbType all NVarChar
I am trying to access a SQL Server table with a program created in C# to update and register data. I am thinking of parameterizing the query and using the SqlParameterCollection.Add method to create a SQL statement. In this case, if I set SqlDbtype to…
Can't create resource groups although I'm global administrator of Visual studio enterprise subscription
I have a visual studio enterprise subscription. I am the global administrator. After logging in, when I attempt to create a resource group in the Azure Portal, I get the error "You do not have permissions to create resource groups under…
Why (and how) is Visual Studio creating <app>.exe.config.deploy which has old app.config settings?
I lost a week trying to get my Web Reference to use HTTPS instead of HTTP. I finally had to rename my web service because the old settings (with old data) appear in the <app>exe.config.deploy file. Those old settings in…
'Import' option in Visual Studio Code
Hi, I am looking for option to Import file in VS Code and create a table. In ADS I has a Wizard. In VS Code I have SQL Server(mssql) extension but it does not provide this option. Any advice would be appreciated. Thanks
Visual Studio 2022 Developer Command Prompt Stuck on Loading Screen
After opening the Visual Studio 2022 Developer Command Prompt, the loading screen gets stuck. ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.13.0 ** Copyright (c) 2022 Microsoft…
Unable to Download Installation Files from Microsoft Servers
I encountered an issue while trying to reinstall Visual Studio 2022 Community. The installation fails due to an internet connection error, stating, "Unable to download the installation files. Please check if the internet is connected." I…