55,875 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Adding Entitlements.plist crashes the IOS publish

I have just upgraded a .NET 8 MAUI app to .NET 10 and one of the requirements is that I have an Entitlements.plist file for access to the keychain. My publish is failing with a missing ResourceRule.plist file, but I followed all the instructions of…

Developer technologies | .NET | .NET MAUI
asked 2026-05-06T09:44:16.3966667+00:00
Jai Holloway 60 Reputation points
answered 2026-05-06T09:44:29.9966667+00:00
Q&A Assist
2 answers

provider.SignInAsync() error from CommunityToolkit.Authentication.Uwp

The following code of a classic UWP app used for OneDrive access worked for a few years without any issues: string[] scopes = new string[] { "Files.ReadWrite.AppFolder" }; ProviderManager.Instance.GlobalProvider = new…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-05-04T23:05:02.2933333+00:00
Hong 1,486 Reputation points
commented 2026-05-06T09:40:22.73+00:00
Hong 1,486 Reputation points
3 answers One of the answers was accepted by the question author.

.NET Framework WinForms app crashing with Oracle.ManagedDataAccess when Oracle Client 19c (64 bit) is installed (duplicate config issue)

Hi all, I’m encountering an issue after migrating my VB.NET Windows Forms application from unmanaged ODP.NET to managed ODP.NET, and I’d appreciate your guidance. Background Application type: VB.NET Windows Forms (.NET Framework) Earlier setup: …

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,319 questions
asked 2026-05-01T13:41:14.45+00:00
Aman Agrahari 220 Reputation points
accepted 2026-05-06T09:37:08.2466667+00:00
Aman Agrahari 220 Reputation points
2 answers One of the answers was accepted by the question author.

Some codes are not well called (or run)

Hi, Running against the file below https://1drv.ms/u/c/17ec75244bac022f/IQDksn7oBvAGSqa3I9pz8_dKAapU4-FWHovxVRFlkwrT5Tg?e=QdVOsH the codes like if (cnt32 == 38 || cnt32 == 41 || cnt32 == 42) …

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,800 questions
asked 2026-05-04T08:08:15.31+00:00
Scott Huang 3,491 Reputation points
edited a comment 2026-05-06T09:10:36.68+00:00
Scott Huang 3,491 Reputation points
1 answer

Issue to setup Sql Lite for the project

Hi, To the way below, which is the exact project directory? Not bin path right?

Developer technologies | ASP.NET | ASP.NET API
asked 2026-05-06T09:03:44.4866667+00:00
Scott Huang 3,491 Reputation points
answered 2026-05-06T09:03:55.82+00:00
Q&A Assist
3 answers

Missing ResourceRules.plist in MAUI archive process

Hi there We had a XAMARIN app which was upgraded to .NET 8 MAUI, which was then upgraded to .NET 10 MAUI. I can no longer build in .NET 8, which is why the upgrade happened. I am now trying to archive the file in .NET 10 but am getting an error that the…

Developer technologies | .NET | .NET MAUI
asked 2026-05-05T06:45:28.42+00:00
Jai Holloway 60 Reputation points
commented 2026-05-06T09:01:20.56+00:00
Jai Holloway 60 Reputation points
2 answers

updated and will not show designers

I updated and now none of my design forms will display. One error message is The designer could not be shown for this file because none of he classes within it can be designed. Another says "The type 'System.Configuration.ApplicationScoped…

Developer technologies | Windows Forms
asked 2026-05-01T20:52:33.9433333+00:00
Jay O'Brien 0 Reputation points
edited a comment 2026-05-06T07:45:15.9266667+00:00
Michael Le (WICLOUD CORPORATION) 11,320 Reputation points Microsoft External Staff Moderator
3 answers

Update of another workbook with a vba macro

Since last version of excel it is impossible from a workbook to open another one ,make changes and save them and then close the workbook. The process works, but when the workbook is closed the version before changes is back again (file with the initial…

Developer technologies | Visual Basic for Applications
asked 2026-05-05T23:13:01.4266667+00:00
Jacques Abel 0 Reputation points
answered 2026-05-06T07:14:13.4833333+00:00
Jack Dang (WICLOUD CORPORATION) 17,420 Reputation points Microsoft External Staff Moderator
2 answers

install Visual studio + Intel Parallel Studio in a new computer

I'm a Fortran user. I bought a new computer and I want to install the Visual studio with the Intel Parallel studio composer edition for Fortran Windows. I already have them in my old notebook, but the installers are not working any more. Can you please…

Developer technologies | Visual Studio | Setup
asked 2026-04-27T17:06:14.55+00:00
Denilson Espirito Santo 0 Reputation points
commented 2026-05-06T07:10:49.3866667+00:00
Lizzy Dinh (WICLOUD CORPORATION) 435 Reputation points Microsoft External Staff Moderator
2 answers

In maui collectionview scrolling has issues in android.

In collection view scrolling to bottom when the list is updated is not happening. I am implementing the chat list and depending on user response, the response differs from chatbot. I could see the data below but I need to scroll to bottom to manually.…

Developer technologies | .NET | .NET MAUI
asked 2026-04-29T05:32:10.7866667+00:00
Keerthana Krishna 60 Reputation points
commented 2026-05-06T04:00:11.1966667+00:00
Nancy Vo (WICLOUD CORPORATION) 3,465 Reputation points Microsoft External Staff Moderator
2 answers

How to attestation for verify pc security boot,... by using TPM Azure Attestation in C# Project

1.My project uses C# along with nuget: ,,,,,,,,,,,,,,,,,,,,,,,,,,,

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,800 questions
asked 2026-05-05T07:59:02.9266667+00:00
PThanh 0 Reputation points
answered 2026-05-06T03:53:08.67+00:00
Nancy Vo (WICLOUD CORPORATION) 3,465 Reputation points Microsoft External Staff Moderator
3 answers

How to access Properties of objects in Excel VBA

Things seem to have changed in VBA since I last wrote any code. I am designing a small project for home use, using Excel and VBA. I find I can add controls to a userform but I cannot change their properties at design time. For example, I have a…

Developer technologies | Visual Basic for Applications
asked 2026-05-05T12:50:37.8666667+00:00
Alan Sears 0 Reputation points
answered 2026-05-06T03:51:23.9166667+00:00
Jack Dang (WICLOUD CORPORATION) 17,420 Reputation points Microsoft External Staff Moderator
2 answers

Application.Wait

give me an example of Application.Wait in VBA code.

Developer technologies | Visual Basic for Applications
asked 2026-04-30T14:32:24.8266667+00:00
Randy Avery 0 Reputation points
commented 2026-05-06T02:34:12.3533333+00:00
Nancy Vo (WICLOUD CORPORATION) 3,465 Reputation points Microsoft External Staff Moderator
2 answers

MAUI Layout Questions

Hi there I have recently had to upgrade a MAUI app from .NET 8 to .NET 10 as the .NET 8 threw an error about it no longer being supported. Since upgrading, things have gone awry. The first thing is that the DarkMode style is not being used. The second is…

Developer technologies | .NET | .NET MAUI
asked 2026-04-30T11:03:12.8566667+00:00
Jai Holloway 60 Reputation points
commented 2026-05-06T02:33:25.45+00:00
Nancy Vo (WICLOUD CORPORATION) 3,465 Reputation points Microsoft External Staff Moderator
2 answers

Visual Studio 2026 Insiders — Editor Collapses When Terminal Gains Focus (Window‑Layout Regression)

Below is the summary by Copilot after a day's troubleshooting the VS Insiders layout. Title Editor collapses or disappears when Terminal or other tool windows gain focus — VS 2026 Insiders window‑layout regression Environment Visual Studio 2026…

Developer technologies | Visual Studio | Setup
asked 2026-05-05T19:53:50.38+00:00
Yang, Hui 0 Reputation points
answered 2026-05-05T21:05:18.9866667+00:00
Yang, Hui 0 Reputation points
1 answer

Why i only have 1.3gb to use in Xbox Dev Mode

I understand you can use approximately 5GB of RAM in Xbox Dev Mode, but it only lets me use 1.3GB. screenshot.

Developer technologies | Universal Windows Platform (UWP)
asked 2026-05-02T23:41:55.3033333+00:00
Elias Benjamin Lopez Perez 0 Reputation points
commented 2026-05-05T20:04:55.9333333+00:00
Elias Benjamin Lopez Perez 0 Reputation points
1 answer One of the answers was accepted by the question author.

Visual Studio BackgroundDownload.exe using all the system resources

*I know there are many questions on Stackoverflow, for example, but I can't really seem to trust the answer for some reason. I must disable some Windows Task for what I need, but it looks like I might have problems with Visual Studio later, so to confirm…

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,750 questions
asked 2023-03-28T09:11:34.4366667+00:00
Abdulqadir Aliyev 141 Reputation points
commented 2026-05-05T14:43:07.8866667+00:00
webdc2021 1 Reputation point
1 answer

VSIX Extension Which Provides Setting Overrides During Debugging of Target Application

I am attempting to create a VSIX extension which allow app settings to be overridden while the target application is being debugged (similar to User Secrets), however nothing I have tried has worked and feel that I must be missing something basic. My…

Developer technologies | Visual Studio | Extensions
asked 2026-04-21T14:11:44.31+00:00
commented 2026-05-05T17:06:41.3066667+00:00
1 answer One of the answers was accepted by the question author.

Word Complete the whole Document

Hello from Steve Can the below script please to the whole document as it stops after finding the first instance. Sub Horse_Above_10() With Selection.Find .ClearFormatting .Text = "\) [0-9]{2,} [A-Z]" ' wildcard pattern …

Developer technologies | Visual Basic for Applications
asked 2026-04-27T21:45:52.61+00:00
SteveD 430 Reputation points
accepted 2026-05-05T19:09:02.46+00:00
SteveD 430 Reputation points
1 answer

Visual Studio 2026: Cut & Paste of code is still creating random corruption in documents

Hello... I had been hoping that the VS Team would have fixed this issue that plagued us with VS 2022. However, it is still popping up enough to have become an increasing annoyance. When I cut\copy & paste some code from one part of my current…

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,750 questions
asked 2026-05-05T17:15:55.36+00:00
Steve Naidamast 5 Reputation points
commented 2026-05-05T17:21:17.0833333+00:00
Viorel 126.9K Reputation points