A set of .NET Framework managed libraries for developing graphical user interfaces.
System.Void may not be used as a type argument
When I attempt to open a form in designer (.Net 2026 c#), I get a "System.Void may not be used as a type argument" error. IF I click on "ignore and Continue" the form opens correctly. Why is this?
Developer technologies | Windows Forms
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
fix net framework 3.5 on insider program
trying fix net framework 3.5 on the insider program
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.
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
A component of ASP.NET Core for creating RESTful web services that support HTTP-based communication between clients and servers.
OpenGL Library Routines
Downloaded the Open GL Library routines and directed Visual Studio, C++ header lines as follows: #include <C:\glfw-3.4\Include\GLFW\glfw3.h> #include <C:\glfw-3.4\Include\GLFW\glfw3native.h> The C++ header directives seem to work ok. However,…
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.
How To Read Data From ODBC And Send It Into Excel Defined Names in C++
Hello C++ COM Experts, We have developed a way of storing SQL in the cloud, reading it, resolving parameters, running it, fetching results, and sending the results into Excel PowerPivot and refreshing the charts. This is very useful in the world of…
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.
MAUI: This solution contains packages with vulnerabilities
Last week when I open Visual Studio in windows I saw a message like below screenshot. when I tap on Manage NuGet Packages it listed 2 packages. SQLitePCLRaw.lib.e_sqlite3.android and SQLitePCLRaw.lib.e_sqlite3.ios The installed version of the above…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MediaPicker.CapturePhotoAsync camera not opening fullscreen on iPad Pro 13-inch (M5)
When using MediaPicker.Default.CapturePhotoAsync() in a .NET MAUI application on iPad, the camera is not always presented in fullscreen mode. On certain iPad devices, the camera opens as a sheet/popover instead of occupying the full screen. The issue is…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
How to prevent DLL hijacking when publishing into a single file
Hi, I've been making a C# WPF app that I publish into a single file. However, a coworker pointed out that it is vulnerable to Dll Hijacking. For example, if I make a fake "kernel32.dll" and put it into the same folder, it will find and run that…
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.
Accessing OpenGL Libraries
Using Visual Studio, C++ and want to include the OpenGL library elements. Have asked questions about doing and have had suggestions to use the Power Shell in Visual Studio and installing the OpenGL routines using the vcpkg install commands. Have received…
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.
Subscription
How do I get to my visual studio subscription? I have a valid MSDN account but can not access my visual studio subscription any longer
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
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
An object-oriented programming language developed by Microsoft that can be used in .NET.
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++
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.
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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
OpenGL Contents
Interesting, downloaded the files for OpenGL, C++ use in Visual Studio. When I included the headers glut.h, got several compiler errors saying "C" not recognized. Opened the glut.h file and following shown???
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.
OpenGL Libraries
Downloaded the OpenGL files labelled glut-3.7 with sub files glut-3.7\Lib and included them in my Configuration Properties Linker General Additional Library C:\glut-3.7\Lib. When I executed the program, it said that the glut-3.7\Lib program .obj could…
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.
Menu Icon usage in WPF with NuGet Package WPF-Icons
Hello All, I'm attempting to create a menu for my app and I thought it would be nice if I were to add Icons to my menu items. So I found a NuGet package (WPF-Icons2.0.0) and added to my solution. Unfortunately, I now have no idea of how to specify which…
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.