55,187 questions with Developer technologies-related tags

Sort by: Updated
2 answers

what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?

what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?

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,035 questions
asked 2025-12-30T05:25:35.5+00:00
Sivalingam Somasundaram 0 Reputation points
commented 2026-01-05T05:51:33.72+00:00
Susmitha T (INFOSYS LIMITED) 2,115 Reputation points Microsoft External Staff
1 answer

How can I fix a semantic model relationship issue in Power BI?

I have two tables: Table 1: Contains a distinct Employee Code with an Active/Inactive flag for each employee. Table 2: Contains Employee Code along with the courses pursued by employees under the company’s training programs. When I try to create a…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,714 questions
asked 2026-01-05T04:56:00.22+00:00
Kalpesh Nardekar 0 Reputation points
answered 2026-01-05T04:56:12.5166667+00:00
Q&A Assist
2 answers One of the answers was accepted by the question author.

build error .NET MAUI app upgrade .NET 9.0 to .NET 10.0

getting build error Error in C:.nuget\xamarin.androidx.compose.runtime.annotation.android\1.10.0\buildTransitive\net10.0-android36.0\ ..\..\aar\runtime-annotation-android.aar:classes.jar:androidx/compose/runtime/Immutable.class: Type…

Developer technologies | .NET | .NET MAUI
asked 2026-01-02T13:43:14.24+00:00
Bhuwan 1,156 Reputation points
accepted 2026-01-05T04:26:24.9733333+00:00
Bhuwan 1,156 Reputation points
2 answers

What can I do when the debugger always crashes on my iOS device but works fine on the iOS simulator?

I found out that the debugger always crashes shortly after I started my application on my iPad Air 26.2. I have tried to set a breakpoint in different lines and different classes but it always crashes. The application automatically crashes 1-2 seconds…

Developer technologies | .NET | .NET MAUI
asked 2026-01-04T21:14:28.27+00:00
Kim Strasser 1,876 Reputation points
answered 2026-01-05T04:18:55.0666667+00:00
Michael Le (WICLOUD CORPORATION) 8,950 Reputation points Microsoft External Staff Moderator
2 answers

Why can you make a readonly ref property in a struct, but not a class?

I'm currently on .NET 10, and I found something strange; the compiler won't let you make a property that returns a readonly ref if it's part of a class, but it will if it's part of a struct. Here is a contrived example: namespace…

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,729 questions
asked 2025-12-25T23:51:28.7733333+00:00
Joseph Baudin 0 Reputation points
commented 2026-01-05T03:37:53.5766667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,320 Reputation points Microsoft External Staff
0 answers

X509Certificate2 private key won't delete after deletion

Hello, Having hard times configuring a pfx import task in .net framework 4.8 WinForms. I try to import a pfx certificate to the store or to another pfx file(merge), in rsa/dsa/ecc or their cng variants: Common import…

Developer technologies | Windows Forms
asked 2026-01-04T15:02:11.06+00:00
Halifax Crosby 140 Reputation points
edited the question 2026-01-05T03:18:44.5166667+00:00
Harry Vo (WICLOUD CORPORATION) 4,500 Reputation points Microsoft External Staff Moderator
2 answers

I get the warning: observer object was not disposed manually with Dispose() multiple times when I start debugging my iOS project on my iPad Air

I get many messages(in debug mode) in the Visual Studio Output window that I don´t understand and I don´t know where these messages come from when I debug my iOS project on my iPad Air. My iPad Air is connected to my MacBook Air. I get the warning:…

Developer technologies | .NET | .NET MAUI
asked 2025-12-15T21:53:42.7133333+00:00
Kim Strasser 1,876 Reputation points
commented 2026-01-05T02:26:16.2566667+00:00
Michael Le (WICLOUD CORPORATION) 8,950 Reputation points Microsoft External Staff Moderator
1 answer

Using virtual appointments to implement video calls with .Net MAUI

