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
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
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#
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
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#
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
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
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
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#
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
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
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
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
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
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
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
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
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
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
Como convertir VB6 a VB.Net
Hola Saben como convertir un proyecto en VB6 a VB.Net?