Guys I'm new with Unity and I'm getting this error and I can't fix it. Why is the code line not signed?? NullReferenceException: Object reference not set to an
Does anyone know how to solve this problem? I have a solution with multiple projects, including: 2 Class Libraries, 1 REST API server, 1 Web server, 2 REST API
I have a .NET WebApi and an MSTest Project that contains the integration tests to call the API via HttpClient. Because I did not find a way how to let the MSTes
Context Viusal Studio 2019, Windows 11 .NET 5.0 Winforms Project I have a VB.NET application with 3 form backgroundimage depending on working environment (Produ
I'm working with Visual Studio 2013. When I need to know what types the compiler deduced for my template parameters, I usually trigger a compiler error like thi
I have a large .NET project in C # that includes 78 library projects and one MVC project. Most of the projects are related and have been used in the MVC project
I have a problem Where I cant make my program automatically read the given file path inside the .dat and be ready to launch the program when pressing launch fil
I have some .Net6 WinForm application that supposed to run PowerShell script via System.Management.Automation package Version="7.2.2". This app works fine. For
Is there any way to customize the color of variables in Visual Studio and not change the whole theme. For example: Is it possible to change variable's color to
I have a .Net standard project called PrivateSales with a Dockerfile that looks like this #See https://aka.ms/containerfastmode to understand how Visual Stu
In Visual Studio you can collapse/expand all regions with Ctrl+M+O / Ctrl+M+L But is it possible to collapse/expand only regions with the arbitrary name? #pragm
I am new to ASP.NET Core MVC, and I'm trying to develop a popup modal for Edit and Create. The create popup works, but when it comes to edit I can't get the id
I've read all the related answers on stackoverflow. Reportviewer never fills up. There is data but it does not show
I'm trying to let user to change the phone number of specific company user entered and displays the new information to user Currently, when I click the change b
Visual Studio (I'm using 2019, but all versions do it) adds these ellipsis all over the place (sometimes on every single line!) with suggestions on how to impro
I have some separated solutions in my hard disk. And I have configured my Visual Studio 2022 like this: But one of them (the oldest one) does not follow the co
I have a C# solution containing many projects (DLL and EXE projects) and decided to centralize the Output folder so that Visual Studio builds all projects to on
I have Microsoft Visual Studio Professional 2022 and Microsoft Visual Studio Community 2022 installed on my notebook. Microsoft Visual Studio Professional 2022
I have this pointer in a class: std::array<std::array<std::array<Item*, XSize>, YSize>, ZSize>* Items; In the constructor: Items = new std::a
I created this in Styles.xml <style name="Content.Right"> <item name="android:paddingTop">60dp</item> <item name="android:paddingLe