56,197 questions with Developer technologies-related tags

Sort by: Updated
2 answers

.Net version 10 support needed for function apps

We got a recommendation to migrate our function apps to isolated worker model. We already have them on .net 9.0 version and now we are looking to upgrade to .net 10 version. Can I know when will the .net 10 version be available on Visual Studio to start…

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 2026-07-15T15:59:21.09+00:00
Sri Deepti Alahari 0 Reputation points Microsoft External Staff
commented 2026-08-12T16:08:13.77+00:00
Victor H Paredes 0 Reputation points
1 answer

I used to have 3D buttons but not in 2026

I used to use 3D buttons. These had a kind of drop shaddow effect so they would visualy go up and down. What I have now is just a flat button. On a visual basic forum I was told to Right click on project and select properties In application general, I am…

Developer technologies | Windows Forms
asked 2026-08-06T11:45:56.3433333+00:00
Desmond O'Toole 16 Reputation points
commented 2026-08-12T09:58:42.58+00:00
Taki Ly (WICLOUD CORPORATION) 3,700 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-12T03:34:12.85+00:00
Tom Tran (WICLOUD CORPORATION) 5,625 Reputation points Microsoft External Staff Moderator
3 answers

WinForms DataGridView: Prevent Enter from moving to the next row and move focus to another column in the same row

I'm using a WinForms DataGridView for entering sales invoice items. Suppose my grid looks like this: Row Qty Net Rate 1 5 ... -------- -------- -------- 1 5 ... 2 6 ... 3 (new empty row) If I edit Row 2 and change the quantity from 6…

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,812 questions
asked 2026-08-06T23:21:03.6266667+00:00
Shahmeer .R 0 Reputation points
commented 2026-08-12T03:11:04.4833333+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,195 Reputation points Microsoft External Staff Moderator
3 answers

Keep Window Open

Running C++, OpenGL and graphics output with Visual Studio. Running OpenGL with a graphics window, when I execute, the window immediately closes at the program end before I can see what is happening. How does one keep the window open that has been…

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:21:39.1133333+00:00
Sid Kraft 96 Reputation points
commented 2026-08-12T03:04:31.9+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,195 Reputation points Microsoft External Staff 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-12T02:57:42.1566667+00:00
Taki Ly (WICLOUD CORPORATION) 3,700 Reputation points Microsoft External Staff Moderator
2 answers

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
answered 2026-08-12T02:23:59.4366667+00:00
Bruce (SqlWork.com) 84,856 Reputation points
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 15 Reputation points
edited a comment 2026-08-12T02:22:19.41+00:00
Tony Thach (WICLOUD CORPORATION) 240 Reputation points Microsoft External Staff Moderator
2 answers

how do i get into Microsoft Academy benefit

I am signed into my MS account and have a subscription to VIsual Studio. I am trying to see what the Microsoft Academy is but cant find it. I am led to believe that I have access to it, but it doesnt really exist

Developer technologies | Visual Studio | Setup
asked 2026-08-11T21:19:22.36+00:00
Rob Kelley 0 Reputation points
edited an answer 2026-08-12T01:52:01.02+00:00
Leon Tran (WICLOUD CORPORATION) 2,150 Reputation points Microsoft External Staff Moderator
1 answer

How to fix missing dll in VS 2022

Image1.jpg See Image 1 to see the name of the dll file that is preventing the creation of an installer for StaffTrak which I have previously done 382 million time. My investigation into this issue suggests that VS 2022 is corrupted, but I don't know how…

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 2026-08-07T18:16:04.1033333+00:00
SuperCoder 396 Reputation points
edited a comment 2026-08-11T18:14:08.6733333+00:00
RLWA32 52,786 Reputation points
1 answer

Still No Graphic Output

//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(); //issue the GL commands glTranslatef(-.3, 0., 0.); glRotated(ROT, XX, YY,…

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 2026-08-05T20:21:59.1066667+00:00
Sid Kraft 96 Reputation points
edited an answer 2026-08-11T15:19:07.3+00:00
Rakesh Agrawal 5 Reputation points
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
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 25 Reputation points
accepted 2026-08-11T02:41:18.3+00:00
YeaKong 25 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) 4,075 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) 4,075 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) 4,075 Reputation points Microsoft External Staff Moderator