55,809 questions with Developer technologies-related tags

Sort by: Updated
2 answers

Azure Functions isolated (net8.0) incorrectly requires .NET Desktop workload to load projects.

I have an Azure functions project that works fine in VS2022. When I open the project with VS2026, it prompts me to install .NET Desktop. The following is my .csproj (with the project names renamed). <Project Sdk="Microsoft.NET.Sdk"> …

Developer technologies | Visual Studio | Setup
asked 2026-04-21T08:35:37.6733333+00:00
Richard Coleman 0 Reputation points
commented 2026-04-24T09:42:15.5866667+00:00
Frederik Seyns 156 Reputation points
1 answer

Visual Studio 2026 don't let me type, search etc. after April 2026 Feature Update (18.5.1)

After letting Visual studio doing the april update I am no longer able to type nor search (I can type there but the search does not show any result, tried different searches). It is the third time I am rolling back to the previous version. At the…

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,743 questions
asked 2026-04-24T09:28:36.2266667+00:00
Andrea 0 Reputation points
answered 2026-04-24T09:28:49.4233333+00:00
Q&A Assist
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-04-24T09:27:04.72+00:00
Adiba Khan 2,345 Reputation points Microsoft External Staff
2 answers

vdproj Setup Project not generating .msi / .exe – System.Buffers.dll dependency warning (.NET Framework 4.7.2, x64)

Hello Community, I am facing an issue while creating a Setup project (.vdproj) in Visual Studio and I am hoping someone can help clarify why this is happening. Environment Details Application type: VB.NET Windows Forms Target framework: .NET Framework…

Developer technologies | Visual Studio | Setup
asked 2026-04-07T13:07:03.28+00:00
Aman Agrahari 180 Reputation points
commented 2026-04-24T09:26:40.4433333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,035 Reputation points Microsoft External Staff
3 answers

How can I find out if my game is running at constant 60 frames per second without stuttering?

Sometimes my game randomly stutters in debug mode on my iOS/Andoid devices. I don´t know if it stutters more frequently on my iPad Air or on my Android phone and I don´t know if it stutters in release mode. How can I find out if my game is running at…

Developer technologies | .NET | .NET MAUI
asked 2026-04-12T20:31:28.47+00:00
Kim Strasser 2,416 Reputation points
commented 2026-04-24T09:24:24.4066667+00:00
Kim Strasser 2,416 Reputation points
3 answers

Issues to call the event

Hi, DownloadAndShareFileAsync is declared within MauiProgram.cs, and was called within the same .cs file. It is not a success to build the project. Any reason from the following? Here is MauiProgram.cs

Developer technologies | ASP.NET | ASP.NET API
asked 2026-04-09T10:08:11.0166667+00:00
Scott Huang 3,366 Reputation points
commented 2026-04-24T09:18:20.18+00:00
Jack Dang (WICLOUD CORPORATION) 16,920 Reputation points Microsoft External Staff Moderator
1 answer

Unable to install nugget packages 8.0.3

Iam getting this type of issue while installing package 8.0.3

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,743 questions
asked 2026-04-24T09:10:24.41+00:00
Reddicherla Sai Supriya (WIPRO LIMITED) 0 Reputation points Microsoft External Staff
answered 2026-04-24T09:10:40.18+00:00
Q&A Assist
2 answers

need impact analysis

is there a negative impact while upgrading to ASP.NET Core 10.X from ASP.NET Core of 2.X to 9.X

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-21T08:16:11.12+00:00
Sridhar S 0 Reputation points
commented 2026-04-24T09:08:04.3566667+00:00
Jack Dang (WICLOUD CORPORATION) 16,920 Reputation points Microsoft External Staff Moderator
2 answers

Best Way to Implement Letter-Boxed Style Validation Logic in an App?

