Xamarin and Visual Studio 2015 display Strange window - xamarin

I'm using Visual Studio 2015 with xamarin community version of "Startr". The MAIN XML does not display the application screen, but this:

I think you need to buy the Business edition of Xamarin to edit .axml files. There is a 30-day trial. Starter edition won't suffice.

Related

Xamarin templates missing in Visual Studio 2017 enterprise

I had Visual Studio 2017 community before and Xamarin templates were there. I installed Visual Studio 2017 enterprise and now I do not see Xamarin templates like:
BlankApp(Xamarin.form Portable) and BlankApp(Native shared)
I have repaired Visual Studio and also updates but still same. Please advise how to fix it if anyone got same issue.
There is some changes on VS 2017 15.6.4, click Mobile App(Xamarin.Forms), and click OK, A window will appear allowing you to choose a Share Project or a .NET Standard:
Here is about the Share Project, and here is about the .Net Standard.

Downgrade Xamarin from Visual Studio

I am having trouble with the AXML designer panel taking a long time to load. Per the advice here, I am trying to downgrade to Xamarin 4.1.2.18. Apparently this is easy enough when you are using the whole registered Xamarin account whatnot, but as I installed this through the Visual Studio 2015 Community Edition installer, I did not have to register for an Xamarin account, nor did I get to select a specific version of Xamarin to use. Has anyone successfully downgraded Xamarin from Visual Studio 2015 Community?

Is Xamarin free in Visual Studio 2015?

Currently I explore the Visual Studio 2015 RC and realized that Xamarin Studio is integrated into Visual Studio and its installer. My Question is: Is Xamarin from now on free in Visual Studio?
Updated March 31st, 2016:
We have announced that Visual Studio now includes Xamarin at no extra cost, including Community Edition, which is free for individual developers, open source projects, academic research, education, and small professional teams. There is no size restriction on the Community Edition and offers the same features as the Pro & Enterprise editions. Read more about the update here: https://blog.xamarin.com/xamarin-for-all/
Be sure to browse the store on how to download and get started: https://visualstudio.microsoft.com/vs/pricing/ and there is a nice FAQ section: https://visualstudio.microsoft.com/vs/support/
Yes, Xamarin is now free in Visual Studio
I asked the same question to Xamarin support team, they replied with following:
You can develop an app with Xamarin for commercial usage - there is no extra charge! We only require you to comply with Visual Studio's licensing terms,
which means that in companies of less than 250 employees with less than $1million USD annual revenue, you may use Visual Studio completely free (including Xamarin) for up to 5 developers.
However after you pass those barriers, you would need a Visual Studio license (which includes Xamarin).
Refer the screenshot below.
Visual Studio 2015 does include Xamarin Starter edition https://xamarin.com/starter
Xamarin Starter is free and allows developers to build and publish simple apps with the following limitations:
Contain no more than 128k of compiled user code (IL)
Do NOT call out to native third party libraries (i.e., developers may not P/Invoke into C/C++/Objective-C/Java)
Built using Xamarin.iOS / Xamarin.Android (NOT Xamarin.Forms)
Xamarin Starter installs automatically with Visual Studio 2015, and works with VS 2012, 2013, and 2015 (including Community Editions).
When your app outgrows Starter, you will be offered the opportunity to upgrade to a paid subscription, which you can learn more about here: https://store.xamarin.com/
Seems like now it's free for small teams and students, according to Scott Hanselman post https://twitter.com/shanselman/status/715568774418595840
https://visualstudio.microsoft.com/vs/pricing/
Visual Studio Community
FREE
A free, full-featured and extensible IDE for Windows users to create
Android and iOS apps with Xamarin, as well as Windows apps, web apps,
and cloud services.
Students
OSS development
Small teams
and
Xamarin Studio Community
FREE
A free, full-featured IDE for Mac users to create Android and iOS apps
using Xamarin.
Students
OSS development
Small teams
If you go to the visualstudio.com Visual Studio 2015 RC cross-platform and mobile apps page, then read and scroll to the bottom, it appears that Microsoft is including Xamarin, and upon installing it you do have, as James said, the Xamarin Starter edition. In 2015 RC go to Tools, Xamarin Account to see your Xamarin license. I do not know the limitations, or any expiration date, of this Starter Xamarin Account.
Still, I don't know about you, but the Visual Studio 2015 RC "Community" edition I installed expires in less than 180 days. (Check the Help menu, go to "About...", and click on your license status to check.)
Let's say Xamarin Starter edition is free, but Visual Studio 2015 "Community" has an expiration date. So the bigger question might be whether Visual Studio 2015 "Community" will be free.
Without Xamarin though, Microsoft is offering C++ tools for cross-platform development, but scroll down to the bottom of the page and you might be surprised or confused at the download link description.
Visual studio community edition is bundled with xamarin and which is free as well.
No, it only contains a free 30 day trial. But I think there would be a package if you buy Visual Studio + Xamarin.
Xamarin is now owned by Microsoft So it completely free to use on Windows and mac as well.
Yes, Microsoft announced that xamrin is now free with VS15 and other latest versions.
Visual Studio is now including Xamarin also. You can download Xamarin Studio but this link
Make sure to get the Community Edition. it's Free to use

Where is Xamarin Starter for Visual Studio 2013 Community?

Has Xamarin released their starter edition for Visual Studio 2013 Commmunity as described in their blog (http://blog.xamarin.com/microsoft-and-xamarin-expand-global-partnership)?
If you read through the second point on there about the Community Edition it says: This will be available in the coming weeks.
We have double the size already, but community edition support will be coming soon.
Unfortunately I cannot find it anymore but I read something that currently only Visual Studio 2015 is supported but that there will be 2013 support. I did not try it but you can give it a try. Go to Xamarin Starter and download it. It will be the same as the "trial version" but as I read on this page it should be the starter edition as long as you don't use any features that are not included in the starter edition. Look at the store to see the differences between the different versions.
Yes, Xamarin has released both starter edition and plugin for Visual Studio 2013 Commmunity.
You could download Xamarin by the link below or from their site:
xamarin.com/download

Code Map Missing Visual Studio

We just switched over to VS 2013 and I heard that you're supposed to be able to
generate code maps for your entire application. Awesome feature indeed, that could
get new developers on our project up to speed.
Watched a couple of tutorials, but when I tried to just right click on a method
in the application, the 'Show on Code Map' context menu is missing. In fact, I
can't find anything in VS that has anything to do with Code Maps.
My version:
Visual Studio Premium 2013
I tried installing Modeling SDK for Microsoft Visual Studio 2013, but that didn't do anything.
Anyone got any ideas?
You need Visual Studio ULTIMATE to create Code Maps.
http://msdn.microsoft.com/en-us/library/jj739835.aspx
This has changed for Visual Studio 2015 and Visual Studio 2017:
The Enterprise Edition allows creating code maps.
The Community and Professional Editions can open diagrams generated in other Visual Studio editions in read-only mode.

Resources