56,196 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Refused to apply style from '' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

ASP.NET Core + IIS: Browser receives Content-Type: text/javascript,text/html even though application returns text/javascript I'm facing a strange MIME type issue in an ASP.NET Core MVC application hosted on IIS (Windows Server). I've investigated the…

Developer technologies | ASP.NET Core | Other
asked 2026-08-06T05:32:40.43+00:00
commented 2026-08-11T11:27:10.2433333+00:00
Tom Tran (WICLOUD CORPORATION) 5,625 Reputation points Microsoft External Staff Moderator
3 answers

Can an existing VB.NET ASP.NET Web Forms application be migrated to .NET 10 while keeping VB.NET?

Hello Microsoft Support, We have a legacy enterprise system developed with VB.NET on .NET Framework 3.5 (ASP.NET Web Forms). We are planning to migrate the system to .NET 10 and would like to minimize code changes. Our questions are: Is it possible to…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,938 questions
asked 2026-08-06T10:16:00.91+00:00
PHAM VAN NAM 5 Reputation points
commented 2026-08-11T10:49:31.2266667+00:00
Damien Pham (WICLOUD CORPORATION) 1,805 Reputation points Microsoft External Staff Moderator
1 answer

Visual Studio Enterprise subscription renewal link url https://aka.ms/vssentrenew is not valid

After I click on a Visual Studio Enterprise subscription renewal link i get:

