55,612 questions with Developer technologies-related tags

Sort by: Updated
2 answers

PowerPoint Ribbon XML fails to trigger VBA macro in .potm (Macro not found/disabled)

Hi, I am struggling with a custom Ribbon tab in a PowerPoint macro-enabled template (.potm). The tab and button appear correctly, but clicking the button triggers the error: "Cannot run the macro. The macro may not be available in this workbook or…

Developer technologies | Visual Basic for Applications
asked 2026-03-19T14:33:07.42+00:00
Hans Kristian Eide 0 Reputation points
commented 2026-03-20T09:13:01.2033333+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

IOException on the port 7060

Hi, Any help to the issue below? What change is needed?

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-09T06:13:31.39+00:00
Peter Liang 3,191 Reputation points
commented 2026-03-20T09:01:55.8633333+00:00
Peter Liang 3,191 Reputation points
3 answers One of the answers was accepted by the question author.

Data sharing between the server and client app

Hi, Better to share text file between the server and the client app? Any sample to receive a text file on the client app?

Developer technologies | ASP.NET | ASP.NET API
asked 2026-03-17T09:52:43.1233333+00:00
Peter Liang 3,191 Reputation points
commented 2026-03-20T08:47:48.7133333+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
3 answers

UWP how to change foreground color when mouse over?

Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-03-05T07:53:20.88+00:00
kw Lee 0 Reputation points
commented 2026-03-20T08:25:38.7233333+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,535 Reputation points Microsoft External Staff Moderator
2 answers

MAUI: An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll

I am facing below issue when running the MAUI iOS app to simulator: Exception has occurred: CLR/ObjCRuntime.ObjCException   An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll    at…

Developer technologies | .NET | .NET MAUI
asked 2026-03-16T11:30:11.42+00:00
Sreenivasan, Sreejith 720 Reputation points
commented 2026-03-20T07:59:02.4766667+00:00
Adiba Khan 2,265 Reputation points Microsoft External Staff
3 answers

Visual C++ Activity

Two questions: 1.) running an app in visual C, after I make changes, re-build and execute, sometimes when I try to re-do, it gets a linker error that says "cannot write to the object file", what causes this. 2.) I deleted the .vs file and then…

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,051 questions
asked 2026-03-13T14:04:04.1233333+00:00
Sid Kraft 31 Reputation points
answered 2026-03-20T07:32:28.7566667+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
1 answer

what is button in winform is that in win32?

is that button in winform is equal to button in win32? maybe not I use SendMessage in winform to send SETTEXT message to the handle of the button but the text is not changed.

Developer technologies | Windows Forms
asked 2026-03-20T07:23:35.7966667+00:00
mc 6,801 Reputation points
answered 2026-03-20T07:23:45.7566667+00:00
Q&A Assist
2 answers

impact analysis required

look for possible negative impact analysis of implementing fix .NET Framework 4.8.1 on Operating systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022 including application dependencies and old legacy systems

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,166 questions
asked 2026-03-13T06:39:06.85+00:00
Sridhar S 0 Reputation points
edited a comment 2026-03-20T07:16:56.77+00:00
Adiba Khan 2,265 Reputation points Microsoft External Staff
1 answer

Incomplete login to a GMail account using OAuth 2.0

