54,021 questions with Developer technologies-related tags

Sort by: Updated
2 answers

why ViewData is encoded for unicode text in asp.net web?

ViewData["Title"] ="xxxxxxxxxxx"; it is 首页 why?

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-06-30T04:47:49.93+00:00
mc 5,431 Reputation points
edited an answer 2025-07-01T05:00:54.6566667+00:00
SurferOnWww 4,706 Reputation points
0 answers

Creating a reusable form using C# custom "User Control"

I'm trying to create a layout / form that can be reused on other forms. I think I'm in the right to utilize a "User Control" (screen captures below). I populate the control with some components, save it, then try to bring it onto the main…

Developer technologies | Windows Forms
asked 2025-06-30T23:29:09.53+00:00
mjeschke 40 Reputation points
commented 2025-07-01T04:46:55.7733333+00:00
Viorel 122.6K Reputation points
1 answer

Faield to start deployed web application

hello community, I am a beginner in WEB application development. During my first trial, I met with an issue when start the deployed web application onto IIS running on Windows 11. The situation is, I get below error when open the application in the…

Developer technologies | ASP.NET | Other
asked 2025-06-30T13:15:01.37+00:00
Robert Balogh 0 Reputation points
commented 2025-07-01T04:39:29.0233333+00:00
Robert Balogh 0 Reputation points
2 answers

How to change the image cshtml.

I am using several images on the home page of my project. The path of which is always using the same name. That is, even if the image changes, the image path remains the same. The problem is that when I upload the image for the first time, the correct…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-06-30T06:51:19.1033333+00:00
jewel 1,186 Reputation points
answered 2025-07-01T03:35:40.2333333+00:00
SurferOnWww 4,706 Reputation points
0 answers

Help Needed for Connecting POS Printer via USB in UWP App

Hi Team, I have implemented POS printer functionality in my UWP app. When I connect the POS printer using Bluetooth, it works perfectly. However, when I connect the printer via a USB cable, I’m unable to find a way to detect or connect to the printer…