Developer technologies | Visual Studio | Setup
asked 2026-07-30T10:36:06.5166667+00:00
Hasan Irmak 0 Reputation points
commented 2026-08-11T10:41:07.17+00:00
Lizzy Dinh (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff Moderator
1 answer

WPF Datagrid (C# .NET 10)

Hello. How fix this? <UserControl.Resources> <CollectionViewSource x:Key="CollectionViewBusinesDataGrid" Source="{Binding BusinesDataGridItemsSource, IsAsync=True}"> …

Developer technologies | Windows Presentation Foundation
asked 2026-08-04T22:36:52.6166667+00:00
Sergey Dorodnov 10 Reputation points
edited a comment 2026-08-11T04:32:11.3433333+00:00
Tony Thach (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff Moderator
2 answers

how I get the CPU and memory usage during the program run?

how I get the CPU and memory usage during the program run?

Developer technologies | Visual Studio | Debugging
asked 2026-08-03T12:39:05.41+00:00
Bar Rose 0 Reputation points
commented 2026-08-11T02:43:55.0933333+00:00
Taki Ly (WICLOUD CORPORATION) 3,700 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

C++/WinRT UWP Xbox Game Bar Widget memory usage keeps increasing when updating XAML binding data with DispatcherTimer

Hello, I am developing a hardware monitoring widget based on Xbox Game Bar Widget using C++/WinRT and UWP XAML. Environment Windows 10 22H2 Visual Studio 2026 C++/WinRT UWP Xbox Game Bar Widget Microsoft.Gaming.XboxGameBar API Scenario A Win32…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-08-10T12:13:01.12+00:00
YeaKong 0 Reputation points
accepted 2026-08-11T02:41:18.3+00:00
YeaKong 0 Reputation points
2 answers

XAML Path Is Not Recognized

I am working with a Transactions class: Public Class Transactions .... Public Property CurrentTransaction As Transaction Public Property Details as DataTable End Class The Details table has a "CategoryID" column. In the wpf for a…

Developer technologies | Windows Presentation Foundation
asked 2026-08-07T10:42:45.7433333+00:00
RogerSchlueter-7899 1,761 Reputation points
commented 2026-08-11T02:25:40.91+00:00
Tony Thach (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff Moderator
1 answer

Change run and debug button to run button only, Run cpp file without using code runner

In vs code, for my C/CPP file, i always see run and debug option and I want to change it to run option only, also how to run the cpp file without using code runner Moved from: Community Center | Discuss the Q&A site | Get started on Q&A

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,818 questions
asked 2025-11-16T10:24:06.2866667+00:00
Akshit Agarwal 0 Reputation points
commented 2026-08-11T02:01:10.3866667+00:00
Esmir Clanjak 0 Reputation points
1 answer

visual studio community 2017 cannot login

visual studio 2022 works but vc 2017 will not allow me to logon

Developer technologies | Visual Studio | Setup
asked 2026-08-05T20:18:24.3633333+00:00
j Murphy 0 Reputation points
commented 2026-08-11T01:27:38.88+00:00
Jay Pham (WICLOUD CORPORATION) 3,995 Reputation points Microsoft External Staff Moderator
2 answers

ASHWID API Fails to Retrieve BIOS UUID After 2-3 Minutes Post-Reboot

Our UWP app calls the Windows API ASHWID (Application Specific Hardware ID) to retrieve the device UUID for uniquely identifying the tablet. However, an anomaly occurs where this value cannot be fully or correctly retrieved under certain…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-08-05T01:52:27.1633333+00:00
Xie Steven 831 Reputation points
commented 2026-08-11T01:26:42.66+00:00
Jay Pham (WICLOUD CORPORATION) 3,995 Reputation points Microsoft External Staff Moderator
3 answers

Reading Datafile in As Few Lines As Necessary

I know the DataReader method, but I thought there was a way using "ReadLine" or something like that.

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,938 questions
asked 2026-08-03T18:21:58.1066667+00:00
Stephen Woehr 0 Reputation points
commented 2026-08-11T01:23:49.9566667+00:00
Jay Pham (WICLOUD CORPORATION) 3,995 Reputation points Microsoft External Staff Moderator
1 answer

How to get desktop notifications.

Microsoft's ASP.net documentation is the best, I would like to receive desktop notifications so that I do not miss any update to the documentation, is that possible?

Developer technologies | ASP.NET Core | Other
asked 2026-08-10T07:05:56.4266667+00:00
NeonShadowX1 0 Reputation points
answered 2026-08-10T11:19:34.5166667+00:00
Marcin Policht 101.4K Reputation points MVP Volunteer Moderator
2 answers

glutInit Placement

//OpenGL functions, open a window and initialize void display(void) { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); glFlush(); } //rename glutInit as one already in library, to eliminate "already has a…

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,103 questions
asked 2026-08-04T15:03:58.9933333+00:00
Sid Kraft 96 Reputation points
commented 2026-08-10T10:28:16.07+00:00
Taki Ly (WICLOUD CORPORATION) 3,700 Reputation points Microsoft External Staff Moderator
1 answer

Visual studio 2026 iOS Simulator do not showing

I have an application based on MAUI, it has application for android and ios. I'm trying to run the iOS Simulator from Visual Studio 2026, but it does not works. I have the configuration The MAC is well connected The output looks like something…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-08-07T09:57:39.9066667+00:00
Sara Silva 0 Reputation points
edited an answer 2026-08-10T07:33:18.96+00:00
Tony Thach (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff Moderator
2 answers

Keep the gluInit Window Open

//OpenGL functions, open a window and initialize void display(void) { glClearColor(0.0f, 1.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT); glLoadIdentity(); glBegin(GL_LINES); I = 0.; do { glVertex3d(PLOTX[I], PLOTY[I],…

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,103 questions
asked 2026-08-05T01:33:18.3466667+00:00
Sid Kraft 96 Reputation points
commented 2026-08-10T06:14:07.8766667+00:00
Tom Tran (WICLOUD CORPORATION) 5,625 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

In wpf with vb, there is no closing of a popup opened from another popup with the Staysopen property set to true.

Hello, In WPF with VB, I have a main window representing a toolbar. A button in the main window opens a popup with the StaysOpen property set to True. From a button in the popup, I open a second popup with StaysOpen set to False. After the first time the…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,938 questions
asked 2026-08-08T17:23:32.26+00:00
jacky Perpète 216 Reputation points
accepted 2026-08-10T04:34:35.13+00:00
jacky Perpète 216 Reputation points
3 answers

VBA control on worksheet calculations

I woud like to have VBA control over when a work sheet is calculated

Developer technologies | Visual Basic for Applications
asked 2026-08-09T11:35:45.31+00:00
Heinrich Morf 0 Reputation points
answered 2026-08-10T03:06:36.3866667+00:00
Taki Ly (WICLOUD CORPORATION) 3,700 Reputation points Microsoft External Staff Moderator
1 answer

Need to figure out how to create drop down list in Powerpoint using developer option

I've watched the few videos and read articles I can find on this topic but still cannot figure out how to create a drop down list in powerpoint, using developer option. When I get to the point of entering my data in the code field: End…

Developer technologies | Visual Basic for Applications
asked 2026-08-02T23:40:17.5466667+00:00
Bridget Shoulders 0 Reputation points
commented 2026-08-10T03:05:40.37+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,115 Reputation points Microsoft External Staff Moderator
2 answers

Request for Microsoft guidance: Migration strategy from VB.NET/ASP.NET MVC/System.Web to .NET 10

Dear Microsoft Support Team, We are currently evaluating a modernization strategy for an existing enterprise system, GMTP/F-GDC, and would like to request Microsoft's official technical guidance before deciding on our migration approach. 1. Current…

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,938 questions
asked 2026-08-08T06:24:25.0766667+00:00
PHAM VAN NAM 5 Reputation points
answered 2026-08-10T03:01:44.0933333+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,115 Reputation points Microsoft External Staff Moderator
2 answers

Problem installing Microsoft Visual C++ 2015-2019 (x86) Redistributable on Windows 10

The application keeps asking me to install this, but it won't install. It tells me there's already a version installed, even though the latest version is Microsoft Visual C++ V14 (x64) Redistributable on Windows 10, and the oldest version is 2013 and…

Developer technologies | Visual Studio | Setup
asked 2026-08-03T10:03:01.0266667+00:00
takiadam1977 ben 0 Reputation points
commented 2026-08-10T02:55:20.3433333+00:00
Lizzy Dinh (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff Moderator