I am using this code (from here): const string GMailAccount = "******@gmail.com"; var clientSecrets = new ClientSecrets { ClientId = "XXX.apps.googleusercontent.com", ClientSecret = "XXX" }; var codeFlow = new…

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,777 questions
asked 2026-03-19T10:46:46.5666667+00:00
RogerSchlueter-7899 1,611 Reputation points
edited a comment 2026-03-20T06:58:37.4+00:00
Nancy Vo (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff Moderator
1 answer

Debugger not working for Debugging Extensions in Visual Studio 2026

I am not able to debug my Extensions since I have moved to Visual Studio 2026. When I start debugging and check the Symbol File that is being currently loaded for my Extension, it is coming from the Release path, i.e., it is loading the release .dll…

Developer technologies | Visual Studio | Debugging
asked 2026-03-20T06:41:35.1233333+00:00
Devesh Ketan Patel 0 Reputation points
answered 2026-03-20T06:41:53.4066667+00:00
Q&A Assist
3 answers

vba oynasi to'liq ishlamasligi

assalomu alaykum mening excel faylimda vba oynasida yozgan kodlarim to'g'ri ishlamayapti yarmi ishlayapti desa xam bo'ladi lekin aynan o'sha fayl boshqa kompyuterda ishlayapti iltimos yordam bering aynan worksheet_change ishlamayapti faylni ham…

Developer technologies | Visual Basic for Applications
asked 2026-03-17T12:32:01.74+00:00
shirinliklar uyi Lyuba 0 Reputation points
commented 2026-03-20T06:38:50.2166667+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
1 answer

RabbitMQ consumer not called in ASP.NET Core

I have a RabbitMQ publisher whose code is: public class RMQConfig { public async Task AddConsumer() { var factory = new ConnectionFactory { HostName = "localhost" }; using var connection = await…

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,166 questions
asked 2026-03-15T16:41:29.4266667+00:00
Yogi 356 Reputation points
commented 2026-03-20T06:34:19.07+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
3 answers

Wants to edit vba code

Hi Experts below vba code is working fine to split excel file into different sheets or files based on specific column. I wants to secure data from copy while sharing to others. while using this code i have to unprotect my sheet then run code. after…

Developer technologies | Visual Basic for Applications
asked 2026-03-14T12:47:55.7+00:00
Waseem Ahmad 20 Reputation points
commented 2026-03-20T06:33:14.3366667+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
2 answers

how to load 3d in winform?

I want to ask that how to load 3d in winform. can I only load one 3d in one control? So I can click it.

Developer technologies | Windows Forms
asked 2026-03-19T13:02:11.7633333+00:00
mc 6,801 Reputation points
answered 2026-03-20T04:30:42.0933333+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
1 answer

Visual Studio 18.4.1

There seems to be a number of issues with 18.4.1 that make using it an unpleasant experience. When will there be an update that will fix such things as missing code line numbers?

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,714 questions
asked 2026-03-20T01:16:31.24+00:00
Dan Grogan 0 Reputation points
commented 2026-03-20T03:19:09.6533333+00:00
Viorel 126.8K Reputation points
2 answers

.net Framewok 4.6.2 on Windows 10 32bit does not install in correct registry folder

When I try to install Team Explorer 2022 it says I need .netFramework 4.6 or higher--I did this and it says It cannot find it--it only sees 4.0 folder ????

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,316 questions
asked 2026-03-12T16:04:15.3+00:00
Latona,Norey,US-St. Louis 0 Reputation points
commented 2026-03-20T02:28:35.3033333+00:00
Jack Dang (WICLOUD CORPORATION) 15,105 Reputation points Microsoft External Staff Moderator
2 answers

How to fix this macro for Word

Hi! I have been using the same macro for 3 years and it suddenly stopped working. My purpose of this macro is to take a mail merge and create PDFs with customized file names. They imported straight to a network folder. I now receive error code 5825 no…

Developer technologies | Visual Basic for Applications
asked 2026-02-16T14:24:09.3233333+00:00
Rachel Lachiusa 5 Reputation points
answered 2026-03-19T23:52:58.95+00:00
John Korchok 230.5K Reputation points Volunteer Moderator
1 answer

Starting VS2022 Performance Profiler in "collection paused" mode

VS2022 Performance Profiler can be started in "collection paused" mode OK, it would indeed be useful to postpone collection of performance stats to a later point in program's execution. But how? How is this mode is supposed to be used? How do I…

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,714 questions
asked 2026-03-19T22:07:41.47+00:00
AndreyT 0 Reputation points
answered 2026-03-19T22:07:54.4266667+00:00
Q&A Assist
2 answers

I'm getting the An Unhandled Exception error message for the umpteenth time

I've been working on a Blazor app, currently written in .NET 9, for a year. Over that period of time everyone on the team has experience that, "An unhandled exception" error message in a yellow background at the bottom of the page. Also, over…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor

A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.

1,695 questions
asked 2026-03-17T20:41:51.76+00:00
Falanga, Rod, DOH 900 Reputation points
commented 2026-03-19T15:10:12.95+00:00
Falanga, Rod, DOH 900 Reputation points
0 answers

Server Error in '/' Application, Login failed for user 'Doamin\user$'

I am migrating a web application from one server to another new server. Everything is fine until I publish the project on the new server. After I logon I get a server error in '/' Application. The error message is: Server Error in '/' Application.…

Windows development | Internet Information Services
Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other

A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.

3,649 questions
asked 2022-01-17T19:24:52.427+00:00
2956 1 Reputation point
commented 2026-03-19T13:02:08.3833333+00:00
GANESH lAL BUNKER 0 Reputation points