Object Browser in Visual Studio for Mac? - c#

I can't for the life of me find the object browser on Visual Studio for Mac.
At first I thought it was under tools --> Assembly Browser, but all I see is a blank page.
Anyone else run in to this issue and solve it?
I am running: Visual Studio Community 2022 for Mac (Version 17.4.3 (build 21))

Related

Visual studio 2022 hangs on Debug.Launch()

Summary:
The problem is when I launch an app which has Debug.Launch() with a new instance of visual studio 2022 [17.4.3] or visual studio 2022 Preview [17.5.0 Preview 2.0] it hangs forever. Same for visual studio 2019 [16.11.22]. I originally had it in source generator [build time]. So then I tested it with a console application as well to see if I get the same result (which I do get).
Steps:
Create Console App.
Add the following lines :
#if DEBUG
if(!Debugger.IsAttached) Debugger.Launch();
#endif
Build the solution (in Debug).
Start exe from debug folder.
Try to open with new instance of visual studio 2022.
Visual studio hangs forever.
I also opened the following ticket.
Already tried the following:
Restart Pc
Deleted vs Folder
Repair Visual Studio (twice)
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Microsoft .NET Framework Repair Tool
Turn windows feature on or off => .NET Framework options turned off and back on (with restarting)
Restored pc-image to version when it was working => still fails
Copying folder to VM and installing latest Visual Studio 2022 and running it there. => Also fails
After installing an older version of visual studio (Visual Studio 2022 [17.3.6] Professional) I could open open the console.exe with Debug.Launch(). And the hanging was resolved.
Since you can't install an older community version of visual studio you need to install a professional version.
You can download it from here Microsoft release history.

Open Visual Studio Project in Terminal on Mac

My Visual Studio Preview has expired and I can't seem to get a new one for my app. Is there any way I can start it from my terminal without opening Visual Studio?
You can install Visual Studio Community to continue developing in it. When you have visual studio build tools installed, you can compile and run it through the console via msbuild.

Can not find one or more component. Please reinstall the application Visual Studio 2015

When I am going to open the open my SQL Server and Visual Studio 2015, It's showing
Can not find one or more component. Please reinstall the application Visual Studio 2015.
What should I do now? I have already reinstalled my application Visual Studio 2015. But nothing has changed. So can anyone please relief me form this error?

The "GenerateResource" task failed unexpectedly C# Windows Form and DevExpress

I had created some Windows Form projects in C# by visual studio 2015 using DevExpressComponents and there was no problem. But after a while I reinstalled windows and visual studio and tried to run those projects again. But this time I faced with the error:
The "GenerateResource" task failed unexpectedly.
The previous answers could not solve my problem.
After a while searching I got the point.
At first when I was writing codes with DevExpressComponents and Visual Studio 2015 just after installing Visual Studio 2015 I installed update 1 for Visual Studio, and then wrote my codes with that.
But after intalling a fresh windows and Visual Studio, I forgot to install update 1 for Visual Studio and tried to open codes which were using Visual Studio update 1 and DevExpressComponents with the Visual Studio 2015 that was not updated and the was the cause of this error.
When again I installed update 1 for Visual Studio I could easily open previous projects without any error.

Monogame 3.2 in Visual Studio 2013 doesn't work?

I've already edited the vstemplate file to change the version number from 11.0 to 12.0 like the answer to a similar question says on here, but that only makes Visual Studio crash after a create a Windows Store XAML Monogame project instead of giving me the version error. The project ends up getting created, but after I restart visual studio it doesn't want to open any of the source files even after I retarget the project to Windows 8.1. Im using visual studio 2013 express btw.
After a lot of problems, I found a better way of getting it to work.
First install Visual studio 2013 (or 2012, that will work too)
Download XNA 4.0 Refresh and install it
Download MonoGame 3.2 and install it
Then you can start using the MonoGame templates in Visual Studio without problems.
Haven't tried it for a Store app, but it fixed all my other problems with Visual Studio 2013 and MonoGame. I used Visual Studio 2013 Express for Desktop to test it.

Categories