53,987 questions with Developer technologies-related tags

Sort by: Updated
1 answer

SAML Access Denied from Azure AD - Localhost Sustainsys Setup

I am trying to set up an SAML based authentication using ASP.Net framework 4.8. But after login i am returning back to my localhost site and getting error like https://localhost:44353/Saml2/Acs?error=access_denied . I have assigned users and all the…

Developer technologies ASP.NET ASP.NET API
asked Jun 25, 2025, 12:23 PM
Verool Kuniyil Shibin 0 Reputation points
commented Jun 27, 2025, 4:28 AM
Danny Nguyen (WICLOUD CORPORATION) 165 Reputation points Microsoft External Staff
1 answer

Azure web app call wcf 404

Why is it that after deploying an asp .net web app to azure web app, https://hk-np-focz-aps-ipe-dev-grg5a4dndackdrge.eastasia-01.azurewebsites.net/PriceTag.svc?wsdl can be accessed, but the call interface returns HTTP/1.1 404 Not Found. The local call to…

Developer technologies ASP.NET ASP.NET API
asked Jun 19, 2025, 10:05 AM
Jeremy Liu 0 Reputation points
commented Jun 27, 2025, 4:11 AM
Danny Nguyen (WICLOUD CORPORATION) 165 Reputation points Microsoft External Staff
1 answer

Why is step into function is working but play has error in VBA?

I have a macro that converts PDF file into excel. For the first file, it works properly not until I encountered this error on the succeeding files: When I tried to check step into, the macro runs smoothly and converts all the PDF files to excel. While…

Developer technologies Visual Basic for Applications
asked Jun 24, 2025, 8:52 AM
Eliza O. Riva 0 Reputation points
commented Jun 27, 2025, 2:25 AM
Eliza O. Riva 0 Reputation points
2 answers

Format SQL Query Result into web menu

I am trying to build a drill-down menu for my website, where the user will click on a category and it will show the subcategories of that clicked category, there could be n-levels. I am able to write an SQL query which returns the output exactly as I…

Developer technologies C#
asked May 30, 2021, 10:23 PM
Hicham EL MORSLI 1 Reputation point
answered Jun 26, 2025, 11:57 PM
KK520 5 Reputation points
0 answers

Blazor Server APP

I’m building a Blazor Server application, which uses WebSockets for real-time communication (via SignalR). By default, Blazor uses MessagePack as the serialization protocol, which results in a binary transfer format. For debugging and interoperability…

Developer technologies .NET Blazor
asked Jun 26, 2025, 9:08 PM
Selvaraj, Deepak 0 Reputation points
1 answer

[Visual Studio 2022] Adding a Project Reference fails

Greetings All, I have a problem with Visual Studio 2022. Firstly, I should tell you that my VS2022 environment is as follows: Microsoft Visual Studio Community 2022 Version 17.14.3 VisualStudio.17.Release/17.14.3+36127.28 Microsoft .NET Framework …

Developer technologies Visual Studio Setup
asked May 31, 2025, 1:56 PM
RobDev 411 Reputation points
commented Jun 26, 2025, 8:44 PM
Erland Sommarskog 121.4K Reputation points MVP Volunteer Moderator
2 answers One of the answers was accepted by the question author.

Edmx codegenerator for legacy project

I have been assigned a task required to use VS 2012 edmx generator. Therefore, I have to get a license for VS 2012 although we bought and use VS 2022.   I am looking for a way that I do not have to install VS 2012. But the code won’t generate like VS…

Developer technologies .NET Other
Developer technologies Visual Studio Other
asked Feb 1, 2023, 9:25 PM
EunMin Lee 20 Reputation points
commented Jun 26, 2025, 8:21 PM
Ken Smith 190 Reputation points
1 answer

How many threads can Splunk ODBC support concurrent reading simultaneously

Hi there, I would like to know how many concurrent threads Splunk ODBC supports reading data simultaneously? Thanks&Regards, zmsoft

Developer technologies C#
asked Jun 26, 2025, 5:53 AM
zmsoft 450 Reputation points
answered Jun 26, 2025, 8:09 PM
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
5 answers

How to call multiple Store Procedures in parallel in MS SQL

Hi All, I have 3 store procedures in MSSQL DB. EXEC sp_test_1 (ID) GO EXEC sp_test_2 (ID) GO EXEC sp_test_3 (ID) GO When I execute each store procedure is taking 15 minutes to complete and total of 45 minutes. When I…

Developer technologies Transact-SQL
SQL Server Other
asked Feb 18, 2021, 8:19 AM
varaprasadmohan pinagadi 1 Reputation point
commented Jun 26, 2025, 3:55 PM
ben mosk 41 Reputation points
0 answers

Visual Studio 2022 Not Responding after adding ContextMenu

