18,961 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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++
asked Dec 13, 2023, 1:54 PM
CDev-8220 405 Reputation points
commented Jul 22, 2025, 12:52 PM
Lindsay, Carol C 0 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked Jul 17, 2025, 8:24 PM
Falanga, Rod, DOH 290 Reputation points
commented Jul 22, 2025, 9:07 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
12 answers One of the answers was accepted by the question author.

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
asked Nov 17, 2020, 2:17 PM
Chris Sijtsma 106 Reputation points
answered Jul 22, 2025, 4:39 AM
Anil Peter 0 Reputation points
8 answers One of the answers was accepted by the question author.

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
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,067 questions
Microsoft 365 and Office | Excel | For business | Windows
Developer technologies | Transact-SQL
asked May 25, 2021, 2:32 AM
Evan Stroum 21 Reputation points
answered Jul 22, 2025, 4:16 AM
Ashish Mathur 0 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

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
asked Jul 20, 2025, 2:02 AM
Kmcnet 1,066 Reputation points
accepted Jul 22, 2025, 1:27 AM
Kmcnet 1,066 Reputation points
2 answers One of the answers was accepted by the question author.

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++
asked Oct 4, 2022, 4:30 AM
thebluetropics 1,046 Reputation points
commented Jul 21, 2025, 11:00 PM
Bruce (SqlWork.com) 78,561 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

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
asked Jul 18, 2025, 5:05 PM
Clark Coleman 20 Reputation points
answered Jul 21, 2025, 9:23 PM
HARDCORE GAMES™ 175 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked Jul 19, 2025, 2:23 PM
Steve Rehling 165 Reputation points
accepted Jul 21, 2025, 9:11 PM
Steve Rehling 165 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked Jul 17, 2025, 6:02 AM
jewel 1,231 Reputation points
accepted Jul 21, 2025, 5:04 PM
jewel 1,231 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked Jul 18, 2025, 3:38 AM
Marvens 25 Reputation points
commented Jul 21, 2025, 9:10 AM
Marvens 25 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked Jun 9, 2025, 10:27 AM
naveed faruq 30 Reputation points
edited a comment Jul 21, 2025, 8:19 AM
sarah javed 0 Reputation points
2 answers One of the answers was accepted by the question author.

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
asked Jan 14, 2021, 12:18 AM
JohnCTX 636 Reputation points
answered Jul 20, 2025, 2:21 AM
Ashish Mathur 0 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

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
asked Jul 8, 2025, 7:15 AM
StewartBW 1,870 Reputation points
accepted Jul 19, 2025, 12:49 PM
StewartBW 1,870 Reputation points
1 answer One of the answers was accepted by the question author.

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
asked Jul 16, 2025, 11:57 AM
Bhuwan 1,026 Reputation points
accepted Jul 18, 2025, 11:14 AM
Bhuwan 1,026 Reputation points
3 answers One of the answers was accepted by the question author.

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#
asked Apr 17, 2025, 8:20 AM
Kemal Yildirim 70 Reputation points
commented Jul 18, 2025, 11:09 AM
Utsav Uday Kadam 5 Reputation points
1 answer One of the answers was accepted by the question author.

How can I fix 'Expecting an Identifier' on max and min in this line of Code?

float maxNum = std::numeric_limits<float>::max();

Developer technologies | C++
asked Jul 17, 2025, 10:00 PM
CDev-8220 405 Reputation points
commented Jul 18, 2025, 10:53 AM
CDev-8220 405 Reputation points
1 answer One of the answers was accepted by the question author.

why there is such package in my android APP?

I am using .net android and there is an error. I check the debug info there is : com.smile.gifmaker,com.tencent.mm,com.ss.android.ugc.aweme,com.kuaishou.nebula,com.alibaba.android.rimet,tv.danmaku.bilibilihd,com.ss.android.ugc.aweme.lite [libEGL]…

Developer technologies | .NET | .NET MAUI
asked Jul 16, 2025, 11:49 AM
mc 5,591 Reputation points
accepted Jul 18, 2025, 9:02 AM
mc 5,591 Reputation points
1 answer One of the answers was accepted by the question author.

Aspire Dashboard is not showing the updated start time of the containers and unable to start/stop containers using PS command line

I have deployed Dotnet Aspire Project using azure developer cli.- Multiple deployments are completed but the start time is not updating with each new deployment.- However active revision time is updated when i check it from Azure Portal.- How can i…

Developer technologies | ASP.NET | ASP.NET Core
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
722 questions
asked Jan 17, 2025, 9:52 AM
Faisal Riaz 40 Reputation points
edited the question Jul 18, 2025, 8:22 AM
Lynn Dang (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Why does CMainFrame::OnMdiNext is not called?

I have a MFC MDI app. I want to override WM_MDINEXT message. And I did: header: protected: afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg LRESULT OnMdiNext(WPARAM wParam, LPARAM…

Developer technologies | C++
asked Jul 16, 2025, 3:05 PM
Flaviu_ 1,071 Reputation points
accepted Jul 17, 2025, 2:24 PM
Flaviu_ 1,071 Reputation points
2 answers One of the answers was accepted by the question author.

I'd like to know how VB.NET handles cookies

I maintain an old VB.NET WebForms app. I'm converting it to C# and updating it. However, when it comes to converting how the old app handled browser cookies and how to make the same thing work in a C# Blazor app, I am not sure how to proceed. Here's a…

Developer technologies | VB
asked Jun 4, 2025, 9:29 PM
Falanga, Rod, DOH 290 Reputation points
accepted Jul 17, 2025, 1:37 PM
Falanga, Rod, DOH 290 Reputation points