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++
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
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
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
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#
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
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
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
Developer technologies | .NET | .NET MAUI
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
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
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
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)
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
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++
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
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
.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
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
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
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.