The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
URGENT: Visual Studio Installer complete crash / Cannot uninstall / System.IO.FileNotFoundException
Dear Microsoft Support, I am reporting a critical issue with the Visual Studio Installer that has completely blocked my work and prevents me from completing an urgent C# project. The installer is broken, it won't allow me to install or uninstall the IDE,…
Developer technologies | Visual Studio | Setup
Update of another workbook with a vba macro
Since last version of excel it is impossible from a workbook to open another one ,make changes and save them and then close the workbook. The process works, but when the workbook is closed the version before changes is back again (file with the initial…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
how to reset a password in Microsoft Visual Basics?
I would like to modify a formula or have access to the document data but the employee put a password and quit. How do I reset it?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Simplest form to get JSON from a .dbf in Visual Fox pro 9.0 to import to an ASI?
What is the simplest form to get JSON format from a .dbf in Visual Fox pro 9.0 to import to an ASI?
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
where to start if I want to learn C#
where should I start if I want to learn C#, I have no previous C# knowledge, but have a lot of experience in C++
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
I cannot get VBA in Excel to make the Userform Calculator i created to perform operations on numbers with decimals right
Private Sub cmbdecimal_Click() If InStr(txtDisplay.Text, ".") = 0 Then txtDisplay.Text = txtDisplay.Text + "." End If End Sub ^This is the code i used on the command button for "." I can type a decimal, but the answer the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
ActivX component can't create object
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
WHen trying to show form in visual studio get error "The designer could not be shown for this file because none of the classes within can be designed. The base class 'System.Void' cannot be designed
Earlier this year after installing an update to visual studio for an application with a very long history, When I would go into my VB.net application, on most forms I would get the error above. I've had to recreate dozens of forms because of the error…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Incorrect DPI Scaling in WinForms Custom Control with PerMonitorV2 on Multi-Monitor Setup
When using a custom WinForms control in a dual‑monitor setup with PerMonitorV2 DPI awareness, the application does not scale correctly based on the monitor where it is launched. I tested the application in a configuration where primary and secondary…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
What Is the Actual Maximum Argument Length for Process.Start?
Description I am trying to determine the actual argument length limits when using Process.Start and ProcessStartInfo in .NET. I found the following references: Microsoft documentation for ProcessStartInfo.Arguments Property :…
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Visual Studio User License
Hi Team, I am trying to add an additional user account for Visual Studio licenses, but I am encountering the following error: "No more licenses available for this account. Please contact support." Currently, we have 3 active accounts, and up to…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
App does not support the 16KB memory page sizes
I got the below error message from the play store for my xamarin forms application: I am migrating it to MAUI now. So is the MAUI version fix this issue? Below are the packages I am using in the MAUI version. .NET MAUI…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Why i only have 1.3gb to use in Xbox Dev Mode
I understand you can use approximately 5GB of RAM in Xbox Dev Mode, but it only lets me use 1.3GB. screenshot.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Adding Entitlements.plist crashes the IOS publish
I have just upgraded a .NET 8 MAUI app to .NET 10 and one of the requirements is that I have an Entitlements.plist file for access to the keychain. My publish is failing with a missing ResourceRule.plist file, but I followed all the instructions of…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to reduce JPEG file size after compressing images using C# System.Drawing in .NET 6?
I am building a web application on Azure App Service using .NET 6 and the System.Drawing.Common library. I need to upload and compress multiple JPEG images that users submit via a form. Currently, I am using the Image.Save() method with Encoder.Quality…
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Missing ResourceRules.plist in MAUI archive process
Hi there We had a XAMARIN app which was upgraded to .NET 8 MAUI, which was then upgraded to .NET 10 MAUI. I can no longer build in .NET 8, which is why the upgrade happened. I am now trying to archive the file in .NET 10 but am getting an error that the…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
In maui collectionview scrolling has issues in android.
In collection view scrolling to bottom when the list is updated is not happening. I am implementing the chat list and depending on user response, the response differs from chatbot. I could see the data below but I need to scroll to bottom to manually.…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
install Visual studio + Intel Parallel Studio in a new computer
I'm a Fortran user. I bought a new computer and I want to install the Visual studio with the Intel Parallel studio composer edition for Fortran Windows. I already have them in my old notebook, but the installers are not working any more. Can you please…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How to access Properties of objects in Excel VBA
Things seem to have changed in VBA since I last wrote any code. I am designing a small project for home use, using Excel and VBA. I find I can add controls to a userform but I cannot change their properties at design time. For example, I have a…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
How to attestation for verify pc security boot,... by using TPM Azure Attestation in C# Project
1.My project uses C# along with nuget: ,,,,,,,,,,,,,,,,,,,,,,,,,,,
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.