56,042 questions with Developer technologies-related tags

Sort by: Updated
7 answers

VB.Net application query

Hi, One of the Application user lost his Admin access on one VB.Net application. No admin settings defined in db tables. Nothing set up in web. config. Can't find the reason. We have no Visual studio/Asp.net installed on the server. Can only open in …

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,170 questions
asked 2026-06-22T11:59:48.43+00:00
Chacko, Santhosh 5 Reputation points
answered 2026-06-29T15:25:06.4233333+00:00
Bruce (SqlWork.com) 84,171 Reputation points
1 answer

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,930 questions
asked 2026-06-29T14:45:42.08+00:00
RogerSchlueter-7899 1,736 Reputation points
commented 2026-06-29T15:03:35.3133333+00:00
Viorel 127K Reputation points
1 answer

Blazor: Multiple hosted ASP.NET Core Blazor WebAssembly apps

Hi, I'm working on a project where I would like to have one backend and two Blazor Webassembly clients, both "hosted". I found this documentation:…

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,702 questions
asked 2026-06-29T14:59:08.6333333+00:00
Esteban Loiseau 0 Reputation points
answered 2026-06-29T14:59:37.07+00:00

AI answer

1 answer

Issue with running MAUI project iOS version on Visual Studio code

I am facing below error: error This version of .NET for iOS (26.5.10284) requires Xcode 26.5. The current version of Xcode is 26.6. Either install Xcode 26.5, or use a different version of .NET for iOS. See https://aka.ms/xcode-requirement for more…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-29T14:22:56.4366667+00:00
Sreenivasan, Sreejith 885 Reputation points
answered 2026-06-29T14:40:20.9633333+00:00
Bruce (SqlWork.com) 84,171 Reputation points
1 answer

Opengl Libraries

Trying to implement the OpenGL libraries, in Visual Studio using C++, getting the following errors: After opening the PowerShell, -vcpkg Install OpenGL getting the errors: "could not locate a manifest(vcpkg.json) above the current working…

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,074 questions
asked 2026-06-29T13:56:39.0933333+00:00
Sid Kraft 46 Reputation points
answered 2026-06-29T13:56:54.4033333+00:00

AI answer

0 answers

OpenGL Libraries

Trying to add the OpenGL libraries to Visual Studio, using C++. Issued the following commands: Tools, Command Line, Developer PowerShell, Install OpenGL, received the error: object not found? Any ideas from any body? Sid Kraft

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,074 questions
asked 2026-06-29T13:08:20.96+00:00
Sid Kraft 46 Reputation points
1 answer One of the answers was accepted by the question author.

Why is my new executable being flagged as the trojan type Wacatac:B!ml?

I made a new executable through CPP source code and compiled it with an app icon, and made it play music as well, then decided to analyze it with VirusTotal. But 4 SECURITY VENDORS flagged it as a trojan, INCLUDING MICROSOFT. Please remove the WACATAC…

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,074 questions
asked 2026-06-20T18:33:09.15+00:00
accepted 2026-06-29T13:07:55.27+00:00
3 answers

problem with installation of SSIS Projects extension for Visual Studio- VS is 2026

I have a problem with installation of SSIS Projects extension for Visual Studio- VS is 2026 and I have tried to troubleshoot with help from SSIS Projects Extension for Visual Studio 2022+ Troubleshooting Guide - SQL Server Data Tools (SSDT) | Microsoft…

Developer technologies | Visual Studio | Setup
asked 2026-06-29T07:44:24.3733333+00:00
Ulf Tegnelov (DHL SE) 0 Reputation points
answered 2026-06-29T09:23:45.33+00:00
Leon Tran (WICLOUD CORPORATION) 1,990 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 885 Reputation points
answered 2026-06-29T08:58:48.57+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 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 885 Reputation points
answered 2026-06-29T08:57:30.6466667+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
2 answers

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 270 Reputation points
commented 2026-06-29T07:54:30.5366667+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
0 answers

issues with SSIS projects Deployment via AzureDevops

I’m having an issue with my SSIS projects that I need help diagnosing and resolving. Below is a concise summary of the problem, the environment, and everything I've tried so far. Summary • When the SSIS project is deployed via our Azure DevOps YAML…

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,783 questions
asked 2026-06-29T03:40:54.24+00:00
Bayo Oguns 0 Reputation points
2 answers

OpenGL Libraries

New user for Visual Studio and trying to set up the system for OpenGL Functions use. It was suggested to -open the Developer Power Shell to execute the vcpkg software to set up the libraries. Not exactly sure how to do and do I execute this module in my…

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,074 questions
asked 2026-06-28T13:28:13.1166667+00:00
Sid Kraft 46 Reputation points
edited an answer 2026-06-29T03:31:36.17+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
3 answers

C++ Libraries

Running Virtual Studio, C++, where are the library files that the system looks for, i.e. #include <math.h>, etc. Sid Kraft

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,074 questions
asked 2026-06-26T19:31:56.61+00:00
Sid Kraft 46 Reputation points
answered 2026-06-29T03:26:24.4433333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
2 answers

Visual Basic 6 software download

I am looking for download VB 6. is it still available to down load from my subscription.

Developer technologies | VB
Developer technologies | VB

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

2,930 questions
asked 2026-06-23T16:58:24.58+00:00
Firoz Syed 0 Reputation points
commented 2026-06-29T02:39:36.3133333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
2 answers

Foundry Local WinRT/C++ support

Hello, we would like to know if you intend to add support to C++ native applications for FoundryLocal in a near future, as a WinRT/C++ Package Nuget for instance ? Unfortunately, we cannot use Microsoft.Windows.AI which is available in WinRT/C++ because…

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,074 questions
asked 2026-06-20T08:56:01.7366667+00:00
Jacques Quidu 0 Reputation points
commented 2026-06-29T02:36:39.78+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
2 answers

Need Help with Next Debugging Step

The issues arises with a VB/wpf application. The picture below shows where my application is halted at a breakpoint and the arrow shows the next step: That next stop is just the End Sub. But when I execute that step the application halts and…

Developer technologies | Visual Studio | Debugging
asked 2026-06-20T03:24:06+00:00
RogerSchlueter-7899 1,736 Reputation points
commented 2026-06-29T02:34:30.4133333+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
3 answers

download VBA library

Need to download VBA Library to work with macros in excel.

Developer technologies | Visual Basic for Applications
asked 2026-06-19T18:17:54.72+00:00
Roz Bauer 0 Reputation points
commented 2026-06-29T02:31:06.67+00:00
Nancy Vo (WICLOUD CORPORATION) 6,510 Reputation points Microsoft External Staff Moderator
3 answers

Visual Studio and Visual Basic

Hi.  I would like to write Visual Basic programs in Visual Studio.   I have read documentation on .NET, Visual Basic and Visual Studio.  I am confused.   Questions?  What is the relationship between Visual Basic and Visual Studio?  When the free,…

Developer technologies | Visual Studio | Setup
asked 2026-06-15T12:23:07.75+00:00
DPA 5 Reputation points
commented 2026-06-29T00:19:28.27+00:00
Leon Tran (WICLOUD CORPORATION) 1,990 Reputation points Microsoft External Staff Moderator
2 answers

Visual Studio, C++ Opengl

Using C++ in Visual Studio, want to use the OpenGL software modules to get graphics output. Not sure how to include the library routines in order to do. Sid Kraft

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,783 questions
asked 2026-06-26T13:34:35.42+00:00
Sid Kraft 46 Reputation points
commented 2026-06-28T13:14:04.4166667+00:00
Sid Kraft 46 Reputation points