Developer technologies | Universal Windows Platform (UWP)
asked 2025-04-17T10:33:44.84+00:00
Jay 140 Reputation points
commented 2025-07-01T02:50:21.7366667+00:00
Harry Vo (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Unable to Add Scaffolded Items with Visual Studio when Developing an ASP.NET Project

I'm trying to learn ASP.NET with Visual Studio 2022 Community and was following this guidance: https://learn.microsoft.com/en-us/aspnet/core/mvc/overview?view=aspnetcore-9.0 I followed the steps but finally unable to continue due to it keeps showing…

Developer technologies | ASP.NET | Other
asked 2025-06-29T17:32:53.8033333+00:00
水 知 190 Reputation points
commented 2025-07-01T02:22:57.6066667+00:00
水 知 190 Reputation points
1 answer One of the answers was accepted by the question author.

Blocked from accessing native Azure Speech SDK (C++/x64) for Unreal Engine integration—installer reports success but does not install required binaries (no speechapi_cxx.h, .lib, or .dll). Project is C++ only; not using .NET or NuGet.

Hello Azure Support, I’m a developer working on a native C++ integration of Azure Speech Services within Unreal Engine, and I’m currently blocked from accessing the correct SDK. Despite multiple attempts, I have been unable to obtain the native C++…

Developer technologies | C++
asked 2025-06-30T02:13:45.2933333+00:00
Strickland, Jared 0 Reputation points
accepted 2025-07-01T00:52:40.73+00:00
Strickland, Jared 0 Reputation points
1 answer

Which certificate does the VS installer use for verification of vs_installer.opc

I am trying to install the VS 2022 Build Tools on my build server. However, during installation, I am receiving the following error on the bootstrapper logs: [16a0:0011][2025-06-25T06:41:39] Download requested:…

Developer technologies | C#
asked 2025-06-26T03:50:42.2566667+00:00
Aron Tsang 10 Reputation points
edited an answer 2025-06-30T23:55:43.0266667+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
1 answer

Why does DI container retain references to transient instances that are IDisposable?

https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-guidelines#disposable-transient-services-captured-by-container says, "by default the DI container will hold onto these references, and not Dispose() of them until the…

Developer technologies | C#
asked 2025-06-30T19:50:14.2433333+00:00
Chuck Krutsinger 1 Reputation point
answered 2025-06-30T23:42:39.4633333+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
1 answer

how to keep the decimalpoint 3 -5 of a float?

float x=393f,y=393f; x-y may be a value not zero. bool IsInLine(float x,float y){} this is to determin weather x,y is in my line but if I pass parameter it will compute error. the value may be a integer and same. but if x-x1 or x-y is not zero. I think…

Developer technologies | .NET | .NET Runtime
asked 2025-06-29T05:37:06.49+00:00
mc 5,431 Reputation points
commented 2025-06-30T17:57:25.86+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
1 answer

How to upload and store files in database in blazor web app

How to upload and store files in database in blazor web app

Developer technologies | ASP.NET | Other
asked 2025-06-30T00:47:17.1833333+00:00
Samuel Agyeman 0 Reputation points
answered 2025-06-30T16:59:20.7266667+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
0 answers

Cannot Access Microsoft 365 Developer Sandbox — No Admin Rights / No Tenant Provisioned

Hi Microsoft Team, I am a Visual Studio Dev Essentials member using my business account (******@recruiter-services.com). I qualify for the Microsoft 365 Developer Program sandbox, but my account was never provisioned with a tenant. As a result, I: …

Developer technologies | Visual Studio | Setup
asked 2025-06-30T16:43:14.67+00:00
Kenneth Peck 0 Reputation points
commented 2025-06-30T16:56:42.3166667+00:00
Kenneth Peck 0 Reputation points
2 answers

Are BinScope checks like ATLVersionCheck and GSCheck applicable to C# applications?

Dear Team, I ran Microsoft BinScope 2014 on a C# application (.NET managed code) and observed several failed checks including: ATLVersionCheck ATLvulnCheck CompilerVersionCheck GSCheck GSFriendlyInitCheck GSFunctionSafeBuffersCheck RSA32Check …

Developer technologies | C#
asked 2025-06-27T08:25:44.3733333+00:00
Mashuk Raza 20 Reputation points
commented 2025-06-30T16:26:51.11+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
2 answers

Allocate / free memory with Visual Studio C++

I have a very simple program int main(void) { double* myVect = new double[10000000]; wait(2); // wait for 2 seconds delete[] myVect; wait(2); return 0; } I execute this program in Debug mode, put a breakpoint on "return 0" and look at the…

Developer technologies | C++
asked 2025-06-29T07:22:27.0766667+00:00
Ollivier TARAMASCO 0 Reputation points
answered 2025-06-30T16:19:29.9466667+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
2 answers

Is Stack Protection Header applicable or configurable in C# applications?

Dear Team, I’m analyzing a C#application and noticed that tools like Process Explorer or PE header inspectors show "Stack Protection: Disabled" for the executable. I would like to confirm the following: Is it possible to enable stack…

Developer technologies | C#
asked 2025-06-27T08:48:17.1633333+00:00
Mashuk Raza 20 Reputation points
commented 2025-06-30T15:31:12.3866667+00:00
Bruce (SqlWork.com) 77,766 Reputation points Volunteer Moderator
0 answers

Good installer for visual studio 2019 c# projects

Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…

Developer technologies | C#
asked 2025-06-30T15:27:24.5566667+00:00
Darryl Hoar 181 Reputation points
1 answer

MAUI app crash when execute BindableLayout.SetItemsSource with visual studio 2022 17.14.7

After the command BindableLayout.SetItemsSource(FlexLayout, IEnumerable) in DEBUG environment and WinUI it gives the error: System.ArgumentOutOfRangeException in System.Private.CoreLib.dll Exception thrown: 'System.Reflection.TargetInvocationException'…

Developer technologies | .NET | .NET MAUI
asked 2025-06-30T10:33:22.18+00:00
Anton Moroder 0 Reputation points
answered 2025-06-30T13:16:47.1766667+00:00
Anton Moroder 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to improve tapping feedback in Maui

Hello. Please. how to improve the feedback of tap recognize on a label of one character because the tapping area is small the tapping feedback is lower. In my app I have a grid row with 10 columns and in each grid cell I have a one character label with…

Developer technologies | .NET | .NET MAUI
asked 2025-06-11T07:37:38.9933333+00:00
Haviv Elbsz 2,091 Reputation points
accepted 2025-06-30T12:43:50.61+00:00
Haviv Elbsz 2,091 Reputation points
3 answers

How to fix could not find error

I'm working on a maui app. when i try to build project it gives "System could not find the file. (2): C:\Users\jello\OneDrive\Masaüstü\wx\VSC\MAUI\Ccalculate\Ccalculate\obj\Debug\net9.0-android\assets." error message. how can i fix it?

Developer technologies | .NET | .NET MAUI
asked 2025-06-19T18:04:33.4433333+00:00
Eren Çam 5 Reputation points
edited an answer 2025-06-30T10:27:21.38+00:00
Tony Dinh (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff
0 answers

Microsoft - Graph - Batch API - Getting 429 Too Many Requests error

I have created a website where user's will authenticate and grant Calendar events - Read/Write access. My application will create events for the user based on the user's schedule. Here some times user might have more than 100 records also. I'm using…

Developer technologies | C#
asked 2025-06-30T10:24:42.0466667+00:00
Shravan Samboju 0 Reputation points