Not able to download visual studio 2019 community
I need VS 2019 community but Download option is not available. How can I install Visual Studio 2019? I have attached a snapshot of the same. I have Windows 11 Home operating system, 64 bit operating system.
Developer technologies | Visual Studio | Setup
How to call Azure Cost Management API with a ClientType set
I am attempting to use the Azure cost management Go SDK and need to call the Cost Management API many times. The rate limit for API calls is higher when a ClientType is specified, so I was wondering how to go about including the ClientType in the Usage…
Developer technologies | Visual Studio | Testing
To identify the performance of sqlserver between 1 month of different years.
Hi, How can I identify the performance load of SQL Server between 2 period of different years, Any script to calculate the I/O load and performance of SQL Server. I s there any tools to identify the performance and I/O load on SQL Server between 2…
Developer technologies | Transact-SQL
SQL Server | Other
VS 2022 - Unable to load SDK-style sqlproj in "SQL Server Object Explorer"
Hello, I'm migrating a sqlproj from the "classical" structure to the new SDK-style because I need to execute the "dotnet build my.sqlproj" command in an Azure DevOps pipeline Linux agent and the classical sqlproj would work only on…
Developer technologies | Visual Studio | Extensions
The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.
I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…
Developer technologies | .NET | .NET MAUI
How can I drag and Drop and email from Outlook into a web form, and parse out the email details
I have a drag and drop form working, but I cannot get the email details from the 'dropped' file. Tried using the Microsoft.Office.Interop.Outlook package (had success in a winformapp), but I can't figure it out. Here is a js snippet I am using to trap…
Developer technologies | ASP.NET | ASP.NET API
can VS Code highlight TIE syntax?
Can VS Code recognize and highlight TIE syntax? Is it and extension? Where do I get it, how do I install it? If not yet available, how do I create one?
Developer technologies | Visual Studio | Extensions
Crash on mouse over of Cesium map when using asp.net scriptmanager
I have an [asp.net] project using web forms. The aspx page has a Cesium map and crashes when you mouse over it but only if the page also contains the asp:ScriptManager element. If the ScriptManager element is removed, the page does not crash on mouse…
Developer technologies | ASP.NET | Other
why abc4j can not parse the file?
I am using .net android and add the package : abc4j to parse music file. but there is error and I can not parse it. this is the music file: p.txt
Developer technologies | .NET | .NET MAUI
How is a Blazor Server app deployed in Linux?
I have a Blazor Server app, developed in VS Code on a Mac. At this point in development, it runs correctly on localhost, as well as on a Windows Server instance in AWS Lightsail, using IIS. For final deployment, I would like to install the app on a Linux…
Developer technologies | ASP.NET | ASP.NET Core
Enable Location Service in .NET MAUI after upgrading from Xamarin Forms
I am currently upgrading my Xamarin Forms application to .NET MAUI. In my Xamarin Forms app, I used DependencyService to enable a location pop-up asking the user for location service permission. I'm struggling to find a way to achieve the same result in…
Developer technologies | .NET | .NET MAUI
How do I add an existing directory tree to a project in Visual Studio
I was trying to use this solution, but realize that Visual Studio 2022 does not have the option "Include in Project.". What feature replaces this, for getting a directory tree into my project? Thanks.
Developer technologies | C++
Is it still the case that a Blazor WebAssembly cannot reference a Blazor Server-Side project?
I'm working on rewriting an old ASP.NET WebForms app. I've created an ASP.NET Core Blazor app using .NET 9, with both a server-side project and a WebAssembly (Client) project. The server-side project has the Home page and allows the user to change the…
Developer technologies | ASP.NET | ASP.NET Core
Can you recommend a sql formatter?
Dear colleagues, Which SQL formatter would you recommend? In our organization, we have coding standards. My problem is, there are to many of them. As I am responsible for the repositories containing SQL, I want to enforce a single standard by…
Developer technologies | Transact-SQL
SQL Server | Other

Pull values to the Left of a dash
I am trying to pull from a field called "Location" that includes a number of varying lengths after a dash. I only want to pull the value of the field before the dash. My expression below worked with the LTRIM to pull values after the dash but…
SQL Server Reporting Services
Microsoft 365 and Office | Excel | For business | Windows

Developer technologies | Transact-SQL

Requiring Authorization Causes Long Url
Hello everyone and thanks for the help in advance. I am developing an Asp.net 9 Core MVC application. I want to all controllers to require authorization rather than having to decorate each action with [Authorize]. I tried…
Developer technologies | ASP.NET | ASP.NET Core
Windows application specific's registry key
I need a place to put configuration for my Win32 application inside the registry. Where it is should be? Are there multiple places to store application-specific registry?
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++

Visual Studio 2013 license not working after move to new machine
Purchased Visual Studio Professional 2013 back in 2013 or 2014. Installed on a laptop. Never installed on any other device. Ancient laptop is close to death, so I started moving to a new Windows 11 laptop. I installed VS 2013 from the original DVDs a…
Developer technologies | Visual Studio | Setup
Can ClosedXML be used in a Visual Studio developed .Net9 Blazor Webassembly app?
I have read conflicting statements about whether ClosedXML can be used in a Blazor Webassembly app. A Google seacrh of "can Closedxml be used in a Blazor WASM app c#" produces an AI response of "yes" though with caveats about…
Developer technologies | Visual Studio | Other
How can sales and commissions be calculated based on multiple conditions?
I want to extract commission from sales using multiple conditions using LINQ query. Here different types of commission are assigned on different sales values. I need this in my report sheet. If any experienced person could help me, I would be benefited.…