55,956 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Issue on VBA MSAccess execute command

Dear Support, I have used for a long the below VBA code run from an excel file to insert the content of one table from one MSAccess DB to a different table placed in a different MSAccess DB placed in a different location: Private Sub…

Developer technologies | Visual Basic for Applications
asked 2026-01-02T16:25:11.8466667+00:00
Luca Tramontana 81 Reputation points
edited the question 2026-01-02T17:21:49.4966667+00:00
simo-k 83,895 Reputation points Volunteer Moderator
1 answer

How to allow my computer to run bat files?

Hi, I turned a text file (with code) into a .bat file, and tried to open it, and all It said was: Windows 11

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,801 questions
asked 2024-02-13T19:06:21.6833333+00:00
Abdullah Alwan 0 Reputation points
commented 2026-01-02T14:59:10.19+00:00
Rick Keniuk 0 Reputation points
2 answers

Has any Code to Connect to the Server Hostname and get data

So new try my MySQL connection will not work the way i want to be so another question here now Its possible to connect to the hostname and get any database information and show on the Winform like this shows on datalist, listview or another …

Developer technologies | Visual Basic for Applications
asked 2025-12-25T22:16:46.91+00:00
Vereato 20 Reputation points
commented 2026-01-02T13:00:58.5066667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,025 Reputation points Microsoft External Staff
2 answers

Vb.net form sizing issue different from design window

Say for example in design view I set form to 500x500 with a button at the very bottom of the form, during runtime the form does not show the button and the form appears to be smaller than in design view if I adjust the form in design view a bit bigger…

Developer technologies | Windows Forms
asked 2025-12-28T00:40:57.6266667+00:00
Michael Westen 0 Reputation points
commented 2026-01-02T11:09:25.92+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
3 answers

Bot Framework Migration to Agent SDK

We are migrating from the Azure Bot Framework to the Microsoft 365 Agent Framework. While reviewing the documentation, I couldn’t find any replacement for Application Insights (the module shown below). Could you please let us know if there is an…

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,764 questions
asked 2025-12-22T13:49:57.5066667+00:00
Mali, Priyanka (Ext) 40 Reputation points
answered 2026-01-02T06:46:20.7166667+00:00
Mali, Priyanka (Ext) 40 Reputation points
1 answer One of the answers was accepted by the question author.

getting error when .NET MAUi app upgrade .NET 9 t .NET 10

getting this multiple error after upgrade .net 9 to .net 10 D:\Projects\App git\WebInterface\MAUIApp\obj\Debug\net10.0-android\lp\361\jl\AndroidManifest.xml Warning: Namespace 'com.google.android.recaptcha' is used in multiple modules and/or libraries:…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-01-02T06:07:55.7133333+00:00
Bhuwan 1,226 Reputation points
accepted 2026-01-02T06:19:46.0066667+00:00
Bhuwan 1,226 Reputation points
0 answers

While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar

Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-05-16T09:23:51.6966667+00:00
Karthick Arjunan 5 Reputation points
commented 2026-01-02T03:48:01.61+00:00
Anonymous
1 answer

Difficulty with assigning available licenses to replacement users

We have 5 Visual Studio licenses which were all assigned. Two of the license holders left the company so they were deleted from the "Manage Subscriber" list. When attempting to add the replacement users, I get an error saying: "No…

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,764 questions
asked 2025-11-06T22:22:39.7966667+00:00
Shlomo Tuchband 5 Reputation points
commented 2026-01-02T02:21:14.83+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

during app review process, how do i get test username and password to certification team

i have an app that failed certification, requiring TEST credentials. Q: How do i provide such? (what field do i put that in) ?

Developer technologies | VB
Developer technologies | VB

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

2,927 questions
asked 2026-01-01T16:19:12.7466667+00:00
James Pruett 85 Reputation points
commented 2026-01-02T01:37:51.77+00:00
ZanaNajdek-7644 0 Reputation points
2 answers One of the answers was accepted by the question author.

Can I use the same app in App Store Connect and Google Play Console for testing and publishing?

I have one app in App Store Connect and one app in Google Play Console that I use for uploading test builds. What happens with my test builds when I launch the app(from App Store Connect and Google Play Console) in the Apple App Store and Google Play…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2025-12-27T12:09:07.0333333+00:00
Kim Strasser 2,601 Reputation points
accepted 2026-01-01T12:54:48.6366667+00:00
Kim Strasser 2,601 Reputation points
1 answer

one question pissble in future to this this

