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.
C++ errors
Using Visual Studio, C++, is there a way to turn off the error reporting that is generated by "co-pilot", very irritating as every statement that is issued automatically generates suggested error or fixes while entering! "clutters up"…
Developer technologies | C++
equal operator C++
have a C++ program, trying to assign a vector variable to a complex equation: chm[i] = vec1[i] + (float cmid * vec2[i])/2.; i from 1 to 3 compiler generates an error that says "cannot find = operator to assign value define…
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.
Excel VBA Like Operator Question
To the Community: Need a little clarification on the VBA "Like" Operator for the below snippet. From reading the language reference, I do not understand why statements "#1. - #4." below returns FALSE when variable "a"…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Publisher/Extension Uploading Issue in VS Marketplace
Hi Team, I created a VS Code extension and properly configured the required metadata in the package.json file, including: Publisher information Homepage URL Repository URL License information Keywords Extension description However, when I try 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.
Reinstating Syria in Visual Studio Marketplace Publisher Country Selection Post-Sanctions Repeal
Hello, I am writing to report an issue regarding the country selection menu on the Visual Studio Marketplace publisher registration page (https://marketplace.visualstudio.com/manage/createpublisher). Currently, Syria is omitted from the available…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
AI answer
Hur man löser denna uppgift i C# för årskurs 1.
Hur man löser denna uppgift i C# för årskurs 1. jag vill designa ett fönster som innehåller två stycken textboxar. I dem ska du kunna skriva in två heltal. Skapa också två etiketter(labels). När man trycker på en knapp så ska datorn sedan kontrollera om…
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.
TCP Listener on Localhost causes application to crash Start() without any exception being thrown
I have a use case where I am creating a TCP listener on Localhost with a specific portnumber. However , in x86 , the app crashes when I try to start the listener (i.e., listener.Start()). There is no exception being thrown and I have determined that the…
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.
Best practice for using Program.cs vs Startup.cs in .NET 8/10 for new and migrated projects
I am working with ASP.NET Core and have some confusion regarding project structure in recent .NET versions. In earlier versions (before .NET 6), the project typically used both Startup.cs and Program.cs, where Startup.cs handled service configuration and…
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.
Best Practice For Database Access In Blazor MAUI Hybrid App
I'm porting a project from MVC into a Blazor MAUI Hybrid app with the intent to share common components and data. I have a Razor Class Library which does this, but was wondering if I should also put my SQL Server data access in here as well or keep that…
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
How to fix APPX0702 errors?
[visual-studio], [msix] [windows-packaging-project]. I have already deleted the bin, obj, and emptiedAppPackages folders
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.
AI answer
Cannot set FontName and/or FontSize in an Excel Comment with Visual Basic for Applications
Dear Team, I have Microsoft 365 Personal License I am using macOS Tahoe 26.5, Microsoft® Excel for Mac, Version 16.109.1 (26051717) In a Visual Basic for Applications I am trying to put the font name and text size in a comment block. Translating the code…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Trying to download Microsoft visual C++ and not having Additional runtime
I have tried uninstalling it and everything that people say to do and every time I go to install Microsoft Visual C++ 2022 64x it says that the feature you are are trying to use is unavailable and its trying to find a folder with…
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.
error in my design
Could not find type 'DVLD.ctrPersonInformation'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to download the complete offline installer package for Visual Studio 2022?
Hello Microsoft Team, I want to download Visual Studio 2022 for installation on an offline Windows PC. Could you please let me know: From where can I download the complete offline installer package for Visual Studio 2022? Which bootstrapper should I…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
C++ Cross Product Function
Have the function below in Visual Studio, C++. The function does a cross product for a vector VEC1,Vec2,Vec3. When I call the function as "crossproductVector(Vec1,Vec2,Vec3)" the value returned for Vec3 has zero components even though the…
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.
Visual C++ 2015-2022 Distributable x64
My set up failed for this. I need help. Where do I go for the download or who can I talk to on the phone?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Optional Packages Persist After Windows Store App Reset
After resetting a Windows Store app through App Settings, optional packages installed as dependencies continue to persist in the system. These "ghost packages" remain functional and accessible via PackageManager APIs but are not visible in App…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Unable to install .net
I try install .net framework on my windows server 2019 but got below error even i have permission on the folde Then i try to extract the exe file and run the setup file and got below error. Try running netfx_core_x64 and got below error. Anyone know how…
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.
MAUI app exiting without crashing after inactivity
Hi there I have a .NET 10 MAUI app and it is exiting on refresh, or any activity, after being in "sleep" mode for a while. The shortest time I have tried is 4 hours, but I believe 2 hours will have it exit too. I have tried leaving the…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
C++ Function Return With Reference
Have a function that I call with the variable references below. Was told that when I call, can change the values back to the original call if the variables are "reference" &A, &B. However, the system does not allow one to do, I.E. as…
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.