54,881 questions with Developer technologies-related tags

Sort by: Updated
3 answers

What is the correct way to add files to the Resources of a VB.net project

I have been having trouble getting wave files into the resources of this project. I tried to add the wave files by right clicking on 'Resources' in the Solution Explorer and selecting 'Add' and 'Existing Item' That added the files to the Resources list…

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,907 questions
asked Nov 23, 2025, 12:25 PM
Cynolycus 260 Reputation points
answered Nov 23, 2025, 7:33 PM
Bruce (SqlWork.com) 81,726 Reputation points Volunteer Moderator
2 answers

HTTPS Reverse Proxy on IIS 10 – External Access Fails (Timeout) Although Local Requests Work

Hello everyone, I’m currently facing an issue with an IIS 10 reverse proxy configuration on Windows Server, and I would really appreciate your guidance. Environment Windows Server IIS 10 Application Request Routing (ARR) + URL Rewrite enabled Backend…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,623 questions
asked Nov 22, 2025, 7:58 PM
Cenk 1,041 Reputation points
answered Nov 23, 2025, 6:07 PM
Bruce (SqlWork.com) 81,726 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

N-Tier Architecture Setup with Visual Studio

Hello everyone and thanks for the help in advance. I want to understand a little more about how enterprise level solutions are structured, specifically how models and data access are set up to maximize reusability. Specifically, are models, data…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,681 questions
asked Nov 21, 2025, 2:21 AM
Kmcnet 1,256 Reputation points
commented Nov 23, 2025, 5:25 PM
Bruce (SqlWork.com) 81,726 Reputation points Volunteer Moderator
3 answers

Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?

Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,145 questions
asked Nov 18, 2025, 3:37 PM
Flossy Veronica 0 Reputation points
commented Nov 23, 2025, 4:33 PM
Flossy Veronica 0 Reputation points
3 answers

How to write data to a gip device (Xbox Series controller)?

I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,681 questions
asked Jul 29, 2025, 4:28 PM
magrega 56 Reputation points
edited a comment Nov 23, 2025, 3:42 PM
magrega 56 Reputation points
1 answer

Issue with Python Visuals in Power BI Embedded (.NET Core)

Dear Team, I am facing an issue with Power BI Embedded reports in a .NET Core application. The report contains Python visuals, which work correctly in Power BI Desktop and Service, but they do not render when the report is embedded using the Power BI…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,145 questions
asked Nov 18, 2025, 8:38 AM
Pandey, VinayKumar 0 Reputation points
commented Nov 23, 2025, 3:09 PM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,825 Reputation points Microsoft External Staff
3 answers

Visual studio 2026

When i download the visual studio 2026 installer to use it without the internet and putting the files into the pc without internet with a own domain network and try run the command c:\localVSlayout\vs_enterprise.exe --noWeb it open the vs installer…

Developer technologies | Visual Studio | Setup
asked Nov 6, 2025, 9:10 AM
Vadim T 0 Reputation points
commented Nov 23, 2025, 3:03 PM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,825 Reputation points Microsoft External Staff
2 answers

Add project parameter in SSIS dtproj

