55,938 questions with Developer technologies-related tags

Sort by: Updated
1 answer

[Visual Studio 2026 18.6.2] object values are evaluated, nested rows are visible, but expand/collapse glyphs/arrows/+ controls are missing.

Visual Studio 2026 18.6.2 Debugger: managed C#/.NET Window: Autos Issue: object values are evaluated, nested rows are visible, but expand/collapse glyphs/arrows/+ controls are missing. Workarounds tried: Reset Window Layout, delete .vs folder

Developer technologies | Visual Studio | Debugging
asked 2026-06-01T12:25:35.7966667+00:00
commented 2026-06-01T17:28:00.87+00:00
Viorel 126.9K Reputation points
2 answers

.Net 10: Exception has occurred: CLR/ObjCRuntime.ObjCException

I am facing below exception when running the .net 10 maui project on visual studio code: Exception has occurred: CLR/ObjCRuntime.ObjCException • An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-01T07:20:16.8833333+00:00
Sreenivasan, Sreejith 840 Reputation points
commented 2026-06-01T17:03:20.8466667+00:00
Viorel 126.9K Reputation points
2 answers

How do I fix .NET runtime installation error?

I keep getting a message to download and install .net runtime, x64, V 8.0.11. I downloaded the repair tool and it could not fix the problem. I have no idea how to fix this problem. suggestions?

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,323 questions
asked 2026-05-24T17:40:44.9866667+00:00
Reg Keegan 0 Reputation points
edited a comment 2026-06-01T15:35:15.8033333+00:00
Reg Keegan 0 Reputation points
4 answers

Enhance the way of linear search

Hi, To C# linear search below any advice to apply the following way on the above?

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-31T04:50:50.82+00:00
Jonathan 65 Reputation points
commented 2026-06-01T14:25:21.7566667+00:00
Bruce (SqlWork.com) 84,071 Reputation points
2 answers One of the answers was accepted by the question author.

Dynamically Resizing Models

Hello everyone and thanks for the help in advance. I'm trying to think through a solution for a calendar application. The model for the appointment table looks like: public class tblAppointments { public int ID { get; set; } …

Developer technologies | ASP.NET Core | Other
asked 2026-05-12T23:13:19.0233333+00:00
Kmcnet 1,356 Reputation points
accepted 2026-06-01T14:06:13.32+00:00
Kmcnet 1,356 Reputation points
1 answer

How to fix Run-time error '424;: Object required

Sub SaveC11s() Dim objAttachment As Outlook.Attachment Dim saveFolder As String Dim targetSubjectKeyword As String ' CONFIGURATION: Set your target folder path and subject keyword saveFolder = "\ComptonJenn\Downloads\Current Month…

Developer technologies | Visual Basic for Applications
asked 2026-06-01T13:24:57.1366667+00:00
Jenn C 0 Reputation points
answered 2026-06-01T13:25:15.7766667+00:00

AI answer

1 answer One of the answers was accepted by the question author.

TFVC Checkin Policy not changing

We are using TFVC version control in two projects, hosted in Azure Devops cloud. Today, we have started getting an error message "It's not possible to operate with deprecated policies, please see Azure DevOps blog for more information.…

Developer technologies | Visual Studio | Setup
asked 2026-02-04T17:34:36.9433333+00:00
Mitchell Bland 40 Reputation points
commented 2026-06-01T13:15:04.14+00:00
Soniya Sutar 0 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio Enterprise shows $150 Azure monthly credit, but Azure subscription appears to receive lower credit

I have an active Visual Studio Enterprise subscription. The Benefits page shows $150 Azure monthly credit. The Azure benefit is already activated. When I try to activate it again, I receive the message: "You've already activated this Visual Studio…

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,762 questions
asked 2026-05-31T20:19:50.4166667+00:00
BHANU PRAKASH 0 Reputation points
accepted 2026-06-01T11:16:37.94+00:00
BHANU PRAKASH 0 Reputation points
3 answers

Blazor Web Assembly authentication issue in version 10.0.8

Blazor Web Assembly authentication issue in version 10.0.8

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,699 questions
asked 2026-05-28T18:58:35.8233333+00:00
Muthukumar S 0 Reputation points
commented 2026-06-01T10:59:18.71+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,945 Reputation points Microsoft External Staff Moderator
3 answers

Unable to install .net

I try install .net framework on my windows server 2019 but got below error even i have permission on the folde Then i try to extract the exe file and run the setup file and got below error. Try running netfx_core_x64 and got below error. Anyone know how…

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,323 questions
asked 2026-05-18T13:14:32.6466667+00:00
Handian Sudianto 7,201 Reputation points
commented 2026-06-01T10:45:21.9333333+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,945 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Adding an Image to a custom control in MAUI

Hi there I have been asked to add an image to a view in an old Xamarin app that has been upgraded to MAUI. I am new to MAUI and the custom control is confusing me. I need to add and image placeholder, but set the image source when the form is loaded from…

