56,068 questions with Developer technologies-related tags

Sort by: Updated
0 answers

403 Forbidden error when saving — "Something went wrong while loading this page"

Extension name: AlgoRhythm Product ID: 1aa0fde7-c29a-4950-aaa8-219ec6672dc6 CRX ID (Extension ID): chggifmaplgmobchnnpcfmcifpehdcfn Store ID: 0RDCK9LD95N3 Issue description: When attempting to save the Privacy tab for my extension submission, the page…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-07-04T18:08:57.2933333+00:00
Bhuvesh Rohankar 0 Reputation points
0 answers

Base class System Void cannot be designed

How fix: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: GeoffPicViewForm --- The base class 'System.Void' cannot be designed. +

Developer technologies | Visual Studio | Setup
asked 2026-07-04T16:47:34.7+00:00
Geoff Brown 0 Reputation points
1 answer

OpenGL Libraries

Have the OpenGL libraries installed, glut.h, gl.h using visual studio and the called routines glClear(...), glColor(...), glRotate(...), etc. are global calls unresolved when I execute the "build" command. Have had a lot of problems getting the…

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,081 questions
asked 2026-07-04T13:56:45.9733333+00:00
Sid Kraft 46 Reputation points
answered 2026-07-04T15:14:19.2+00:00
Bruce (SqlWork.com) 84,331 Reputation points
2 answers

how to input data from a spreadsheet into a macro

What's the simplest way to pass a number (such as a month number) in a cell of my EXCEL spreadsheet into a macro? I have Excel 24, not 365.

Developer technologies | Visual Basic for Applications
asked 2026-07-03T15:30:56.5633333+00:00
David Hill 40 Reputation points
commented 2026-07-04T14:39:19.35+00:00
John Jefferson Doyon 76,640 Reputation points Independent Advisor
2 answers

WebView2 Deployment

Hello, I recently converted a VB.net (VS 2022) Desktop Application from a WebBrowser control to a WebView2 Control. I have everything working just as I would like. When I create an installer and include all of the dependencies then install my…

Developer technologies | VB
Developer technologies | VB

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

2,931 questions
asked 2026-07-04T13:23:05.03+00:00
Hal Roenick 0 Reputation points
commented 2026-07-04T14:10:57.5266667+00:00
Hal Roenick 0 Reputation points
4 answers

How to copy a C# project to another directory and not get an error

When I make a copy of a working C# project and then go and try to open it in VS, I can't get the Form Designer to come up. I get this error: The designer could not be shown for this file because none of the classes within it can be designed. The…

Developer technologies | Windows Forms
asked 2026-06-30T08:54:33.4866667+00:00
MicheleGmail 0 Reputation points
commented 2026-07-04T12:58:28.9933333+00:00
Muqeem Sa 0 Reputation points
1 answer

How do I read a text file in C# and convert its contents to Morse code?

I'm building a C# console application in Visual Studio. I want to read text from a .txt file and convert each character to Morse code. What's the best way to organize the character mapping? Should I use a Dictionary<char, string>? A sample…

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,806 questions
asked 2026-07-04T11:42:42.1666667+00:00
Mac son 0 Reputation points
answered 2026-07-04T11:43:13.8933333+00:00

AI answer

1 answer

EF Core 9 Performance: Optimizing 'N+1 Query Problem' in complex One-to-Many relationships

Hello everyone, I am working on an ASP.NET Core project and I am struggling to optimize data retrieval for a large-scale database. Scenario: I have a 'User' entity with a one-to-many relationship with 'Orders'. I need to fetch all users along with their…

Developer technologies | .NET | Entity Framework Core
asked 2026-07-04T09:51:13.7866667+00:00
Rizwana 0 Reputation points
answered 2026-07-04T09:51:59.3166667+00:00

AI answer

0 answers

Error NETSDK1178: The project depends on the following workload packs that do not exist in any of the workloads available in this installation

I get the following error in my iOS project in Visual Studio Code: /usr/local/share/dotnet/sdk/8.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1178: The project depends on the following workload packs…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,172 questions
asked 2023-12-12T13:52:10.9933333+00:00
Kim Strasser 2,641 Reputation points
commented 2026-07-04T09:12:36.5233333+00:00
Taylor Fox 0 Reputation points
1 answer

How do I fix .NET runtime installation error?

I keep getting a message to download and install .net runtime, x64, V 8.0.11. I downloaded the repair tool and it could not fix the problem. I have no idea how to fix this problem. suggestions?

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

1,332 questions
asked 2026-05-24T17:40:44.9866667+00:00
Reg Keegan 0 Reputation points
commented 2026-07-04T05:59:00.41+00:00
saleha mubeen 0 Reputation points
1 answer

Installer SQL Server Integration Services Projects does not detect Visual Studio Professional instances

