An object-oriented programming language developed by Microsoft that can be used in .NET.
Help to create a usercontrol VB.NET
I am trying to create a "Group" user control—similar to a GroupBox—that features a title and a "Launcher" button next to the title, while allowing me to add any other desired controls to the main body of the group later on the form.…
Developer technologies | VB
how to disassociate vba code from onedrive?
modle1 attempts to: ChDir "C:\Users\sthom\OneDrive\Wordle." i don't have a onedrive account. this code, which i did not write, causes my vba code to hang up while fixing errors in my code. to overcome this hang up i need to save and reload the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
I am facing a breakpoint/debugging issue in Visual Studio 2026 with a C# application that uses C++/CLI managed layers.
My application architecture is: C# application → C++/CLI managed layer → Native C++ code There are two C++/CLI managed layers in the solution. Breakpoints work correctly when debugging through one managed layer (Graphics managed layer), but breakpoints…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Null data not handled properly
I am reading data from a SQL Server database with this code: Dim rdr As SqlDataReader = cmd.ExecuteReader While rdr.Read() evnt = New MyEvent With { .EventID = If(IsDBNull(rdr.GetInt32("EventID")), Nothing,…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
MarkDown Hover text from a custom Langauge Server (LSP)
I develop an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on keywords in editor. I was using MarkupKind.Markdown for the Hover Contents type. hover = new Hover { Contents = new…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Azure $50 monthly credit
when I tried to active this credit ,I choose China and which is forbidden to use this credit but now I cannot find a way to reset and choose another country how should I reset the activation process ?
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.
The project doesn't know how to run the profile with name 'machine-name' and command 'MsixPackage'
Hi, My laptop has just upgraded from an older Windows 10 laptop to a newer Windows 11 laptop. The Visual Studio Community also updated itself to 18.9.2. Unfortunately, now when attempting to build and debug this UWP C# app (either for the local laptop or…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Licenses in my Visual studio didn't renew
I am an old MCT, I noticed Microsoft licenses in my visual Studio didn't renew after i renewed my MCT, I see other MCT's with about 15 Licenses for Office Pro 2021 which isn't the case for me. Can it be looked at ?
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.
AI answer
Struggling with upgrade a ASP.NET app from .NET 8 to .NET 10
This is a problem I've encountered before but have never found a satisfactory solution. I'm taking a Pluralsight course which came out 2 years ago. Thus, it was written using .NET 8, which was the latest, at that time. I'm trying to upgrade it to .NET 10…
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.
MAUI iOS: Keyboard hides the entry on iOS platform.
I have and entry like below: <ctrl:BorderLessEntry x:Name="_borderlessEntry" Text="{Binding Text, Source={x:Reference this_flow_text}}" BackgroundColor="Transparent" Placeholder="{Binding Title,…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How does one add an IPP printer to an msix app manifest file?
Our application serves an ipp printer at a url when installed. I want to add an IPP printer that points to that URL. We bundle the application using an msix installer. Is there documentation and examples on how this can be done when application…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Windows WPF Kiosk Application – Platform and Local Storage Clarification
Hi Team, We are planning to develop a kiosk application for a touchscreen tablet running either Windows 10 or Windows 11. We would like to clarify the following regarding the recommended Microsoft-supported approach: WPF Kiosk Application - Can we…
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 migrate UWP .Net Native to UWP AOT
I read the official document on "Modernize your UWP app with .NET and Native AOT". The instructions for migrating .Net Native UWP to the new modern UWP are sketchy. It seems that one can just edit the existing .csproj to do the…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production
I need these keys for his Western Union: WU_CLIENT_ID ✓ WU_CLIENT_SECRET ✓ WU_ENV = Production
Developer technologies | .NET | .NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
Code issue to check the file correctly
Hi, On VS, I used the code like to validate one text file like https://1drv.ms/t/c/17ec75244bac022f/IQAv8sYzgXglT6bKMX4jK8FkAbKw3lgfAxDf9rlJNLMgDR0?e=gXMrqB it is wrong now as it does show the above message even if all lines are having CR LF. How to…
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.
Address in, GPS coordinates returned; GPS coordinates in, address returned
I am looking for Visual Basic code or a Visual Studio control that can accept a world-wide mailing address as input, and return GPS coordinates. I am looking for Visual Basic code or a Visual Studio control that can accept GPS coordinates as input, and…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
exception when I add package of Microsoft.ML.OnnxRuntime?
Android.Runtime.JavaProxyThrowable: '[System.NotSupportedException]: Could not activate JNI Handle 0x7ff647d7d0 (key_handle 0xd084f07) of Java type 'crc646e4b5c24e03cdbf9/MainActivity' as managed type I am using .net application 10.0 and I add package…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Request for Refund – Visual Studio Professional Subscription
I am requesting a refund for my recent Visual Studio Professional subscription purchase. I purchased the subscription specifically to access legacy Visual Studio 2015 components required for maintaining my existing native Android projects. The…
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.
How to use all-MiniLM-L6-v2 in .net android?
I am using .net android (android application) and I want to ask that how to use all-MiniLM-L6-V2 in it? I want to feed a txt to it and ask questions about the txt.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
conformance to ECMA-334 or ISO/IEC 23270
Does Microsoft’s C# compiler within Visual Studio Community conform to the standards described in ECMA-334 and/or ISO/IEC 23270?
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.