Developer technologies | XAML
Developer technologies | XAML

A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.

880 questions
asked 2026-05-27T10:06:51.6566667+00:00
Jai Holloway 105 Reputation points
commented 2026-06-01T10:13:28.0333333+00:00
Jack Dang (WICLOUD CORPORATION) 18,640 Reputation points Microsoft External Staff Moderator
3 answers

C++ Vectors

In C++ why am I getting an error on this statement? CHMID1[I] = PT1[I] + (CHORD1 * VEC1[I]) / 2.; CHMID1[I] a float vector PT1[I] a float vector CHORD1 a float variable VEC1[I] a float vector system says = not a valid operator???

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 2026-05-26T20:32:32.23+00:00
Sid Kraft 46 Reputation points
commented 2026-06-01T10:13:00.1966667+00:00
Jack Dang (WICLOUD CORPORATION) 18,640 Reputation points Microsoft External Staff Moderator
1 answer

Reinstating Syria in Visual Studio Marketplace Publisher Country Selection Post-Sanctions Repeal

Hello, I am writing to report an issue regarding the country selection menu on the Visual Studio Marketplace publisher registration page (https://marketplace.visualstudio.com/manage/createpublisher). Currently, Syria is omitted from the available…

Developer technologies | Visual Studio | Extensions
asked 2026-05-25T15:00:53.65+00:00
abdulrahman alabed 0 Reputation points
commented 2026-06-01T09:52:11.1033333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers

Questions regarding Windows driver signing

Hello Microsoft Support, We are in the early planning phase for a new Windows driver and want to make sure we understand the official release process for Windows Endpoints and Servers. Could you please clarify a few basic points for us? Certificates:…

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 2026-05-21T12:31:37.2966667+00:00
Nikhil Raj 0 Reputation points
commented 2026-06-01T09:37:52.3266667+00:00
Taki Ly (WICLOUD CORPORATION) 1,585 Reputation points Microsoft External Staff Moderator
1 answer

VS 2022 Not showing red squiggles and no intellisense anymore, at least, underUnity

Using Visual Studio 2022, I have lost the squiggles red wavy line when there is a typo error (faster to spot it than to move to the console to see error messages) and I have also lost intellisence allowing us to "discover" the methods and the…

Developer technologies | Visual Studio | Debugging
asked 2026-05-28T10:37:54.7066667+00:00
vanderghast 1 Reputation point
commented 2026-06-01T07:32:59.4833333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers

Run-time error "53" window pop out when I use WORD

Why is there a window pop out saying Visual Basic for Application, Run-time error "53" when I open WORD.Ru

Developer technologies | Visual Basic for Applications
asked 2026-05-31T22:45:38.9733333+00:00
Carol Carol 0 Reputation points
answered 2026-06-01T06:26:16.3333333+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,945 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

MAUI click Image to take you to a new view with a larger image

I have an image in a control and when you click it I want to navigate to a new view that has a larger image on it. <?xml version="1.0" encoding="utf-8" ?> <ContentView …

Developer technologies | XAML
Developer technologies | XAML

A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.

880 questions
asked 2026-05-27T10:42:33.9866667+00:00
Jai Holloway 105 Reputation points
commented 2026-06-01T06:05:52.59+00:00
Nancy Vo (WICLOUD CORPORATION) 4,685 Reputation points Microsoft External Staff Moderator
2 answers

MAUI app exiting without crashing after inactivity

Hi there I have a .NET 10 MAUI app and it is exiting on refresh, or any activity, after being in "sleep" mode for a while. The shortest time I have tried is 4 hours, but I believe 2 hours will have it exit too. I have tried leaving the…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-25T04:10:52.8133333+00:00
Jai Holloway 105 Reputation points
commented 2026-06-01T06:04:25.1933333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,685 Reputation points Microsoft External Staff Moderator
2 answers

C++ Vectors

This is maddening, went to great lengths to make sure that the statements on either side of the = operator of the same type, still get a compiler error I = 0; do { float CH1 = PT1[I]; float CH2 = PT2[I]; float CH3 = PT3[I]; float…

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 2026-05-26T21:02:14.4333333+00:00
Sid Kraft 46 Reputation points
commented 2026-06-01T04:48:24.69+00:00
Nancy Vo (WICLOUD CORPORATION) 4,685 Reputation points Microsoft External Staff Moderator
3 answers

Is net 9.0 support latest ios in MAUI?

Is net 9.0 support latest ios? using VS2022? in MAUI? if I can relase ipa file and install on the latest ios that is better. if vs2022 do not support how to use cli to relase it?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-31T04:21:35.5733333+00:00
mc 7,106 Reputation points
answered 2026-06-01T04:41:43.3166667+00:00
Nancy Vo (WICLOUD CORPORATION) 4,685 Reputation points Microsoft External Staff Moderator