Can't reuse types for WCF Service Reference in Visual Studio 2022 .NET Framework 4.8 project
Trying to add a WCF service reference in a .NET Framework 4.8 project. We have a package that includes the data types the Web Service uses and would like to reuse them. However, we can't seem to reuse the types. I have the NuGet package installed. I have…
Developer technologies | .NET | Other
BLAZOR ROUTE PARAMETER EXCEPTION
Current page directive of Blazor component is like: @page /mypage/{thestate:bool?} When I call the URL localhost:32360/mypage, there is no problem; nevertheless, when I call the URL localhost:32360/mypage/false or localhost:32360/mypage/true, the web…
Developer technologies | ASP.NET | ASP.NET Core
“My VS Code integrated terminal is completely blank and doesn’t load PowerShell or CMD, even though both shells work normally outside VS Code.”
Screenshot 2025-12-01 160917.png Screenshot 2025-12-02 154146.png My VS Code integrated terminal stays completely blank and does not load PowerShell or CMD. CMD and PowerShell work perfectly outside VS Code, so the issue is only inside VS Code. I…
Developer technologies | Visual Studio | Debugging
how to secure my iphone from hackers
how can l keep my projects private as they are not private and are being shared by others and i can't keep them safe
Developer technologies | Visual Studio | Setup
Project is using out of process designer
This now appears every time I open a form in my FosterTrak application. How do I get rid of this? Should I just ignore this message?
Developer technologies | Visual Studio | Other
Which framework to use? Blazor? Razor? Very non-standard project for Raspberry Pi
The project: Hardware A flexible LED matrix (Display) mounted to a T-Shirt. Displays animations (Gifs), images etc. Rotates through a playlist. The LED matrix is connected to a Raspberry Pi Zero 2 W and driven via GPIO (It's not an HDMI type display,…
Developer technologies | ASP.NET | ASP.NET Core
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
Visual Studio benefits: Transfer of Azure subscription ($150/month) to M365 developer tenant
Hi, I have received a Visual Studio subscription (Visual Studio Enterprise) from my company. The subscription includes several benefits, in particular: Monthly Azure Credits (150$/month) in the form of a subscription. The subscription is transferable…
Developer technologies | Visual Studio | Other
Command doesn't trigger
I have a Syncfusion popup and a collection View inside Everything works as expected, the image, name, price, description, but the button doesn't want to open the picker VM namespace Scan2Cart.ViewModels; public partial class…
Developer technologies | .NET | .NET MAUI
XNA Game Studio 4.0 Refresh won't install on Windows 11
I tried to install the XNA Game Studio on my PC but i got this: I am running Windows 11 Pro 25H2 (compilation 26200.7171). Here follows the setup log: {6A7387C0-B74F-47D0-A217-B384E55FE0C9}-20251213.175111.LOG Any help will be appreciated.
Developer technologies | Visual Studio | Setup
Stretch Texts across the entire width of a page
How can I stretch texts to the entire width of the page? Just like in the image below
Developer technologies | ASP.NET | Other
ViewComponent exception handling
Hi, What is the correct way to handle exceptions in a view component? I would like the user to end up being redirected to an error page. So do I catch exceptions in the view component and redirect from there, or is it possible to do it in the view that…
Developer technologies | C#
redirect using HttpContextAccessor
Hi, I am trying to redirect to my login page on a condition using IHttpContextAccessor. Here is my code : if (condition) { _signInManager.SignOutAsync(); …
Developer technologies | C#
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
Debugging on my iPad Air is not working in Visual Studio Community 2026 after updating to version 18.1.0
Debugging on my iPad Air is not working after updating to Visual Studio Community 2026 version 18.1.0. In addition, I have tried to open my application manually on my iPad Air but it always crashes 1 second after launch. Debug Address: 127.0.0.1 Debug…
Developer technologies | .NET | .NET MAUI
Architecture Programming
I need help. I’ve been programming for five years, but I still know I have a fundamental issue. Since I started learning, I’ve worked through books, Microsoft training materials, and trial and error, and I’ve solved many things, but I still don’t know…
Developer technologies | C#
ACEOLEDB.DLL from Microsoft 365 Apps crash with Exception code 0xc0000005
ACEOLEDB.DLL from Microsoft 365 Apps (at least versions 16.0.14228.20248, 16.0.14430.20006, 16.0.14701.20040 in "C:\Program Files\Microsoft Office\root\VFS\ProgramFilesCommonX64\Microsoft Shared\OFFICE16\") appear to cause an application crash…
Microsoft 365 and Office | Access | Development
Developer technologies | C++
Can't create Android device for .NET Maui development testing
I have downloaded Visual Studio .NET Community 2026. I added the .net Maui workflow and I have created a new solution using it. The solution runs normally in the windows debugger but if I try to use the Android debugger I am getting errors creating the…
Developer technologies | Visual Studio | Setup
Visual studio 2026
Hi, Does the VS 2026 is stable, and available? Which features I got with it? Does installing VS 2026 is a separate installation, not harm VS 2022 , and what size of installation is it ? Does all projects before, it supports? Thanks,
Developer technologies | Visual Studio | Other
GIS CLI commands
Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…