56,209 questions with Developer technologies-related tags

Sort by: Updated
2 answers

How to download Microsoft Visual C++ 2015–2022 Redistributable (64x)

Hey! I bought the game Subliminal on Steam and downloaded it into my Crossover bottle (I'm using Mac), and I got this error message, but I can't find where to download Microsoft Visual C++ 2015–2022 Redistributable (64x) into that Crossover bottle.

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,104 questions
asked 2026-08-14T19:28:44.3566667+00:00
Gáspár Békés-Varró 0 Reputation points
edited an answer 2026-08-15T18:39:14.84+00:00
William Joseph 0 Reputation points
0 answers

Can't create new VB form-based projects in VS2022/26.

I "suddenly" can't create (or even open most) VB Forms projects. I tried both VS2022 & 2026. Both tell me I need to update .Net, but doing so didn't help. I even tried uninstalling/reinstalling the ".Net Desktop Environment" from…

Developer technologies | Visual Studio | Setup
asked 2026-08-15T14:23:52.4833333+00:00
Mugsy's RapSheet 216 Reputation points
edited the question 2026-08-15T17:46:21.3666667+00:00
Mugsy's RapSheet 216 Reputation points
4 answers

Abort is not supported on this platform. Need guidence. How to solve this issue? i am working on splash screen.

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 2022-01-14T00:15:03.773+00:00
sherry leo 1 Reputation point
edited a comment 2026-08-15T15:01:27.49+00:00
Bruce (SqlWork.com) 84,861 Reputation points
3 answers

Windows Update breaks WPF TrueType font subsetting (Calibri.ttf format specification error) KB5120708

When printing in .NET Framework 4.8 application WPF, it seems to have broken the XPS printing. See stack trace below. If I uninstall the KB5120708 update, it works again. It has broken our printing functionality on our business application. Can any one…

Developer technologies | Windows Presentation Foundation
asked 2026-08-13T13:40:20.81+00:00
ISIMobile 36 Reputation points
commented 2026-08-15T13:55:24.0766667+00:00
0 answers

[Violation] Permissions policy violation: unload is not allowed in this document.

Hello, I am getting this error after migrating from .net 8 to .net 10 blazor web app project. server and webassembly rendermode "[Violation] Permissions policy violation: unload is not allowed in this document." in browser console. how…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor

A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.

1,704 questions
asked 2026-08-15T03:54:07.5666667+00:00
Prathamesh Shende 511 Reputation points
commented 2026-08-15T13:01:11.5866667+00:00
AgaveJoe 31,456 Reputation points
4 answers One of the answers was accepted by the question author.

There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'.

I am facing this issue There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'. in .net 8 version my project is Blazor Web App the blazor client side project is not working and throwing the…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor

A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.

1,704 questions
asked 2026-08-14T13:45:24.3833333+00:00
Prathamesh Shende 511 Reputation points
accepted 2026-08-15T03:45:40.8666667+00:00
Prathamesh Shende 511 Reputation points
0 answers

[Visual Studio] No Connection to Online <New Item> Template

Description Cannot connect to online service when creating a new item in project. Reproduce Steps Right click on a project to "Add" -> "New Item" Click on Online in the left side bar and see retrieving information forever …

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,820 questions
asked 2026-08-14T18:34:21.5466667+00:00
iamoon-6427 85 Reputation points
edited the question 2026-08-14T18:35:03.68+00:00
iamoon-6427 85 Reputation points
2 answers

"Microsoft Visual C++ 2015-2019 Redistributable (X64)" version 14.29.30157.0

How do I download "Microsoft Visual C++ 2015-2019 Redistributable (X64)" version 14.29.30157.0?

Developer technologies | Visual Studio | Setup
asked 2026-08-13T15:41:46.1333333+00:00
grantbeard 0 Reputation points
commented 2026-08-14T15:25:18.9+00:00
grantbeard 0 Reputation points
0 answers

When we are trying to open the dataset .xsd file which is located in app code it gives attached error . the solution is in asp.net web forms version 4.o

When i am trying to open the dataset .xsd file which is located in app code it gives attached error . the solution is in asp.net web forms version 4.o. please give the solution for the error shot

Developer technologies | Visual Studio | Debugging
asked 2026-08-14T10:33:04.4966667+00:00
rajbeer negi 0 Reputation points
1 answer One of the answers was accepted by the question author.

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 40 Reputation points
commented 2026-08-14T09:55:40.7633333+00:00
Sergey Dorodnov 40 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-14T03:04:17.67+00:00
Taki Ly (WICLOUD CORPORATION) 3,790 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-14T02:51:27.1133333+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,195 Reputation points Microsoft External Staff Moderator
3 answers

Can I get a model using TorchSharp?

I have txt file and I want to use torchSharp to get model and I can ask questions about the txt file. I know I can split the txt to chunks and then ask openai but I do not want that I want to get myself model

Developer technologies | .NET | .NET Machine Learning
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.

165 questions
asked 2026-08-13T13:23:14.6266667+00:00
mc 7,231 Reputation points
answered 2026-08-14T02:38:49.4366667+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,195 Reputation points Microsoft External Staff Moderator
3 answers

Visual Basic

Debug Step INTO and STEP OVER do not work when projects created in VB 2010 are loaded into later versions.

Developer technologies | Visual Studio | Debugging
asked 2026-08-13T13:19:11.1433333+00:00
Dave W 0 Reputation points
answered 2026-08-14T00:25:50.7+00:00
Jay Pham (WICLOUD CORPORATION) 4,160 Reputation points Microsoft External Staff Moderator
1 answer

getting visual studio to work with Team Foundation Version Control

I am able to connect my user ******@wianno.com and login. However I see the root of the repostory in the source control explorer, but no files. Also, if i loginto schoolbrains.visualstudio.com i cant view any of the repostiory contents but i see…

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,820 questions
asked 2026-08-13T18:29:48.42+00:00
Rob Pemberton 0 Reputation points
edited an answer 2026-08-13T21:28:11.31+00:00
Bruce (SqlWork.com) 84,861 Reputation points
2 answers One of the answers was accepted by the question author.

How do I restore controls and there properties from a .json file?

I am trying to learn some new things with VB.Net that I have never done before, like creating custom controls, and so far I have been able to look things up on Google and modify them to suit my needs. I have come to a situation where I now need to…

Developer technologies | VB
Developer technologies | VB

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

2,939 questions
asked 2026-08-13T05:43:00.5433333+00:00
Cynolycus 305 Reputation points
commented 2026-08-13T12:43:42.4466667+00:00
Cynolycus 305 Reputation points
3 answers One of the answers was accepted by the question author.

How to read the HTTP Body in an IIS Managed Module without breaking an ASP.NET Core Azure Web App?

I am trying to intercept and read incoming HTTP traffic using a custom managed .NET module (IHttpModule) on a Windows-based Azure Web App. I am able to successfully fetch the context.Request and context.Response parameters, headers, and metadata.…

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-07-09T15:37:38.7866667+00:00
Shemesh, Tchelet 40 Reputation points
commented 2026-08-13T11:38:11.34+00:00
Tom Tran (WICLOUD CORPORATION) 5,705 Reputation points Microsoft External Staff Moderator
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
commented 2026-08-13T10:38:25.85+00:00
Taki Ly (WICLOUD CORPORATION) 3,790 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-13T09:58:04.7333333+00:00
Lizzy Dinh (WICLOUD CORPORATION) 700 Reputation points Microsoft External Staff Moderator
2 answers

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,820 questions
asked 2026-08-07T18:16:04.1033333+00:00
SuperCoder 401 Reputation points
commented 2026-08-13T09:25:24.9966667+00:00
saleha mubeen 10 Reputation points