The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
Visual Studio Marketplace Extension - delete own accidental review
Ich habe auf Visual Studio Marketplace versehentlich für meine eigene Extension eine Berwetung (Review) abgegeben. Wie kann ich diese wieder löschen?
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
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
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.
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#
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.
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
A component of ASP.NET Core for creating RESTful web services that support HTTP-based communication between clients and servers.
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#
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.
ML.NET model accuracy drops after deployment to production
I built a classification model with ML.NET in a .NET 8 application. The model performed well during local testing with about 92% accuracy, but after deploying it to production, the predictions became unreliable and the overall accuracy dropped…
Developer technologies | .NET | .NET Machine Learning
.NET: Microsoft Technologies based on the .NET software framework. Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Exception has occurred: CLR/ObjCRuntime.ObjCException
I am facing below issue in my MAUI project on Visual Studio code for Mac: 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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
How to get absolute trusted path to dotnet.exe that is installed with Visual Studio installation?
I have a requirement of launching dotnet.exe with absolute path from a Visual Studio extension. Absolute path is required to avoid CWE-427 risk. In my machine dotnet.exe is at 'C:\Program Files\dotnet\dotnet.exe' but this location is not always…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
verified orders without data
is there a way for me to see the "number of days verified orders remain without shipment data"?
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
missing file xaml step32 exists and vaild
missing filemissing file xaml step32 exists and vaild
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.
How to remove the space on the left side of the editor in Visual Studio
How to remove the space on the left side of the editor in Visual Studio? How to remove the space on the left side of the editor in Visual Studio? How to remove the space on the left side of the editor in Visual Studio?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Unable to open a windows form in visual studio community 2026/ visual basic
Could not find a part of the path…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Is it possible to download Visual Studio Professional 2019 Trial Version
Is it possible to download Visual Studio Professional 2019 Trial Version that is free for 30 days?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
I cannot get VBA in Excel to make the Userform Calculator i created to perform operations on numbers with decimals right
Private Sub cmbdecimal_Click() If InStr(txtDisplay.Text, ".") = 0 Then txtDisplay.Text = txtDisplay.Text + "." End If End Sub ^This is the code i used on the command button for "." I can type a decimal, but the answer the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
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 Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.