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
How to To Change Auto Navigation in a Modal?
I have a modal that previews my image products (originally i have a productgridcontainer that automatically circles through these image products for my customers to see the avilable products which i want it to be that way but i want the modal to be…
Developer technologies ASP.NET ASP.NET Core

javascript how to print pdf file through windows.print
inside a aspx file javascript how to print pdf file through windows.print
Developer technologies ASP.NET ASP.NET API
How to connect GATT profile for classic bluetooth device?
I have bluetooth device that uses gatt profile, but it doesn't support ble connection i can succesfully connect to gatt profile on classic only device with android/ios/linux client. How can i use gatt services in classic bluetooth device on windows pc?
Developer technologies Universal Windows Platform (UWP)
Singleton Class with Async
I'm working on building a Blazor Web App (.net 9) for an internal company portal. I want to load some persistent data to be used throughout the app into a class and then load that class as a scoped service. Most of the data will be fairly static, but…
Developer technologies ASP.NET ASP.NET API
.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
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
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
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#

[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


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
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#
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
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++
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
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
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
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
Maui toolkit popup window size controling
Hello all. I built a toolkit popup according the Microsoft doc. and I want that the width of the popup window to fill the screen width. How I do that. I tried horizontal option fill but that's not working. Thank you very much
Developer technologies .NET .NET MAUI
Why Can't I Choose AnyCPU as Platform Target in MAUI Project Properties?
When I try to choose AnyCPU as Platform Target for a MAUI project, the drop-down list returns back to ARM64. What is, therefore, enforcing the ARM64 choice for the project? Visual Studio Version: 17.6.4 .NET SDK Version: 7.0.400-preview.23274.1 .NET…