I am developing an extension to help with SSIS package development. I need to set project parameter. I do this code : private void SetProjectParameters(EnvDTE.Project project, string parameterName, string value) { …

Developer technologies | Visual Studio | Extensions
asked Oct 11, 2024, 2:53 PM
Vernou 86 Reputation points
commented Nov 23, 2025, 3:01 PM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,825 Reputation points Microsoft External Staff
0 answers

TextBox overlay placed over Excel cell doesn't receive TextChanged events — Excel captures keystrokes (VSTO)

hi I created a VSTO add-in that displays a WPF TextBox overlay positioned exactly over the currently selected Excel cell so users can edit inline. The overlay is visible and aligned correctly, but when I type, Excel captures all keystrokes and the…

Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,681 questions
asked Nov 23, 2025, 9:34 AM
Mansour_Dalir 2,036 Reputation points
1 answer

how to create aab that support 16 kb memory page

Hello in project net maui i create via the archive the signed aab but unfortunately google console android didn't accept because it does not support 16 kb memory page what you suggest Thanks

Developer technologies | .NET | .NET MAUI
asked Nov 23, 2025, 12:03 AM
Shay Wilner 1,746 Reputation points
answered Nov 23, 2025, 12:03 AM
Q&A Assist
2 answers

Not able to Visual Studio in Debug mode for a web page

Just installed Visual Studio Community 2026. Tried to run a simple "Hello World" web page and get the following: Access is denied. __Description:__An error occurred while accessing the resources required to serve this request. You might not…

Developer technologies | Visual Studio | Debugging
asked Nov 21, 2025, 7:41 PM
Giovine, John 0 Reputation points
answered Nov 22, 2025, 7:26 PM
Bruce (SqlWork.com) 81,726 Reputation points Volunteer Moderator
3 answers

Issue with running Xamarin Forms project on Visual Studio 2022

I have a Xamarin Forms project and I am not able to run it on my Visual studio. The problem is the emulator and physical device are also not showing in the VS to run. VS version: Microsoft Visual Studio Professional 2022 (64-bit) - Current Version…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
5,381 questions
asked Nov 18, 2025, 9:10 AM
Sreenivasan, Sreejith 195 Reputation points
commented Nov 22, 2025, 7:22 PM
Bruce (SqlWork.com) 81,726 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

Haven an issue related with asyncronious DbContext actions in unit tests.

Haven an issue related with asyncronious DbContext actions when run unit tests for ASP.NET MVC Controller. The error message is: "System.ArgumentException : Argument expression is not valid"

Developer technologies | ASP.NET | ASP.NET Core
asked Nov 7, 2025, 3:06 PM
asoliev 40 Reputation points
commented Nov 22, 2025, 3:30 PM
Sam heughan official 0 Reputation points
1 answer

How to scale canvas to make the image center?

I am using GraphicsView and want to show an image. when I scale it and then draw the image the image is scaled but is not center. int x=0,y=0; canvas.DrawImage(image,x,y,width,height); I scale the canvas then I should y=y-value? what I want is to the…

Developer technologies | .NET | .NET MAUI
asked Nov 22, 2025, 2:37 PM
mc 6,256 Reputation points
edited the question Nov 22, 2025, 3:17 PM
Don Varnau 19,515 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

how to make image only color of black or white in .net maui?

I am using .net maui and I want to use slider to change the value of gray and then the picture will change. use SKImage or Microsoft.Graphics.Image how to transform the colors to black and white only? the pixels is too much and I do not want to use code…

Developer technologies | .NET | .NET MAUI
asked Nov 20, 2025, 4:33 AM
mc 6,256 Reputation points
accepted Nov 22, 2025, 2:37 PM
mc 6,256 Reputation points
1 answer One of the answers was accepted by the question author.

Change the color of the selected element

How to change the background of the element that was clicked in the "CollectionView" what can be done so that the selection animation affects the inner area of ​​the clicked element.

Developer technologies | .NET | .NET MAUI
asked Oct 5, 2024, 4:30 PM
валера карманов 396 Reputation points
commented Nov 22, 2025, 10:50 AM
Buchfink Alexander 0 Reputation points
1 answer

Ajax post with C# Handler and XSRF-TOKEN

This question is for Web pages with .NET, C#, and Ajax. I'm having an issue with a ajax calling working with the XSRF-TOKEN" and it's not calling the handler in the .CS. I think I need to do something with my ajax call to validate the token. In my…

Developer technologies | ASP.NET | ASP.NET Core
asked Nov 21, 2025, 3:34 PM
Joseph Kashishian 40 Reputation points
edited an answer Nov 22, 2025, 7:58 AM
SurferOnWww 4,951 Reputation points
0 answers

Erro na ativação do Dev Mode

Olá, suporte da Microsoft Dev Center, Meu Xbox está travado no Dev Mode Activation App com a mensagem “Device is being processed” e não consigo gerar um novo código para ativar o Dev Mode. Detalhes do problema: Já tentei limpar o Dev Mode no console. Já…

Developer technologies | .NET | .NET CLI
asked Nov 21, 2025, 7:58 PM
leticia Guedes 0 Reputation points
1 answer

Visual Studio 2026: Outlining, "Collapse To Definitions"

With the latest updated to Visual Studio 2026, I noticed that the "Outlining" option, "Collapse To Definitions", no longer collapses the code within the master "#Region#region" headings but collapses only the coding sections…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,555 questions
asked Nov 21, 2025, 7:09 PM
Steve Naidamast 0 Reputation points
answered Nov 21, 2025, 7:09 PM
Q&A Assist
2 answers

Como convertir VB6 a VB.Net

Hola Saben como convertir un proyecto en VB6 a VB.Net?

Developer technologies | Visual Basic for Applications
asked Nov 21, 2025, 1:44 PM
Mariana Lleó 0 Reputation points
answered Nov 21, 2025, 5:55 PM
Susmitha T (INFOSYS LIMITED) 1,305 Reputation points Microsoft External Staff