I found out that it is possible to make video calls with virtual appointments (https://learn.microsoft.com/en-us/azure/communication-services/tutorials/virtual-visits). I wonder if there is any package and samples to use it on a mobile app for iOS…

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,490 questions
Developer technologies | .NET | .NET MAUI
asked 2022-11-03T17:22:52.763+00:00
Dmitriy Reznik 241 Reputation points
answered 2026-01-05T00:34:20.15+00:00
Andriy Baranskyy 0 Reputation points
1 answer

I need help uninstalling a program

Im currently using VS Code 2019 and was trying to uninstall visual studio pro 2022 as in the p. Is this not working because its nit fully installed because it won't resume installing either or is it because imuseing some components from 2022 inside 2019.…

Developer technologies | Visual Studio | Setup
asked 2026-01-04T21:26:24.4133333+00:00
Micheal Mastrian 0 Reputation points
answered 2026-01-04T21:28:44.11+00:00
Micheal Mastrian 0 Reputation points
2 answers

Unable to create instance for VC++ 2022 ATL COM EXE Server from C# client application when the COM Server is running under NT Service virtual account?

I have configured VC++ 2022 ATl COM EXE Server in DCOM. The COM Server is configured to run under NT Service\MyService account. My C# client is not able to create\access instance of the COM Server where C# client is not running under NT Service account.…

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,623 questions
asked 2026-01-04T17:21:38.1233333+00:00
Sivalingam Somasundaram 0 Reputation points
answered 2026-01-04T20:42:30.27+00:00
RLWA32 51,636 Reputation points
1 answer

Is VB upgrade companion what I need to convret VB6 programs to today's platforms?

I WANT TO UPGRADE MANY VB6 PROGRAMS. I was a math teacher for well over 30 years. During that time I wrote hundreds (around 300) of VB6 programs to help students learn targeted high school math concepts by working computer generated problems. Of…

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,623 questions
asked 2026-01-04T19:49:53.2766667+00:00
Leslie Howe 0 Reputation points
answered 2026-01-04T19:50:04.5+00:00
Q&A Assist
0 answers

How to create/access ATL COM Server Exe instace using NT Service virtual account?

I have configured VC++ 2022 ATl COM EXE Server in DCOM. The COM Server is configured to run under NT Service\MyService account. My C# client is not able to create\access instance of the COM Server where C# client is not running under NT Service account.…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-01-04T17:05:55.67+00:00
Sivalingam Somasundaram 0 Reputation points
commented 2026-01-04T17:17:19.04+00:00
Sivalingam Somasundaram 0 Reputation points
0 answers

Why is Windows pointer pThread null?

This gets deep into the MFC/GUI overhead and what I think of as boilerplate of MFC and a GUI project. Began with a working project.  I added two classes, one to do my work and a second example class to see the effects of a reply in this forum and learn…

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T04:14:18.9366667+00:00
Bryan Kelly 551 Reputation points
commented 2026-01-04T12:30:24.0966667+00:00
RLWA32 51,636 Reputation points
1 answer

How to refresh the notification icon?

Question: I compile an application use Shell_NotifyIcon to set icon(named a), also, I use Shell_NotifyIcon to display a balloon notification, then I publish this application. Now I need change the icon, but I met an question, I refresh the icon…

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,035 questions
asked 2026-01-04T03:52:37.7533333+00:00
Crystal Chen 1 Reputation point
edited a comment 2026-01-04T12:19:31.5066667+00:00
Castorix31 91,516 Reputation points
1 answer One of the answers was accepted by the question author.

Case of initialization in C++ of WinUI 3

Hello everybody, when I try to initialize property members of struct MainWindow: m_myValue = 83; but when I retrieve the same property via getter function int32_t MyProperty() , I get a different value : -33686019 . Where is…

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T16:18:51.1+00:00
Pranas Banys 20 Reputation points
commented 2026-01-04T05:23:02.4466667+00:00
ん やま 0 Reputation points
1 answer One of the answers was accepted by the question author.

what does "Go To 0" do in a macro ?

what does "Go To 0" do in nested in a FOR in a macro? Mod moved from : Microsoft 365 and Office | Excel | For home | Windows

Developer technologies | Visual Basic for Applications
asked 2026-01-04T04:37:35.67+00:00
werner froehlich 20 Reputation points
commented 2026-01-04T04:57:28.58+00:00
werner froehlich 20 Reputation points
3 answers

.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16

Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…

Developer technologies | .NET | .NET MAUI
asked 2025-05-22T08:57:51.76+00:00
Wheelstring 230 Reputation points
answered 2026-01-04T01:32:00.9933333+00:00
HARDCORE GAMES™ 185 Reputation points
1 answer

I am trying to create a Service-Based Database inside the Visual Studio project, but keep getting error indicating the certificate chain was issued by an authority that is not trusted.

I am trying to add a Service-based database in the IDE by using the following: Add/New Item/Service-based Database I get this message and can't find out how to solve this problem for several days now: "A connection was successfully established with…

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,623 questions
asked 2026-01-03T16:45:06.5466667+00:00
Victor Gent 20 Reputation points
commented 2026-01-03T19:28:02.6833333+00:00
Victor Gent 20 Reputation points
2 answers

Making TextBox , declared in .xaml visible in struct MainWindow of WinUI 3 ?

Tell, somebody,please, how to make TextBox , declared in .xaml visible in struct MainWindow of WinUI 3 ? As I can see it does not become visible automatically. Function FindName() , suggested by AI, does not seem to exist. PB

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T18:40:47.29+00:00
Pranas Banys 20 Reputation points
answered 2026-01-03T18:50:27.7633333+00:00
Pranas Banys 20 Reputation points
1 answer One of the answers was accepted by the question author.

Need a copy of Microsoft Visual C++ 2008 redistributable -x64 9.0.30729.17; version 9.0.30729.161 does not pass installshield.

Installshield is requiring Microsoft Visual C++ 2008 redistributable -x64 9.0.30729.17 to be installed. version 9.0.30729.161 does not satisfy installshield.

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,035 questions
asked 2026-01-03T08:55:29.13+00:00
BrianH 20 Reputation points
commented 2026-01-03T16:56:40.6966667+00:00
BrianH 20 Reputation points