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.
D365FO – How to automate BOM Journal creation and Report as Finished posting from a staging table?
Hi everyone, I am working on a customization in Microsoft Dynamics 365 Finance & Operations where I need to automatically create and post an Inventory Bill of Material (BOM) Journal based on records coming from a custom staging table. I would…
Developer technologies | Visual Studio | Other
can not use asp-page-handler in asp.net core web?
I am using asp.net core web 10.0 and I want to use handler and I get 400 Bad Request. public JsonResult OnPostOrder(GoodsO[] g) { return new JsonResult(new { Status = true }); } public class GoodsO { …
Developer technologies | ASP.NET Core | ASP.NET prefix
A routing feature in ASP.NET Core for defining common URL prefixes that standardize and organize endpoint paths across controllers and APIs
C++ Program Being blocked by SAC after adding Cryptographic token
I am writing a Console application in Visual Studio, as a proof of concept, before I write the actual program I am wanting to make, the program ran perfectly fine for the last two days during small iterative upgrades, I have no build issues, but as soon…
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.
429 - woah, that's a lot of requests in https://marketplace.visualstudio.com/
429 - woah, that's a lot of requests in https://marketplace.visualstudio.com/ its been 2 months im facing same error, i tired to clear cache and still same issue let me know what is my issue causing this and stopping my extension to publish
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Security issues if I use a encrypted value as a Query string that I send to users and then decrypt the value and validate on link click?
I'm working on a project where we will need to send out links to a large number users and each is assigned a unique combination of numbers and letters to identify them in our system. My task it to come up with a way we can use just the link we send them…
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.
Playwright headed browser does not run via VS Code Remote SSH but works via MobaXterm X11 forwarding
We are using a Playwright environment hosted on a remote RHEL server and connecting to it using VS Code Remote SSH. When attempting to execute Playwright tests in headed mode from VS Code Remote SSH, the browser fails to start and reports that no display…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
My Visual studio Subscription got disabled how to enable again.
My Visual studio Subscription got disabled on Azure after removing the owner role by mistakenly. how to enable again is there any alternative to enable and make use my vs subscriptions
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.
Always ERROR 404 when trying to download .apk from IIS server.
Hi! I'm trying to download a .apk file from the Win 2022 server with IIS. I tried different options, nothing helps. Although it downloads quietly .zip and any other extensions. What should I do to prevent the browser from giving me a 404 error, and let…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
apk generated from xamarin doesn't work i have an error: app not installed
Hello , i am doing an app with xamarin with a map , i have followed these steps :setup when i generated the apk following these steps :release-prep by the apk i couldn't install the app from the apk and when i run the app from the visual…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
APK can not install to Minimum version device
I want my app suppoert from Android 7.0 to Android 9.0 So I set android version as below: Compile Using Android Version(Target Framework): Android 11.0 (R) Minimum Android Version: Android 7.0 (API Leverl 24) Target Android Version:…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
VBA Excel - Getting the ActiveWorkbooks.Name that is having spaces
Hi, I have an Excel file (Archives_Years.xlsm) with a few sheets by years that I want to fill with some content of other files (excel or text files) that I am opening one by one in Excel (I have to adapt the VBA code depending of the file). In my…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
How to achieve separate heap handling in VS 2022 C++ DLLs ?
Earlier Visual Studio versions (e.g. VS2010) used separate heap for each C++ DLLs and the main application (also C++). In VS2022 the main application and the loaded DLLs share the same heap. We would like to restore the original behavior: separate heap…
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.
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.
Visual studio setup project and MSBuild (again)
Hi, We're trying to get rid of VS from Jenkins and use MSBuild exclusively, but we have an installer project. I know MSBuild doesn't support .vdproj, so there's no way to make it work. We have a custom UI and a lot of custom actions, so switching to Wix…
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 dynamically assign property names for XmlOnlyMediaFormatter
I have been given an ASP.NET project to handle. It has been released and has worked fine. I am not an ASP.NET developer but doing what I can. The issue: The project is a webservice among other things. The solution (VS 2019) has 6 projects. One is the…
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 create my own Fonts?
Is there a font that simulates LED Segments, or is it possible for me to create the Fonts and use them with 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.
missing .net 3.5 on windows 11
on my windows11 .net 3.5 not available to install
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.
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.
Could Playwright for .NET leave a connection to the website open?
Tonight I was in a Starbucks. I wanted to test an application I wrote using Playwright for .NET which test a website I wrote. It has worked fine in the past, when I developed the app on my Windows 11 desktop. But when I cloned the repo to my laptop at…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Unable to install SSIS extension (Microsoft.DataTools.IntegrationServices.exe) on VS 2022 Professional in an air-gapped Windows Server 2025 environment (Error 0x80070643).
Issue Details / Problem Description: Environment: Operating System: Windows Server 2025 Datacenter Development Tool: Visual Studio Professional 2022 (installed offline to custom directory path: F:\Program Files\Microsoft Visual…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment