VS 2013 FTP Connect to Website, Can not open file
I am using Visual Studio 2013 (aware eol). I do File, Open Website, then FTP Website. I use the IP Address for server and a port. Has worked flawlessly until I recently dumped my Spectrum Router and replaced it with a Asus Router that has a built in…
Developer technologies | Visual Studio | Setup
Debugging VBA
I am a beginner in VBA programming, I am writing a function to retrieve the cell value from another file. However, I made a lot of attempts but still cannot get it work. May I know where can I get assistance?
Developer technologies | Visual Basic for Applications
TO BE UNABLE TO INCLUDE A NAMESPACE INTO ASP.NET MVC VIEW
My application is ASP.NET MVC 5 via .NET Framework 4.7.2. I can use a namespace (System.Data.Objects) in model and controller classes smoothly; however, I cannot use the same namespace in Views folder's CSHTML files. Why?
Developer technologies | ASP.NET | Other

How to fix the issue tht keeps happening to the bluetooth driver tht keeps disappearing while a headphones are connected and come back after sometime but otherwise, it is always there for the tws.
The devices works noramlly and going smoothly but when u connect a headphones via bluetooth it recognize it and connect but after a minute or so the icon completes disappears and gets disconnected and the disconnected sound is not produced in the…
Developer technologies | Universal Windows Platform (UWP)
How to Add Constructor Parameters to a Widely Used Class Without Breaking Existing Code
**I have a class in a C# ASP.NET project that originally looked like this: ** public This class is used in many other places across the solution — hundreds of usages like this: var Now, I need to modify the constructor to accept a parameter (e.g., a…
Developer technologies | ASP.NET | ASP.NET Core
Windows Forms Application Icon suddenly shows as default icon or does not update color after KB5051989 update
Hi, Our C# Windows Forms Application icon (in the taskbar) suddenly shows as default icon or sometimes doesn't update its color (based on the customization) after installing the KB5051989 update. This has been working for 15 years, and the issue just…
Developer technologies | Windows Forms
How can I migrate the web app built using ASP.NET Web Forms .NET Framework 4.7.1 to .NET Core 8?
Can someone please help me out with the migration steps for upgrading the web app from ASP.NET Web Forms .NET Framework 4.7.1 to .NET Core 8. I tried to use .NET Upgrade Assistant, but is seems like this extensions doesn't supports for Web Forms. …
Developer technologies | ASP.NET | Other


ASP.NET Core Web API with Google Cloud
Hello Developer's, I'm builded a .NET Core Web API using .NET 8. And I'm interested to use Google Cloud Operation Suite for Logs Monitoring and Logging Purposes. Is there any references which I can follow and suggestions how to integrate .NET Core with…
Developer technologies | ASP.NET | ASP.NET API


Microsoft C++(Visual Studio) takes up space on C drive
Hi, when I use Microsoft C++ (Visual Studio), after a while it takes up space on drive C. Is there any way to clean it up?
Developer technologies | Visual Studio | Other
does Task.FromResult block the main thread.
"The Result property is a blocking property. If you try to access it before its task is finished, the thread that's currently active is blocked until the task completes and the" Does this apply to Task.FromResult or any others methods also?
Developer technologies | ASP.NET | ASP.NET Core

how to fix read-only files so that it's not read-only so I could transfer files to USB
I'm trying to transfer files from my file explorer to my USB. But, every time I'm trying to download it on Rufus or BalenaEtcher, it doesn't work because it always says in file explorer that I need to format the disk/driver as well as change the settings…
Developer technologies | Universal Windows Platform (UWP)
is there a way to share in-memory caching between two .Net Core Web APIs
My application right now needs to cache small amount of referenced data, but various data. Thinking of using in-memory Cache instead of REDIS or NCache. I hope this is a good decision. If I go with in-memory Cache and implement it, is it possible…
Developer technologies | .NET | Blazor
hello, sql server report not load after add content security policy header in my Asp.net mvc project
Hello, I am adding below line in my asp.net web project in Web.config file. 'SSRS dll not register in project' error show in report viewer After adding this line Content-Security-Policy: default-src 'self'; style-src 'self'; script-src 'self'…
Developer technologies | ASP.NET | Other
Trying to unblock macros for a powerpoint presentation and I get the following error
Developer technologies | Windows Presentation Foundation
Change default color settings bar .net MAUI
HI, I'm a begginer on platform .net MAUI and I would like to change the default color on the settings bar above the app : It's the .net MAUI purple by default. I would like it to be in white. I found a way to change it but I don't think…
Developer technologies | .NET | .NET MAUI
Java.Lang.RuntimeException
I am developing an application that gets access to my OneDrive and downloads certain files; at the moment it is only a draft, for testing purposes - for Android only. Here is a code snippet: try { //... // NOTE:…
Developer technologies | .NET | .NET MAUI

How to remove server from server explorer list in Visual Studio
I am sorry if the tag is wrong. I could not find a visual studio tag. The issue is that I have by mistake connected to my own pc as a 'Windows Server' and now it is showing up in the Server Explorer of Visual Studio 2022. I am able to view 'Event Logs',…
Developer technologies | Visual Studio | Setup
Can't publish ARM64 binary : GENERATEPROJECTPRIFILE : error : PRI180: 0x80070057
Hello; With Visual Studio 2019 Version 16.8.4, a WPF C++ Managed project, which I can successfully build, it fails to publish with error: error : PRI180: 0x80070057 - Target ARM64\Release\PackageUploadLayout does not exist error : PRI193:…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C++
What is the difference if any...?
I normally leave the framework headers arranged by the default template, and add all other headers after. For example, #include <vector> #include <algorithm> #include <iterator> follows #include "targetver.h" #define…
Developer technologies | C++
WPF Modal window not rendering title area on initial ShowDialog() until mouse move
I'm using .NET Framework6.0 and encountering a strange render issue in a custom WPF modal dialog. Environment: .NET FrameWork4.6 Windows: Windows 11 64-bit When I display a window using ShowDialog() in a button click event and the title are doesn't…