MonoDevelop blocks Visual Studio login on Mac OS - visual-studio-mac

I would like to switch over from Xamarin Studio to Visual Studio for Mac however I can't log in to my Visual Studio Enterprise account in Visual Studio for Mac. This means that I am using the community version which has various limitations. I am able to log with Xamarin Studio so it's not a problem with my account.
When I open Visual Studio I get the MonoDevelop starting page instead of the VS starting page. This means that I cannot see the 'Sign In' link, also the Account options are not available from the menu.
When I build I also get
Error: This project type requires Xamarin.iOS to be installed.
I'm not sure if this is related. Also when I try to create a new project it does not give me access to all of the project templates.
I am connected to the internet via Wi-Fi (because my mac does not have a network connection). It seems like VS thinks I'm not online.

Related

Visual Studio 2017 v15.9 Storyboard designer cannot connect to Mac while VS is connected to Mac

Visual Studio 2017 v15.9 on Windows 10 has apparently a new bug: the storyboard designer cannot connect to Mac. Previously in 15.8, the storyboard could connect and many features are working fine, however the ImageView could not work properly. After upgrading to to VS 2017 v15.9, the storyboard editor could not connect to Mac thus could not be opened, while VS is actually connecting to Mac and is able to compile and debug and deploy iOS app to simulators and devices.
I am having Mac Mini and xcode 10.1, but no VS for Mac. It is easy to replicate: just create a new Xamarin app with iOS project. After compiling and testing in simulators running in mac to prove things are OK, then double click on either LaunchScreen.storyboard or Main.storyboard created by scaffolding, then the designer tries to connect to Mac and end up with error message: "The iOS Designer requires an active connection to a Mac server. Please connect to a Mac to enable the designer.".
Now all my iOS apps work however I could not alter any storyboard. I don't like modifying the XML directly in a text editor.
I had spent hours researching solutions or hacks, so far no luck. Do you have some ideas? Cheers.
Here is a problem report that matches your bug description.
Visual Studio 15.9.2 has just been released, so try updating Visual Studio.
Here is a snippet of the Visual Studio 15.9.2 release notes:
Issues Fixed in 15.9.2
Xamarin iOS designer not working with 15.9 and Xamarin.iOS 12.2.1.10.

Xamarin Profiler not showing under Analyze tab in Visual Studio 2017

I recently downloaded the Xamarin profiler from here:
https://www.xamarin.com/profiler
and have been attempting to run performance testing for my iOS app.
However according to the Xamarin documents here:
https://developer.xamarin.com/guides/cross-platform/profiler/
I should be able to launch the Xamarin profiler by selecting it under the Analyze tab. Unfortunately it does not appear. This post stated they found it under their tools section:
https://forums.xamarin.com/discussion/95093/no-option-for-xamarin-profiler-in-visual-studio-2017
but it does not appear their either. From the start menu I can open the Xamarin profiler so I know it is installed properly on my machine. Also I have VS Professional 2017 on my machine as well.
How do I get the Xamarin profiler to appear under the Analyze or Tools Tab in VS? If not, is their a way I can launch the Xamarin Profiler from the start menu and run performance test for the iOS application?
Right click on Android solution > Select Android Options > Check the Enable developer instrumentation(debugging & profiling)
In Visual Studio Enterprise edition
The reason this would not work is because I have VS Professional installed not VS Enterprise :(

Xamarin studio - this project type requires Xamarin.Android to be installed

I have recently installed Win10, VS2017 Community and Xamarin Studio on my computer. My project is written in VS2017, and when I compile and run it on the device from VS2017 it all works fine, but when I open it in Xamarin studio, I get error "this project type requires Xamarin.Android to be installed". I installed monodevelop, gtk sharp, build tools fool. In Android SDK Manager I installed all I needed. Also, when I press "New solution" in Xamarin studio, it does not offer "Android project". None of the answers I found doesn't works for me. All of the above mentioned worked perfectly on Win7, except that that project was written in VS2015 Community! Need help. Thanks in advance!
I ran into this issue as well. I had been developing in Visual Studio 2017 and wanted to switch to Xamarin Studio for working on layouts, since the designer and AXML intellisense is so much better.
What I discovered is that I needed to install a seperate Xamarin.Android package. I downloaded it from this link https://store.xamarin.com/account/my/subscription/downloads. The universal installer didn't work for me; it only offered to install a remote iOS emulator, Xamarin Profiler, and Xamarin Workbooks, so I downloaded the separate installer and it cleared the issue up.
I came across this same error, and the search results brought me here. Unfortunately, the solutions above are now out of date.
I eventually solved my problem, by going to Preferences -> Projects -> SDK Locations -> Android. Where it immediately showed a popup "SDK needs repair". I had to leave it to download the necessary components.
FYI, Xamarin Studio is now Visual Studio for Mac.

Visual Studio 2015 Xamarin iOS menu disabled

I loaded Visual Studio Professional 2015
Version 14.0.25123.00 Update 2
Xamarin 4.0.3.214 (0dd817c)
Xamarin.Android 6.0.3.5 (a94a03b)
Xamarin.iOS 9.6.1.8 (3a25bf1)
However, when I bring up Visual Studio, the Tools/iOS menus items are disabled. The Android menu items ARE enabled.
Do you have installed Xamarin on a Mac and paired it to your Windows machine
Requirements & Installation
There are a few requirements that must be adhered to when developing for iOS in Visual Studio. As briefly mentioned in the overview, a Mac is required to compile IPA files, and applications cannot be deployed to a device without Appleā€™s certificates and code-signing tools. Also, the iOS simulator can be used only on a Mac.
Introduction to Xamarin.iOS for Visual Studio
Patience is a virtue. Eventually, the menu enabled itself while I was looking at a training video.
I got the same issue. When I installed Visual Studio 2017, first thing I did was to download an existing Xamarin project. When I checked the 'iOS' menu item in Tools it was all disabled.
After a restart of the system, I tried to create a new Cross Platform App (Xamarin). Once the solution is created, I got the following message and the iOS menu has Mac Agent option enabled.

How to choose SDK version Visual Studio 2013

I've Visual Studio 2013 installed on my Windows 8.1 machine. Also the Windows Phone 7.1, 8.0 and 8.1 SDK's are installed.
When I make a new project, Visual Studio automatically make it a Windows Phone 8.1 project, I don't get the "Choose Target-version"-screen.
How can I make a Windows Phone 8.0 project in Visual Studio 2013?
Thanks.
When creating a project using the New Project window of Visual Studio, choose one of the project types marked as Windows Phone Silverlight (for example, Blank App (Windows Phone Silverlight). These project types are listed below the "standard" Windows Phone projects.
When choosing a Windows Phone Silverlight project, you'll be presented the Target Windows Phone OS Version window that allows you to set the SDK version to 8.0.

Resources