An object-oriented programming language developed by Microsoft that can be used in .NET.
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
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
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
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
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
How to set up VS code and use python on new surface laptop? (Processor: Snapdragon X2 Elite @ 4.03 GHz (4.03 GHz))
I bought a new surface laptop for grad school (computer details at the end of the post) in July 2027. My program requires us to learn python. We used VS code in our first class to complete assignments. However, the professor, TAs, and I had issues…
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.
[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
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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
An implementation of Visual Basic that is built into Microsoft products.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
[solved] 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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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++
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.
"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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Abort is not supported on this platform. Need guidence. How to solve this issue? i am working on splash screen.
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.
[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
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.
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
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
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#
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.
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
.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.