56,127 questions with Developer technologies-related tags

Sort by: Updated
1 answer

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++
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.

4,093 questions
asked 2026-07-21T12:42:06.8+00:00
Sid Kraft 46 Reputation points
commented 2026-07-21T20:45:17.3933333+00:00
Darran Rowe 2,616 Reputation points
2 answers

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
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,380 questions
asked 2023-12-18T16:43:54.13+00:00
SSB 111 Reputation points
answered 2026-07-21T20:37:19.5066667+00:00
هيفاء هوي 0 Reputation points
4 answers

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++
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.

4,093 questions
asked 2026-06-30T09:15:11.2933333+00:00
Peter Jones (BIDA) 151 Reputation points
commented 2026-07-21T20:15:11.15+00:00
Peter Jones (BIDA) 151 Reputation points
1 answer

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
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,174 questions
asked 2026-07-18T01:48:31.2233333+00:00
Kmcnet 1,401 Reputation points
commented 2026-07-21T19:09:49.2666667+00:00
Kmcnet 1,401 Reputation points
4 answers

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
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.

1,336 questions
asked 2026-07-06T17:20:13.8666667+00:00
McBride, Casey 0 Reputation points
commented 2026-07-21T18:20:25.5366667+00:00
McBride, Casey 0 Reputation points
0 answers

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
asked 2026-07-21T13:01:49.42+00:00
AdamS 0 Reputation points
3 answers One of the answers was accepted by the question author.

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
asked 2026-07-19T11:17:22.09+00:00
Rob Sandham 20 Reputation points
commented 2026-07-21T10:04:00.2633333+00:00
Danny Nguyen (WICLOUD CORPORATION) 7,425 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
asked 2026-07-20T16:46:25.6933333+00:00
RLWA32 52,676 Reputation points
commented 2026-07-21T10:03:10.92+00:00
Danny Nguyen (WICLOUD CORPORATION) 7,425 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

.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
asked 2026-07-20T15:30:32.6533333+00:00
Bhuwan 1,246 Reputation points
commented 2026-07-21T06:46:52.77+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
3 answers

how to get microsoft c++ v2013

how to download microsoft c++ v2013. all version needed to solve problems with EnCapta siemens

Developer technologies | C++
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.

4,093 questions
asked 2026-07-20T23:34:05.4233333+00:00
Martín Romero 0 Reputation points
commented 2026-07-21T04:31:55.31+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
2 answers

"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
asked 2026-07-20T23:08:48.16+00:00
McDonald, Gregor 0 Reputation points
answered 2026-07-21T04:07:08.69+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

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#
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.

11,809 questions
asked 2026-07-09T15:37:38.7866667+00:00
Shemesh, Tchelet 35 Reputation points
commented 2026-07-21T03:10:33.3333333+00:00
Tom Tran (WICLOUD CORPORATION) 5,535 Reputation points Microsoft External Staff Moderator
1 answer

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++
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.

4,093 questions
asked 2026-07-15T17:52:07.2533333+00:00
Sid Kraft 46 Reputation points
commented 2026-07-21T02:10:52.31+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
3 answers

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
asked 2026-07-15T08:56:58.51+00:00
Jai Holloway 115 Reputation points
commented 2026-07-21T02:10:10.3933333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
1 answer

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
asked 2026-07-14T00:09:14.0433333+00:00
Stewart Basterash 0 Reputation points
commented 2026-07-21T02:07:43.6+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
2 answers

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
asked 2026-07-13T10:03:12.81+00:00
Sean Cho 0 Reputation points
commented 2026-07-21T02:06:48.76+00:00
Nancy Vo (WICLOUD CORPORATION) 7,580 Reputation points Microsoft External Staff Moderator
0 answers

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
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.

5,798 questions
asked 2026-07-21T02:04:45.5666667+00:00
Sid Kraft 46 Reputation points
3 answers

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++
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.

4,093 questions
asked 2026-07-13T00:10:00.6833333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-20T14:41:28.5933333+00:00
Bruce (SqlWork.com) 84,671 Reputation points
3 answers One of the answers was accepted by the question author.

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
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,933 questions
asked 2026-07-19T00:41:38.44+00:00
RogerSchlueter-7899 1,756 Reputation points
accepted 2026-07-20T13:05:00.38+00:00
RogerSchlueter-7899 1,756 Reputation points
1 answer

setup vs2026 fail

安装发生错误。 可以通过以下方法排查包故障: 1. 使用下面的搜索 URL 搜索每个包故障的解决方案 2. 修改对受影响工作负载或组件的选择,然后重试安装 3. 从计算机中删除产品,然后重新安装 如果已在开发者社区上报告问题,则可在此处找到解决方案或解决方法。如果尚未报告此问题,我们鼓励你创建新问题,以便其他开发人员能够找到解决方案或解决方法。可以使用“提供反馈”按钮从右上角的 Visual Studio…

Developer technologies | Visual Studio | Setup
asked 2026-07-20T04:39:40.5266667+00:00
CHENG GUO ZHU 0 Reputation points
answered 2026-07-20T09:08:05.63+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,185 Reputation points Microsoft External Staff