An object-oriented programming language developed by Microsoft that can be used in .NET.
How to cancel multiple property changes
I have a person class that is displayed in a wpf window so that a user can edit the various person properties. I want to allow a user to click on a button that cancels all changes up to that point. The following code is my implementation: Private Sub…
Developer technologies | VB
setup vs2026 fail
安装发生错误。 可以通过以下方法排查包故障: 1. 使用下面的搜索 URL 搜索每个包故障的解决方案 2. 修改对受影响工作负载或组件的选择,然后重试安装 3. 从计算机中删除产品,然后重新安装 如果已在开发者社区上报告问题,则可在此处找到解决方案或解决方法。如果尚未报告此问题,我们鼓励你创建新问题,以便其他开发人员能够找到解决方案或解决方法。可以使用“提供反馈”按钮从右上角的 Visual Studio…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Overload resolution failed because no accessible 'Image' is most specific for these arguments
My app has a bunch of buttons. The images on the button were added by importing an image to the Resources. I added a TableAdapter through the DataSet Designer. Now when I go to open the Form Designer it fails to load with this error:The designer cannot…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
How to read the HTTP Body in an IIS Managed Module without breaking an ASP.NET Core Azure Web App?
I am trying to intercept and read incoming HTTP traffic using a custom managed .NET module (IHttpModule) on a Windows-based Azure Web App. I am able to successfully fetch the context.Request and context.Response parameters, headers, and metadata.…
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.
Sequence contains no elements
I'm using Visual Studio 2026 writing in VBasic. 3 times recently I have received the above error and I don't know what's wrong nor how to fix it. It happens when copying and renaming controls. There's no help, and VS doesn't allow me to do further…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Securing .Net 10 WebApi to be called by Windows Application
Hello everyone and thanks for the help in advance. I am developing a .Net 10 WebApi that will be called by a Windows application. When searching for solutions I am confused if the calling application changes how the api is secured. Any help would be…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
How to migrate from Xamarin at Maui a dependency in NUGET
Hi to all. I'va translated a Xamarin project into MAUI environement. The error gived by the compiler is the follower: ... Code="MA001" Text="This project or a dependency has imported the Xamarin.Forms packages. .NET MAUI is not…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Microsot NET Framework 3.5 Stuck downloading.
Downloading this for steam games, but it keeps stalling like this. I've already tried to solve this by reinstalling windows and checking for outdated drivers. Used disk checker, sfc scan and other repair commands on cmd prompt. PLS HELP..
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.
Comparing List<T>
Hello everyone and thanks for the help in advance. I have a WebApi application that accepts a List<tblResults> where the model for tblResults looks like: public class tblResults { public int Record_ID { get; set; } public int Description { get;…
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.
C++ I/O Readable
Not sure what I am doing wrong but this should output readable values, does not: #include fstream; float PLOTX[20]; float PLOTY[20]; float PLOTZ[20]; int INOW=20; I = 0; //Open the output file for writing ofstream out("C:/Plot Data"); do { …
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.
Lost access to organization that published my VS Code extension
Hi, apparently I lost an access to my former organization that published my extension https://marketplace.visualstudio.com/items?itemName=SaiRev.automate-react-task I have accesses to both github and personal accounts that might be associated with the…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Visual Studio 2026 .NET Maui App will run on in a Local Android Emulator... but not an actual device "App Not Installed"
I have a series of test android devices. I have built and deployed several .net MAUI apps over the previous 5 years. Recently I had a request for something new. I built about 80% of the app and decided to run an initial test. I did what I have always…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to prevent DLL hijacking when publishing into a single file
Hi, I've been making a C# WPF app that I publish into a single file. However, a coworker pointed out that it is vulnerable to Dll Hijacking. For example, if I make a fake "kernel32.dll" and put it into the same folder, it will find and run that…
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.
Open Visual Studio 2026 (Community, Professional, Enterprise)
How to open Visual Studio 2026 from command prompt. Suppose you are in a directory path D:YourFolder from command-prompt you typed D: then cd YourFolder pressing tab to get the folder name then hit enter to open the path directory in command prompt, now…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Stale VS2019 Credentials
I keep getting a warning about stale credentials for my VS2019 system. I have 4 days left to fix the license. I am not successful at resolving the situation. I need to continue using the system
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
Problem with MAUI and Entra Login
Hi there I have downloaded the PublicSingletonClient to use for logging into our Azure platform for a MAUI app that we rewrote from Xamarin. The app was working fine, but all of a sudden I am having problems. It fails to interactively login if you are…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to fix f:\recovery\windowsre\winre.wim\system32\logfiles\srt\srttrail.txt
Hello, iv tried watching a bunch of videos and looking all over the internet but i just cant figure out what is wrong with it. i think my windows is installed onto my C: but I'm not even completely sure. the error code is:…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Visual Studio 2022 C++ IntelliSense and Go To Definition stop working after saving source files
Environment: Visual Studio 2022 C++ project Windows version: 11 Problem: Visual Studio C++ IntelliSense and code navigation stop working after modifying and saving source files. Steps to reproduce: Download OpenCV source code. Open the project in…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
.NET app fails to start: hostpolicy.dll and runtimeconfig.json missing (self-contained app not properly packaged)
I am trying to run a third‑party .NET application (DBusWorld Launcher), but the executable fails immediately with the following error: A fatal error was encountered. The library 'hostpolicy.dll' required to execute the application was not found in the…
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.
OpenGL Review
Running Visual Studio, C++ trying to access the OpenGL Library functions. Per provided instructions, I did the following: -Created a folder in my system C:\OpenGL Library -Went to C:\Program File (x86)\Windows…
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.