55,929 questions with Developer technologies-related tags

Sort by: Updated
2 answers

Publisher/Extension Uploading Issue in VS Marketplace

Hi Team, I created a VS Code extension and properly configured the required metadata in the package.json file, including: Publisher information Homepage URL Repository URL License information Keywords Extension description However, when I try to…

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,755 questions
asked 2026-05-15T13:02:03.1766667+00:00
Dev Cyberscope 0 Reputation points
answered 2026-05-18T12:42:13.21+00:00
john cary 0 Reputation points
2 answers

How can I integrate AI tools with Visual Studio Code to enhance and accelerate SPFx development?

Hello Everyone, I am currently working on an SPFx project with React, and the project is running smoothly. I am currently working with a Microsoft 365 E5 license along with Microsoft Copilot. For development, I use Visual Studio Code and Azure DevOps as…

Developer technologies | Visual Studio | Extensions
asked 2026-05-16T06:00:38.27+00:00
Bhoomesh Joshi 5 Reputation points
commented 2026-05-18T12:26:11.49+00:00
Gade Harika (INFOSYS LIMITED) 2,765 Reputation points Microsoft External Staff
2 answers

TCP Listener on Localhost causes application to crash Start() without any exception being thrown

I have a use case where I am creating a TCP listener on Localhost with a specific portnumber. However , in x86 , the app crashes when I try to start the listener (i.e., listener.Start()). There is no exception being thrown and I have determined that the…

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,804 questions
asked 2026-05-15T10:31:22.0333333+00:00
Anuran Gupta 0 Reputation points
edited a comment 2026-05-18T12:11:10.4633333+00:00
AgaveJoe 31,361 Reputation points
2 answers

error in my design

Could not find type 'DVLD.ctrPersonInformation'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your…

Developer technologies | Windows Forms
asked 2026-05-18T08:31:29.32+00:00
Raneem kamel 0 Reputation points
answered 2026-05-18T10:47:34.18+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,865 Reputation points Microsoft External Staff Moderator
2 answers

Visual C++ 2015-2022 Distributable x64

My set up failed for this. I need help. Where do I go for the download or who can I talk to on the phone?

Developer technologies | Visual Studio | Setup
asked 2026-05-15T16:50:54.64+00:00
Angie 0 Reputation points
edited an answer 2026-05-18T10:06:37.0966667+00:00
Michael Le (WICLOUD CORPORATION) 11,325 Reputation points Microsoft External Staff Moderator
3 answers

how to download c++ 2019

how to download c++ 2019 in this page;how to download c++ 2019 in this page;how to download c++ 2019 in this page

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,064 questions
asked 2026-05-09T07:35:41.5833333+00:00
wenlei ji 0 Reputation points
commented 2026-05-18T09:33:17.28+00:00
Taki Ly (WICLOUD CORPORATION) 1,500 Reputation points Microsoft External Staff Moderator
2 answers

Is There Any Way to Identify the Process Locking a UNC File Without Administrator Permissions in .NET?

Description I evaluated several approaches to identify the locking process, including SMB-based utilities such as Get-SmbOpenFile, Open Files (openfiles), and net file, Sysinternals handle.exe, and the Windows Restart Manager APIs through rstrtmgr.dll..…

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,321 questions
asked 2026-05-15T06:24:50.6266667+00:00
Researcher 96 Reputation points
edited an answer 2026-05-18T09:03:37.5+00:00
Researcher 96 Reputation points
3 answers One of the answers was accepted by the question author.

App does not support the 16KB memory page sizes

I got the below error message from the play store for my xamarin forms application: I am migrating it to MAUI now. So is the MAUI version fix this issue? Below are the packages I am using in the MAUI version. .NET MAUI…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-04-08T10:57:49.8633333+00:00
Sreenivasan, Sreejith 780 Reputation points
commented 2026-05-18T08:58:40.87+00:00
Nancy Vo (WICLOUD CORPORATION) 4,110 Reputation points Microsoft External Staff Moderator
2 answers

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
commented 2026-05-18T08:56:15.8366667+00:00
Jack Dang (WICLOUD CORPORATION) 17,905 Reputation points Microsoft External Staff Moderator
2 answers

4KB Memory Page Warning: Upgraded MAUI project with .Net 10 still shows .SO files

I have upgraded my MAUI project's .net version to .net 10 from .net 8 to resolve the 4KB memory warning from play store. After upgrade I have generated a new AAB file and change the extension to .zip from .aab. Then I extracted the .zip file and under…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-17T15:07:58.36+00:00
Sreenivasan, Sreejith 780 Reputation points
answered 2026-05-18T08:55:31.4433333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,110 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Issue with transitive package from Plugin.Firebase - Xamarin.GoogleAndroid.Annotations

