A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
VS 2022 Catastrophic failure when trying to save
Catastrophic failure when trying to save. What causes this and how do I save my work? Image1.jpg
Developer technologies | Visual Studio | Debugging
.net Framewok 4.6.2 on Windows 10 32bit does not install in correct registry folder
When I try to install Team Explorer 2022 it says I need .netFramework 4.6 or higher--I did this and it says It cannot find it--it only sees 4.0 folder ????
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 read c# data object from server with AJAX and show its fields in html
Hello, I'm continuing learning AJAX and web dev. This time I'm trying to read an object from the server by AJAX and fill the inputs (textboxes) in the html ... but it does nothing. I attach the html and the server side .cs I will appreciate your help.…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Access to Visual Studio Enterprise with GitHub Enterprise has been removed
I have a customer that is getting emails saying Access to Visual Studio Enterprise with GitHub Enterprise has been removed. Their licenses dont expire until next year. Some have gotten follow up emails saying "Access your Visual Studio…
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.
Get access to account on marketplace.visualstudio.com
Hi, I'm trying to get access to my account so I can publish a new version of my VSCode extension. I managed to login with my personal email address but the link I always followed to upload new versions returns a 403 (forbidden). It looks like I'm…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
github copilot given an error when i used visual studio 2022. it says 'There was a problem completing your request. Please try again'
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.
downnload process aborted when Maui Andriod is not visible or screen id turned off
I have Maui Andriod app, in which a file id dowloaded from an url. When the app is running and visible download process goes well. but screen is turned off or app is not visible, the download process is aborted. Is is greatly appreciated if somene can…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI: iOS Build Issues in Visual Studio Code
I am getting below error when running the MAUI app on mac visual studio code: /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8319/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1:…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Unable to connect to the Redis server using Microsoft.AspNetCore.SignalR.StackExchangeRedis with .Net Aspire 13
I'm using .Net Aspire 13, .Net 10. I'm using the library package Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="10.0.3". This is my AppHost: var cache = builder.AddRedis("cache", 6379); var presence =…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
tostring()
for some reason the script doesn't work and the tostring <%@ Page Language="C#" AutoEventWireup="True" %> <%@ Import Namespace="System"%> <script runat="server"> void Page_Load(Object…
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
Should I update my workloads after updating to a new Xcode version?
I just updated Xcode to version 26.3 and I don´t know if I need to update the workloads in Visual Studio 2026 Community. Is it necessary to update the workloads in Visual Studio? Installed Workload Id Manifest Version Installation…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Faulting module ntdll.dll error in net10
I have an application which has both its 32-bit and 64-bit variant.I recently retargetted it to net10 from net8.64-bit application works fine.But the 32-bit application crashes with following error -: Faulting module name: ntdll.dll, version:…
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.
Disc space error while downloading Visual studio 2026 Ent version
We are trying to download the visual studio 2026 enterprise software package from below URL through given command line, with limited workloads. Still, we are getting the error message as shown in attached / below given screen shot saying, we need 84 GB…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How to update Sharepoint list item hyperlink column
I'm trying to update hyperlink column with the following request PATCH https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/fields Content-Type application/json Request body: { "OriginalImageLink": { …
Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
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.
UWP how to change foreground color when mouse over?
Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Console stuck activating Dev Mode for individual account 0x8015963D
I cannot activate developer mode infinite loading on aka.ms/activatexbox when trying to activate 0x8015963D in hidden menu that works for some people. Tried: Power cycles (10+ min unplug) Reinstall Xbox Dev Mode app (green one) Hidden menu…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Look for impact analysis
Hi, looking for possible negative impact analysis or impact analysis of implementing fix .NET 6.0.25 or later (latest servicing release) on Operting systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
MAUI Handler not working with Custom WebView and showing blank white screen.
We are trying to call a WebView Handler and it is showing a blank white screen while using .NET MAUI8 and .NET MAUI9. We are calling below method, but it is not hitting ShouldOverrideUrlLoading() and not loading the URL properly even after passing…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
API issue on the server
Hi, No similar issue when calling the project. Why does it appear when going to "https://localhost:7060/swagger/index.html"?
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
MAUI iOS Broadcast extension, writeback pool capacity exceed
I am developing an iOS broadcast extension with MAUI .net 10. My problem is the ProcessSampleBuffer() only get called every 6 seconds+, although I can get the image from the CMSampleBuffer object. I tried to monitor the extension with Console and see a…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.