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.
winio@ Graphics
Programing in Visual Studio, C++ want to open a graphics window with winio@ whet directive headers, #include <....> do I need? Sid Kraft
Developer technologies | C++
Could not find file: SDKSettings.plist when trying to run in simulator
Hi just upgraded to the latest XCode (15.1) and Visual Studio for Mac (17.6.7) and getting this error - any ideas how to fix? .../MTOUCH: Error MT0024: Could not find required file…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and 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 Read Data From ODBC And Send It Into Excel Defined Names in C++
Hello C++ COM Experts, We have developed a way of storing SQL in the cloud, reading it, resolving parameters, running it, fetching results, and sending the results into Excel PowerPivot and refreshing the charts. This is very useful in the world of…
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 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.
Visual studio setup project and MSBuild (again)
Hi, We're trying to get rid of VS from Jenkins and use MSBuild exclusively, but we have an installer project. I know MSBuild doesn't support .vdproj, so there's no way to make it work. We have a custom UI and a lot of custom actions, so switching to Wix…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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.
What is the msbuild property containing the name of a .Net self-contained single-file application accessible to a target that runs after the publish event?
I want to use a Copy task after a self-contained single-file application is published. I added a target to the .csproj containing a Copy task. I know that the published binary is written to the location pointed to by the $(PublishDir) property. At the…
Developer technologies | .NET | .NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
.NET MAUI Live Tracking same as delivery app
I am currently working on a School Bus Tracking application. I am integrating live location tracking from the bus's current location to its destination, but I am facing issues with implementing real-time tracking. Could you please suggest the best…
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 get microsoft c++ v2013
how to download microsoft c++ v2013. all version needed to solve problems with EnCapta siemens
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.
"Could not load file or assembly" error in Visual Studio designer.
I am getting a "Could not load file or assembly" error in the Visual Studio designer for a WinForms app, when the file in question (a custom DLL) most definitely exists, and in the directory that it is supposed to be.
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.
C++ Linker Error
Running Visual Studio, C++. Removed all references for the C/C++ and VC++ to additional libraries. Removed any references for the linker library, downloaded and executed the command under the Power Shell to load vcpkg, i.e. vcpkg integrate install, was…
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.
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.
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 fix my microsoft visual c++ 2015-2022 redistributable (x64)
my microsoft visual c++ 2015-2022 redistributable will not delete the older version so i cannot download the newer one. It say it cannot find it in my files, but it still wont let me download the newer version?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Window in C++
Running Visual Studio, C++ and the OpenGL commands. Want to open a window using the following: int i=winio@('%sp%ww[no_border]%og[static]%lw',0,0,2000,2000,ctrl); i=winio@('%sz',XWIDE,YWIDE) XWIDE AND YWIDE DEFINE AS float, set to a numeric…
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.
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.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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.