I'm using VS 2022 v17.14.7 developing a WinForms app using .Net 8.0 and C#. When I add a ContextMenu to any form and try to add a menu item under it, Visual Studio stops responding and has to be killed via the Task Manager. This also happens when using…

Developer technologies Windows Forms
asked Jun 26, 2025, 1:51 PM
Lance Boudreaux 0 Reputation points
5 answers One of the answers was accepted by the question author.

Error trying to call a C# DLL from a C++ console app

I am on Windows 10 with VS 2022. I want to call a C# DLL from a C++ app. I am trying to register the C# DLL using regasm. I am getting the following error: C:\Users\dbaec\OneDrive\Forex\C++_App\C#_DLL\obj\x64\Debug\net6.0-windows7.0>regasm.exe…

Developer technologies C++
asked Jun 16, 2025, 5:00 PM
DonBaechtel-7903 171 Reputation points
accepted Jun 26, 2025, 10:58 AM
DonBaechtel-7903 171 Reputation points
1 answer

.NET Core Profiler Crashing on 32 bit Application Environment

Hi Team. I have developed my own .NET core profiler using VS 2019. To load my profiler, I have set the environment entry in the web.config file. <environmentVariable name="CORECLR_ENABLE_PROFILING" value="1" /> …

Windows development Internet Information Services
Developer technologies .NET .NET Runtime
asked Mar 24, 2022, 1:18 PM
Duraikannu Jeyamani 6 Reputation points
edited a comment Jun 26, 2025, 10:50 AM
Duraikannu Jeyamani 1 Reputation point
2 answers

How to add serilog in .net core api?

I use .net core 8 version. Working on an asp.net api. Need to add serilog with custom coumns in it This question is related to the following

Developer technologies ASP.NET ASP.NET Core
asked Mar 17, 2025, 1:58 PM
Keerthi K Vishwanath 0 Reputation points
edited an answer Jun 26, 2025, 9:36 AM
Jack Dang (WICLOUD CORPORATION) 225 Reputation points Microsoft External Staff
1 answer

MSB4018 / The error was: Illegal characters in path. - Please help me with that annoying error. Cant run a simple container support enabled console app

Hello all , Please help fix that, since yesterday I am having this annoying problem. I have downgraded from enterprise to pro version of Visual studio 2022 then this error came in. Please please please help :) I have tried numerous times repairing ,…

Developer technologies Visual Studio Debugging
asked Jun 18, 2025, 6:18 AM
Katman, Furkan Sertap 5 Reputation points
commented Jun 26, 2025, 9:27 AM
bierzeltpirat 0 Reputation points
0 answers

How to use the "userExperienceAnalyticsOverview" Graph API with C#

Encountering 400 errors when calling the "userExperienceAnalyticsOverview" Graph API in C# and through the Graph Explorer. The API appears to be functional based on Intune admin center. Seeking guidance on how to successfully implement this API…

Developer technologies C#
asked Jun 26, 2025, 2:48 AM
Alistar Jiang 0 Reputation points
commented Jun 26, 2025, 8:19 AM
Alistar Jiang 0 Reputation points
0 answers

Where is my certificate

I completed my course devops...where is my certificate

Developer technologies Small BASIC
asked Jun 26, 2025, 7:40 AM
I Muskaan 0 Reputation points
0 answers

in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")

in my DLT pipeline , I want load the bronze table data into silver table after validation , other non-valid data load into reject table . in silver silver use the function dlt.except_all("rules") , but in silver layer part , the pipeline can…

Developer technologies Windows Forms
asked Jun 26, 2025, 7:17 AM
dgeorgewnxu 0 Reputation points
0 answers

How to fix the .NET desktop runtime 8.0.11 installation

When installing the windowsdesktop-runtime-8.0.11-win-x64.exe in windows 11 OS it prompts fro the location of dotnet-host-8.0.10-win-x64.msi package which is not available and the installation failed. I could not find this msi package in the downloads…

Developer technologies .NET .NET Runtime
asked Jun 26, 2025, 7:16 AM
Sathishkumar M 0 Reputation points
1 answer

How to download .NET SDK workloads for later installation?

dotnet workload -h doesn't list a download option. How do you download workloads instead of installing them right away? Thanks

Developer technologies .NET Other
asked Sep 4, 2024, 7:54 PM
Vasya Pupkin 65 Reputation points
commented Jun 26, 2025, 6:11 AM
Markus Schaber 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I run vstest.console.exe in 32-bit mode using Visual Studio 2022?

I’m working on a .NET solution that depends on a 32-bit native DLL. Due to this dependency, I need the test host process to run in 32-bit mode to avoid runtime issues. However, I'm facing the following challenges: I'm using Visual Studio 2022, which…

Developer technologies Visual Studio Testing
asked Jun 24, 2025, 5:12 AM
Mahesh Kumar 40 Reputation points
accepted Jun 26, 2025, 5:48 AM
Mahesh Kumar 40 Reputation points