Hi everyone, I’m working on a small project inspired by the letter boxed word puzzle concept, where users must create words using letters from different sides while following specific rules (no consecutive letters from the same side, chaining last letter…

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,169 questions
asked 2026-04-22T07:35:49.4933333+00:00
hellen charless 0 Reputation points
commented 2026-04-24T08:21:55.63+00:00
Susmitha T (INFOSYS LIMITED) 2,690 Reputation points Microsoft External Staff
4 answers

Span gesture recognizer is not working for label with formatted string

In .net maui 20, we are trying to use span gesture recognizer for label so I can append normal text with hyperlink. When clicking on hyperlink it should navigate to that link but it's not working in this way. I am pasting the code for reference.…

Developer technologies | .NET | .NET MAUI
asked 2026-04-21T07:29:57.9+00:00
Keerthana Krishna 60 Reputation points
commented 2026-04-24T08:20:00.8633333+00:00
Susmitha T (INFOSYS LIMITED) 2,690 Reputation points Microsoft External Staff
5 answers

How to build an install package without Visual Studio?

Hello! I created a Windows Form Desktop app with Visual Studio. Normally, I just copy the EXE file to the target machine and it Just Works; however, it is not working in one particular case. I know that it is most like l missing a dependence. Typical fix…

Developer technologies | Windows Forms
asked 2026-04-17T22:38:03.3966667+00:00
Saga 461 Reputation points
answered 2026-04-24T07:44:12.0566667+00:00
Noor Fatima 0 Reputation points
2 answers

need impact analysis

is there a negative impact while updating to .NET Framework 4.8.1 from Old .NET Framework < 4.6.2

Developer technologies | .NET | Entity Framework Core
asked 2026-04-21T08:20:58.39+00:00
Sridhar S 0 Reputation points
commented 2026-04-24T06:44:40.3233333+00:00
Jay Pham (WICLOUD CORPORATION) 3,520 Reputation points Microsoft External Staff Moderator
2 answers

Totally and Absolutely Confused

Created a C++ project using Visual Studio 2026. Opened the file, made changes, saved all, built a project, executed, worked fine. closed Visual Studio, opened again, opened the project, changes that I made still there. Closed Visual Studio, turned off…

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,059 questions
asked 2026-04-23T21:52:33.54+00:00
Sid Kraft 31 Reputation points
edited an answer 2026-04-24T06:09:02.91+00:00
Leon Tran (WICLOUD CORPORATION) 1,740 Reputation points Microsoft External Staff Moderator
3 answers

Visual Studio Save

Have A C++ program in Visual Studio, making changes and when finish, issue a "save all" command which should save all of the changes, I would think. I then issue a "re build" and issue the "save all" command again. However,…

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,059 questions
asked 2026-04-23T16:28:49.8033333+00:00
Sid Kraft 31 Reputation points
answered 2026-04-24T06:05:46.59+00:00
Leon Tran (WICLOUD CORPORATION) 1,740 Reputation points Microsoft External Staff Moderator
2 answers

Visual Studio C++ Dirty Files

Asked a question about C++ changes made to a file not being saved. Was suggested by the Microsoft Team that the file and associated project may not be "diry" so the system will not save. My question is "WHAT MAKES A FILE DIRTY AND WHAT IS…

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,059 questions
asked 2026-04-23T16:58:17.5233333+00:00
Sid Kraft 31 Reputation points
answered 2026-04-24T06:05:43.72+00:00
Leon Tran (WICLOUD CORPORATION) 1,740 Reputation points Microsoft External Staff Moderator
2 answers

Word dollar blue no hightlight

Hello from Steve I need the below please dollar blue no hightlight Sub Dollar_Dollar_Blue_No_Highlight2() Selection.Find.ClearFormatting Selection.Find.Font.Size = 12 With Selection.Find .Text = "$" .Replacement.Text =…

Developer technologies | Visual Basic for Applications
asked 2026-04-23T21:35:23.1266667+00:00
SteveD 150 Reputation points
commented 2026-04-24T05:11:14.0966667+00:00
SteveD 150 Reputation points
2 answers

SQL Server Integration Services Projects - Setup Failed.

Hi, The members of the Development Department, requested the installation of: SQL Server Integration Services Projects!!!. We launched the installation, but it ended with the error: We have attached the log File. We must perform the installation on a…

Developer technologies | Visual Studio | Extensions
asked 2026-04-23T14:39:39.96+00:00
Lucas Peñaloza 481 Reputation points
edited a comment 2026-04-24T05:00:12.58+00:00
Senthil kumar 25 Reputation points
2 answers

Using standard PayPal buy now buttons - need an extra step to obtain a User Id

My asp.net site has a product page.aspx with the standard Buy now button code from Paypal. I capture the email address of the sender from the page that has a asp.net form. On button click, the data is saved in database and they then see a PayPal button…

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,795 questions
asked 2026-04-23T16:47:22.29+00:00
Matt Lee 40 Reputation points
answered 2026-04-24T04:02:27.8866667+00:00
Jack Dang (WICLOUD CORPORATION) 16,920 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

OVERVIEW AND CLOSEALL

Environment: MAUI 10 In Android, pressing the Overview button calls OnSleep, that I use for some clear-house, such as uploading a file to cloud storage. The following snippet is a simulation: protected async override void OnSleep() { …

Developer technologies | .NET | .NET MAUI
asked 2026-04-23T19:38:21.0366667+00:00
Giorgio Sfiligoi 636 Reputation points
answered 2026-04-24T03:57:03.2233333+00:00
Nancy Vo (WICLOUD CORPORATION) 2,900 Reputation points Microsoft External Staff Moderator
2 answers

Rename Module

I want to rename a module in my VB project in Excel

Developer technologies | Visual Basic for Applications
asked 2026-04-23T12:21:20.83+00:00
Donnie Urbano 0 Reputation points
answered 2026-04-24T02:59:24.21+00:00
Nancy Vo (WICLOUD CORPORATION) 2,900 Reputation points Microsoft External Staff Moderator