Visual Studio Code – Why is debug not working on Visual Studio?
I'm just a begginer with C#, I wanted to start to code but when I try to debug my code, the debug part is not avaiable to be used, I'm not sure what's wrong with the app or if it's…
I'm just a begginer with C#, I wanted to start to code but when I try to debug my code, the debug part is not avaiable to be used, I'm not sure what's wrong with the app or if it's…
Typically when I implement an interface or write code for which usings are missing it is possible to press Ctrl+. (or right click and press 'Quick Actions and Refactorings...') to get a menu of suggestions on what can be done.…
I built a web app in Visual Studio 2019 .net that runs fine when hosted in IIS. The web app connects to a MySql server on my Synology NAS. I want to build a docker image for it to move…
I used ASP.NET to write a web page that accesses other websites to log in to the API, and it was successfully placed on my server, but when it was placed on the school's server to receive the token from…
I have these errors from files that I have not made any changed to. I have tried regenerating Visual Studio files. I also uninstalled/reinstalled Unreal engine and Visual Studio. I originally started with Visual Studio 2019 but when I started…
How do I view and integrate with GitHub issues using Visual Studio 2022? When connected to an Azure Repo, the VS Team Explorer window includes a "Work Items" view that shows open issues from Azure Boards. I can easily create…
When I use StreamReader` for some reason the file I use isn't read. can I get any help? I tried deleting the file and putting it in again but it didn't work
in visual studio 2022 in blazor project i have fake error in all element bind my project build and run and publish successfully ... but this error existed everywhere ... how i fix it ? Error : Severity Code Description…
I have Visual Studio Professional 2019, licensed, in a Windows Server 2019 virtual machine. I have moved a project from my computer to the server, but when debugging, the session variables are lost between methods; in my pc they were…
I have installed CR13SP33 x86 & x64 runtime and also installed CRforVS6413 and I am able to get crystalReportViewer on ToolBar, create ASP.NET with .net framework 4.8, and dragged the control to the aspx page. but on design view, I…