Dear, The Development department needs to install the component: SQL Server Integration Services Projects!!!. To use it with Visual Studio 2026 Professional!!!. When we run the Installer, it gets stuck on: What would be the reason why it is not…

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,787 questions
asked 2026-07-03T03:38:00.1266667+00:00
Lucas Peñaloza 536 Reputation points
commented 2026-07-04T02:33:24.5466667+00:00
Senthil kumar 1,375 Reputation points
3 answers

Using Visual C++, which technique give the fastest performance when reading from SQL Server?

There are a number of techniques (products) that allow an application written in Visual C++ to read (and write data) from SQL Server (application and SQL Server on the same server). For example, ADO, OLE-DB, ODBC, ADO.NET etc WHich of these techniques…

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,081 questions
asked 2026-07-02T06:04:31.4533333+00:00
edited an answer 2026-07-03T15:22:14.06+00:00
Bruce (SqlWork.com) 84,331 Reputation points
1 answer

Opengl Includes

Have a file called C:\glutdlls36 and in this file are the libraries and header directives for the C++ program, i.e. glut.h. I am trying to include the OpenGL routines in C++ using Visual Studio. I execute the following commands, in Visual Studio from one…

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,081 questions
asked 2026-07-03T13:43:10.9766667+00:00
Sid Kraft 46 Reputation points
answered 2026-07-03T13:43:23.1366667+00:00

AI answer

1 answer

fix net framework 3.5 on insider program

trying fix net framework 3.5 on the insider program

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

1,332 questions
asked 2026-07-03T09:47:36.8566667+00:00
IAN HAMMO 0 Reputation points
edited a comment 2026-07-03T10:55:47.0833333+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
2 answers

Issue with icons in NavigationPage TitleView

Below is my title view: <NavigationPage.TitleView> <Label Text="{ex:Localized AlertsText}" HorizontalOptions="CenterAndExpand" VerticalOptions="Center" …

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-26T10:35:10.4433333+00:00
Sreenivasan, Sreejith 925 Reputation points
commented 2026-07-03T10:21:45.1933333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,675 Reputation points Microsoft External Staff Moderator
2 answers

EmptyView is not visible on the UI when no items are available in iOS platform

Below is my UI: <Label Grid.Row="1" x:Name="_emptyLabel" IsVisible="False" Text="{ex:Localized NoAlertsArchivedText}" AutomationProperties.HelpText="{ex:Localized…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-26T07:25:04.8166667+00:00
Sreenivasan, Sreejith 925 Reputation points
commented 2026-07-03T10:04:28.0133333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,675 Reputation points Microsoft External Staff Moderator
3 answers

Fresh C# ASP.NET Core Web Api project on VS returns ERR_EMPTY_RESPONSE upon entering the localhost of the instanced solution.

That's... Really it, tbh. I'm using Visual Studio Community Edition 2026, in Windows 11 Home Single Language, The Visual Studio is a fresh installation that the only thing I really modified of it is the default language in installation. Everything else…

Developer technologies | ASP.NET Core | ASP.NET API
asked 2026-06-29T20:52:06.5833333+00:00
Mar 5 Reputation points
commented 2026-07-03T09:39:41.9933333+00:00
Damien Pham (WICLOUD CORPORATION) 1,755 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Visual Studio 2022- Couldn't install Microsoft.VisualCpp.Redist.14

I'm trying to install Desktop development with C++ for Visual Studio 2022. Attempting to install this using the Visual Studio Installer returns an error stating: Couldn't install Microsoft.VisualCpp.Redist.14 The log file mentions another log file that…

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,081 questions
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,787 questions
asked 2024-05-26T23:35:26.9733333+00:00
OldIslander 25 Reputation points
edited a comment 2026-07-03T08:12:23.12+00:00
Marcusi 0 Reputation points
2 answers One of the answers was accepted by the question author.

Issue to handle PDF

Hi, Can you help to the issue below? No match was found for the specified search criteria and package name 'MauiNativePdfView'. Try Get-PackageSource to see all available registered package sources.

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-25T07:50:48.12+00:00
Jonathan 295 Reputation points
edited a comment 2026-07-03T07:26:28.46+00:00
Jonathan 295 Reputation points
2 answers

What Determines AddHandler Action

I have the following in my Window.Loaded event: Dim cvsPeople As CollectionViewSource = CType(Resources("cvsPeople"), CollectionViewSource) cvsPeople.Source = ocPeople .... ComboTextBox =…

Developer technologies | VB
Developer technologies | VB

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

2,931 questions
asked 2026-06-29T14:45:42.08+00:00
RogerSchlueter-7899 1,736 Reputation points
commented 2026-07-03T07:00:40.09+00:00
Nancy Vo (WICLOUD CORPORATION) 6,675 Reputation points Microsoft External Staff Moderator