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.…
Developer technologies | ASP.NET | ASP.NET Core
How to create visual studio 2022 layout without downloading arm64 binaries?
Refer to the document https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022 it tells if the optional parameter "--arch" is not set, the layout should only includes x64 product…
Developer technologies | Visual Studio | Setup
visual studio installer cannot continue to download for visual studio community 2022 and no access to aka.ms
i am muhammad naveed faruq from pakistan i am an old user of visual studio to download visual studio 2022 community, when after downloading first file by browser and after clicking on it a small page opens to download installer,(contains two progress…
Developer technologies | Visual Studio | Setup
How to determine the frequency of an exact array's values?
I am having some issues with finding out the frequency of an exact array's values Examples: Result: [3, 6, 8, 9, 10] [3,4, 6, 8, 9] [3, 6, 8, 9, 10] Results: Count of exact array's values [3, 6, 8, 9. 10] = 2 [3, 4,…
Microsoft 365 and Office | Excel | For business | Windows

Developer technologies | Visual Basic for Applications

Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
This missing dSYM file is required to process crashes
When I release the app and install it on a device, I see the following message in the Firebase Crashlytics page: 'This missing dSYM file is required to process crashes.' How can I fix this warning to log crash analytics data?
Developer technologies | .NET | .NET MAUI
Graph api createUploadSession returns 401 on uploadUrl
Hello, This code has been running for 2 years, now it started to fail after we paid an unpaid subscription. not sure it's because of that but here we are. I am using a registered application to get the bearer token for this after making a post request…
Developer technologies | C#
How can I fix 'Expecting an Identifier' on max and min in this line of Code?
float maxNum = std::numeric_limits<float>::max();