Hi there microsoft its possible to new future to add html files inside a script or class file and use on the form like use on browser i have this file here made in html accordion and i would like to use on the winforms and load data from database …

Developer technologies | Visual Basic for Applications
asked 2025-12-24T03:21:41.7533333+00:00
Vereato 20 Reputation points
commented 2026-01-01T12:26:38.47+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Display Alert is not shown in MAUI IOS other than OnAppearing of a page

I am trying to test my MAUI app in IOS and noticed that display alert does not work in any other place other than OnAppearing() , it works fine in Android . I tried the following options , added delay before display alert await Task.Delay(100) used…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2025-12-29T06:41:47.07+00:00
Manickam, Suraj 385 Reputation points
accepted 2026-01-01T11:26:29.3066667+00:00
Manickam, Suraj 385 Reputation points
1 answer

Alternative to AsTask() for awaiting IAsyncOperation in VB.NET (.NET Framework 4.7.2)?

I’m working on a WinForms VB.NET app targeting .NET Framework 4.7.2, using Windows.Services.Store APIs like GetAppLicenseAsync() and RequestPurchaseAsync(). These return IAsyncOperation(Of T), and the documented way to await them is via…

Developer technologies | VB
Developer technologies | VB

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

2,927 questions
asked 2025-12-30T21:49:32.5133333+00:00
James Pruett 85 Reputation points
edited a comment 2026-01-01T06:17:56.1533333+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Swagger setup error after upgrade

builder.Services.AddSwaggerGen(c => { var securityScheme = new OpenApiSecurityScheme { Name = "Authorization", Type = SecuritySchemeType.Http, Scheme = "bearer", BearerFormat = "JWT", In =…

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,167 questions
asked 2025-12-30T10:17:36.9166667+00:00
Ejekwu Graveth Uzoma 40 Reputation points
commented 2026-01-01T06:14:44.31+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
9 answers

"Feature 'XXX' is currently unavailable due to an internal error."

Visual Studio 2022 recently started (for absolutely no reason) displaying the following message(s) at the top of the Visual Studio 2022 window: Feature 'Diagnostic analyzer runner' is currently unavailable due to an internal error. Similar…

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,764 questions
asked 2021-12-25T04:05:33.293+00:00
Nathan Sokalski 4,111 Reputation points
edited an answer 2026-01-01T01:08:06.5333333+00:00
Aaron 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to use a non GUI class in a GUI project

I created a project using MFC and Windows Desktop Application.  There are several GUIs and they all work.  Then I realized that a major section of code should not be a GUI, just a regular class.  To test it I created a class then tried to call it from…

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,066 questions
asked 2025-12-31T03:39:52.9466667+00:00
Bryan Kelly 636 Reputation points
accepted 2026-01-01T00:18:06.9666667+00:00
Bryan Kelly 636 Reputation points
2 answers One of the answers was accepted by the question author.

Customize identity that is stored in authentication cookie with OIDC

I've got this code which basically adds OIDC and I'm trying to customize the claims that end up in the stored identity, however the identity that's stored in the authentication cookie will eventually still include all claims from the ID token despite…

Developer technologies | ASP.NET Core | Other
asked 2025-12-30T22:40:28.2366667+00:00
iKingNinja 185 Reputation points
accepted 2025-12-31T12:15:15.1466667+00:00
iKingNinja 185 Reputation points
1 answer

ABP.io + OpenIddict + SAML 2.0 Integration with Zoho Customer Portal

I am working on a .NET Core ABP.IO project as a microservice, and I want to integrate SAML for the Zoho customer portal. My project is set up as the Identity Provider (IdP). I have added a SAML controller, configured the related files, and generated the…

Developer technologies | ASP.NET Core | Other
asked 2025-12-24T07:28:50.3033333+00:00
Anonymous
commented 2025-12-31T11:54:39.0133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,025 Reputation points Microsoft External Staff
1 answer

Issue to MAUI app

Hi, Is Azure the best option for DB of Maui app? Any samples for having few forms on one Maui project?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2025-12-19T10:01:05.4866667+00:00
Scott Huang 3,511 Reputation points
commented 2025-12-31T11:52:17.36+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,025 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

GIS Converters -Logs Improvements

1.I would like if you can help to make the logs better for End-Users/ QA/ Programmers that will understand them and get conclusions. 2.Maybe add a framed message for each step, that I can later take all log to document and explains how the converter…

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,801 questions
asked 2025-12-25T09:13:40.0266667+00:00
Dani_S 5,581 Reputation points
edited a comment 2025-12-31T11:43:47.6933333+00:00
Dani_S 5,581 Reputation points