A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Visual Studio Save
Have A C++ program in Visual Studio, making changes and when finish, issue a "save all" command which should save all of the changes, I would think. I then issue a "re build" and issue the "save all" command again. However,…
Developer technologies | C++
Totally and Absolutely Confused
Created a C++ project using Visual Studio 2026. Opened the file, made changes, saved all, built a project, executed, worked fine. closed Visual Studio, opened again, opened the project, changes that I made still there. Closed Visual Studio, turned off…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
In Excel, I am in need of having more than one dropdown list in a worksheet, and I must be able to make multiple selections in each one.
I am familiar with VBA code and the Data Validation features built into Excel, but I cannot find a way to apply the VBA code to more than one dropdown list. I note that there is no dependency between each of the dropdown lists. In other words, the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Office 365 Update version 2604
Anybody else having issues with the latest Update blocking exchanges between Excel and Outlook using the Outlook.MailItem, have rolled back to 2603 and the VBA MAcro is working perfectly again.
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Show me a usecase example code of asp.net, windows forms, unit tests and GoF
need practical code examples covering the following C# topics: ASP.NET Core MVC – a simple use case, e.g. a controller returning data to a view Windows Forms – a basic example, e.g. button click event or form validation Unit Tests – a simple test…
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.
Tell me most used SQL server administration tools and some examples
I need to cover the most commonly used tools for administering SQL Server, such as SSMS, Azure Data Studio, sqlcmd, etc., along with practical examples of how each tool is used. Could anyone provide an overview of the most popular SQL Server admin tools…
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Could not install workload 'ios'. Error installing the manifest "microsoft.net.sdk.ios" in version 26.2.10233
I have updated Visual Studio Community 2026 to version 18.5.2 today and now pairing to my MacBook Air is no more working: Could not install workload 'ios'. Error installing the manifest "microsoft.net.sdk.ios" in version 26.2.10233 And it…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Visual Studio 2026 uses excessive memory (20GB+) with Unity 6000.3.41 project
Hello, I am experiencing extremely high memory usage in Visual Studio when working with a Unity project, and I’m looking for guidance or confirmation on whether this is a known issue. Before: Unity 2022.3.51f1 + Visual Studio 2026 → no issues After: …
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.
The windows forms designer does not support my project as it targets .NET 5.0 which is out of support. how do I upgrade to a supported .NET version
forms designer does not support my project as it targets .NET 5.0 which is out of support. how do I upgrade to a supported .NET version
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.
I cannot close Excel after using it in VB.net
I use vb.net to grab data from a spreadsheet using a background worker, when the data is finished loading I want to close excel but it leaves excel as a background task. The loading seems fine based on the program behavior. Here is the code: Private Sub…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
LISTENABLE WORKER
I am using OnSleep to launch an asynchronous background worker that saves certain files as follows: using Android.Content; using AndroidX.Work; using Google.Common.Util.Concurrent; namespace Draft4.Platforms.Android.Workers; public class…
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.
Property accessor ConnectionStringObject error in Winforms C# project
I am doing a Winforms project, c#, and suddenly, I started getting this error.... Does someone have an idea how to fix this?
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Visual Studio 2026 don't let me type, search etc. after April 2026 Feature Update (18.5.1)
After letting Visual studio doing the april update I am no longer able to type nor search (I can type there but the search does not show any result, tried different searches). It is the third time I am rolling back to the previous version. At the…
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.
From VS 2026 Enterprise - Unable to local any of the Nuget packages
Hi, I am unable to load any of the nuget packages from my class library. It just keeps loading, but never loads. I am using Visual Studio 2026 Enterprise V 18.4.0. And Class library version 10.
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Screen recording from a Windows service which is running under local system account
We are building a Windows monitoring/recording solution and want to validate the service/session architecture for screen capture. Design: A Windows service runs in Session 0 and handles control/orchestration. For each recording session, the service…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How to fix the Exception Unhandled described bellow?
System.TypeLoadException: 'Method 'GetSwagger' in type 'Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenerator' from assembly 'Swashbuckle.AspNetCore.SwaggerGen, Version=6.5.0.0, Culture=neutral, PublicKeyToken=d84d99fb0135530a' does not have an…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Exception has occurred: CLR/ObjCRuntime.ObjCException
I am facing below issue in my MAUI project on Visual Studio code for Mac: Exception has occurred: CLR/ObjCRuntime.ObjCException An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
enter product key on new purchase of visual studio professional 2026
how to enter product key on new purchase of visual studio professional 2026
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
VSIX Extension Which Provides Setting Overrides During Debugging of Target Application
I am attempting to create a VSIX extension which allow app settings to be overridden while the target application is being debugged (similar to User Secrets), however nothing I have tried has worked and feel that I must be missing something basic. My…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment