55,872 questions with Developer technologies-related tags

Sort by: Updated
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-05T18:26:34.8666667+00:00
Denilson Espirito Santo 0 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
commented 2026-05-05T17:58:37.89+00:00
AgaveJoe 31,346 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
1 answer

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
edited the question 2026-05-05T17:15:38.63+00:00
Gérard Oomens 122K Reputation points Volunteer Moderator
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.

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

I need someone to help me

HELP! major issues and no one can help me. microsoft visual help

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-05T14:08:34.3733333+00:00
Jaclyn Everts 0 Reputation points
answered 2026-05-05T14:08:44.5466667+00:00
Q&A Assist
2 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-05T13:13:55.57+00:00
Senthil kumar 110 Reputation points
3 answers

Screen recording from a Windows service which is running under local system account

We are building a Windows monitoring/recording solution and want to validate the service/session architecture for screen capture. Design: A Windows service runs in Session 0 and handles control/orchestration. For each recording session, the service…

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,060 questions
asked 2026-04-29T11:22:44.3433333+00:00
Prayerlin Rex 0 Reputation points
commented 2026-05-05T12:48:06.6033333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,945 Reputation points Microsoft External Staff
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,481 Reputation points
commented 2026-05-05T12:38:52.3233333+00:00
Hong 1,481 Reputation points
1 answer

VSS-WEB-Visual Studio 2022 Support for .NET Development

Please clarify if .NET 10 will be supported by Visual Studio 2020 as it has Mainstream support until Jan 12, 2027 and Extended Support until Jan 13, 2032 but only supports until .NET 9…

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-05T10:47:38.0833333+00:00
Arumugam, Devendran (D.) 0 Reputation points
answered 2026-05-05T10:47:53.07+00:00
Q&A Assist
1 answer

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 310 Reputation points
commented 2026-05-05T10:36:43.0866667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,945 Reputation points Microsoft External Staff
2 answers

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,451 Reputation points
edited a comment 2026-05-05T10:28:16.2466667+00:00
Senthil kumar 110 Reputation points
3 answers

.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 200 Reputation points
commented 2026-05-05T10:20:14.5666667+00:00
Taki Ly (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Resolve issue ") expected"

Hi, I got the above error at the end of the last line below. Any reason?

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-04-30T08:35:17.46+00:00
Scott Huang 3,451 Reputation points
accepted 2026-05-05T08:38:12.3666667+00:00
Scott Huang 3,451 Reputation points
3 answers

C++ Compiler not working

I added MinGW-w64 compiler to my VS Code following the instructions on Microsoft VS Code C++ setup documentation but as I try and run a program it doesn't work. I get the following message. PS C:\Users\Prabh\OneDrive\Documents\Prabhjoat…

Developer technologies | Visual Studio | Debugging
asked 2026-05-04T16:49:29.7666667+00:00
Prabhjoat Riyat 0 Reputation points
answered 2026-05-05T08:06:31.6133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,945 Reputation points Microsoft External Staff
3 answers

Issue to lcoate the file regarding FileSystem.CacheDirectory

Hi, To the code like where to locate the relevant file within the path below? C:\Users\huang.scott\AppData\Local\Packages

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-28T09:55:32.29+00:00
Scott Huang 3,451 Reputation points
commented 2026-05-05T06:42:30.1033333+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
2 answers

Show me a usecase example code of asp.net, windows forms, unit tests and GoF

need practical code examples covering the following C# topics: ASP.NET Core MVC – a simple use case, e.g. a controller returning data to a view Windows Forms – a basic example, e.g. button click event or form validation Unit Tests – a simple test…

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-04-29T22:15:42.5833333+00:00
Gurdeep Vaidya 0 Reputation points
commented 2026-05-05T06:59:53.98+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
4 answers

Client Side validation on dynamically added Telephone objects to bootstrap modal form. Razor Pages

Hello, Lately I was receiving valuable help by @Anonymous and @Anonymous . I'm working over their provided code mostly. What I need now is to validate the new added Telephone objects (Description and PhoneNumber). The Contact fields are already…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-05-03T01:32:40.07+00:00
Pablo The Tiger 80 Reputation points
commented 2026-05-05T06:50:49.0866667+00:00
Jack Dang (WICLOUD CORPORATION) 17,340 Reputation points Microsoft External Staff Moderator
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
answered 2026-05-05T08:04:28.4066667+00:00
Nancy Vo (WICLOUD CORPORATION) 3,465 Reputation points Microsoft External Staff Moderator