I am facing below errors when rebuild the project after the .net 10 upgrade from .net 8: The Java type android.annotation.TargetApi is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-14T13:12:01.66+00:00
Sreenivasan, Sreejith 780 Reputation points
commented 2026-05-18T08:23:03.4533333+00:00
Jack Dang (WICLOUD CORPORATION) 17,905 Reputation points Microsoft External Staff Moderator
5 answers

how to set the text space in winform?

I am using winform to draw something and how to set the text space? text t e x t

Developer technologies | Windows Forms
asked 2026-05-17T01:52:01.99+00:00
mc 7,006 Reputation points
edited a comment 2026-05-18T08:15:08.2733333+00:00
Senthil kumar 315 Reputation points
2 answers One of the answers was accepted by the question author.

Jarsigner: unable to sign jar: java.util.zip.zipexception: attempt to write past end of STORED entry. Signing package failed.

I am getting below error when distribute my .aab file. Jarsigner: unable to sign jar: java.util.zip.zipexception: attempt to write past end of STORED entry. Signing package failed. I am working on an MAUI project and now I upgraded the target .net…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-14T12:16:53.5533333+00:00
Sreenivasan, Sreejith 780 Reputation points
accepted 2026-05-18T07:50:53.6533333+00:00
Sreenivasan, Sreejith 780 Reputation points
1 answer

How to download the complete offline installer package for Visual Studio 2022?

Hello Microsoft Team, I want to download Visual Studio 2022 for installation on an offline Windows PC. Could you please let me know: From where can I download the complete offline installer package for Visual Studio 2022? Which bootstrapper should I…

Developer technologies | Visual Studio | Setup
asked 2026-05-18T05:59:44.07+00:00
JyotiGayakwad 0 Reputation points
edited an answer 2026-05-18T07:25:40.7833333+00:00
Leon Tran (WICLOUD CORPORATION) 1,820 Reputation points Microsoft External Staff Moderator
2 answers

How to drawString with text space of pixel?

I am using winform .net 10 (or 9) how to use the Grahpics to Draw a text with pixels space? for example I am drawing :welcome and then I will scale the bitmap to max and the check the pixel among each char above picture demonstrates there is no pixel…

Developer technologies | Windows Forms
asked 2026-05-18T01:12:44.1533333+00:00
mc 7,006 Reputation points
answered 2026-05-18T06:03:12.11+00:00
Jack Dang (WICLOUD CORPORATION) 17,905 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,804 questions
asked 2026-05-05T07:59:02.9266667+00:00
PThanh 0 Reputation points
commented 2026-05-18T05:07:36.9066667+00:00
Nancy Vo (WICLOUD CORPORATION) 4,110 Reputation points Microsoft External Staff Moderator
2 answers

C++ Cross Product Function

Have the function below in Visual Studio, C++. The function does a cross product for a vector VEC1,Vec2,Vec3. When I call the function as "crossproductVector(Vec1,Vec2,Vec3)" the value returned for Vec3 has zero components even though the…

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,064 questions
asked 2026-05-16T17:03:17.89+00:00
Sid Kraft 41 Reputation points
answered 2026-05-18T04:22:44.83+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,865 Reputation points Microsoft External Staff Moderator
3 answers

C++ Function Return With Reference

Have a function that I call with the variable references below. Was told that when I call, can change the values back to the original call if the variables are "reference" &A, &B. However, the system does not allow one to do, I.E. as…

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,064 questions
asked 2026-05-16T18:06:33.61+00:00
Sid Kraft 41 Reputation points
answered 2026-05-18T03:49:31.2966667+00:00
Jack Dang (WICLOUD CORPORATION) 17,905 Reputation points Microsoft External Staff Moderator
2 answers

Dark theme only partly working in MAUI

Hi there I am new to theming in MAUI and have read up on how to do it. You use AppThemeBinding and define two or more styles. I have Dark and Light. For some reason Dark mode is only being partially applied. Here is the xaml for my main page <?xml…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-13T07:38:09.18+00:00
Jai Holloway 65 Reputation points
commented 2026-05-18T03:32:59.86+00:00
Nancy Vo (WICLOUD CORPORATION) 4,110 Reputation points Microsoft External Staff Moderator
2 answers

Updating an ASP.NET Core web application with Serilog to Azure.Monitor.OpenTelemetry.AspNetCore

I am migrating an application from on-premises to Azure and could use some guidance on how to address the changes with correlation id handling. Currently, I use the same pattern utilized in stevejgordon/CorrelationId and update the log format string in…

Developer technologies | ASP.NET Core | ASP.NET API
asked 2026-05-15T13:23:09.0766667+00:00
ritmo2k 891 Reputation points
answered 2026-05-18T03:17:52.3766667+00:00
Jack Dang (WICLOUD CORPORATION) 17,905 Reputation points Microsoft External Staff Moderator