Windows Azure SDK not found by Visual Studio 2012 - asp.net

Following the Windows Azure tutorial for deploying an ASP.NET MVC app. http://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/
ALSO NOTE: The following is a version of this question with images. http://imgur.com/z99gTuE. I think the images help make the question much clearer. However, as I do not have more than 10 reputation points, I am unable to add more than 2 links or display images.
How do I get Visual Studio 2012 to find the Windows Azure SDK that I installed? A similar question was asked on stackoverflow (titled unable-to-create-windows-azure-project-in-visual-studio-2012), but the suggested solution was a total reinstallation of Visual Studio. Is there a faster and less invasive solution? Or on the other hand, why does VS 2012 and Windows Azure screw up installation so much (this is not the first time I've been prompted to reinstall everything)?
I am following the Windows Azure tutorial for deploying a ASP.NET MVC app. In the "Set up the development environment" section, the tutorial prompts the user to install the Windows Azure SDK. I installed the Windows Azure SDK.
Continuing with the tutorial, in step 7a of the tutorial, I am instructed to "Add Windows Azure subscription." However, when I click the "Add Windows Azure subscription" link, I am notified that there is a "Missing Component" because the Windows Azure SDK for .NET cannot be found.
How do I fix this issue without uninstalling and reinstalling Visual Studio 2012 and Windows Azure SDK all over again (as suggested in the stack overflow link above).

Related

Azure .Net WebApp Deployment Failed but it works locally on VS

I am new to .Net and Unable to understand some weird behaviour with Azure.
I am trying to publish a .Net Project to Azure Web App. And It is throwing very silly errors. I assume thats becoz of new C# version.
Here is the log file.
Use Case 1: When trying to build from Visual Studio Team Services and then deploy using Continuous delivery Works.
Use Case 2: When trying to publish directly using Visual Studio using App Service profile and it works.
Use Case 3: When trying to deploy through repository that is hosted at Visual Studio Team Services. And it fails and thats the error.
Any lead will be helpful.
Do let me know, if the information provided is not enough.
To compile C# 7.0 code, we need msbuild 15 installed. Currently, msbuild15 is not enabled on Azure Web App.
For Use Case 1 and 2, the C#(7.0) code is build on your development side on which
Visual Studio 2017(msbuild 15) is installed.
For Use Case 3, the code will be complied on Azure Web App, so it will throw errors.
Microsoft engineers are in the process of building these tools for Azure, they should be out soon. you could stay updated on github

Visual Studio 2015 Community version

there is a problem.
I've instaled VS 2015 Community version. I wanted to open the project from another computer and there is a problem with it.
Error:
1. Could not find SDK "SQLite.WP81, Version=3.12.2".
Warnings:
1. The referenced component 'SQLite for Windows Phone 8.1' could not be found.
2. Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed
project and projects that depend on it, have been disabled.
What should I do to work on this project on this computer ? How can I download missing SDK ?
P.s. Im going to work on widnows Phone application.
Thx for help!
Your project is missing SQLite For Windows Phone 8.1 library. Download an updated version of SQLite.WP8.1 here https://visualstudiogallery.msdn.microsoft.com/5d97faf6-39e3-4048-a0bc-adde2af75d1b.
Install it and relaunch Visual Studio.
Further information, including complete documentation, may be found at the official web site "http://www.sqlite.org/".

Could not find SDK SQLite.WP80 Xamarin and Azure build error

I am building an Azure app with Xamarin.Forms in Visual Studio 2015. My app is happily using both "Azure Mobile Services SQLiteStore" and "Windows Azure Mobile Services" in the Android and iOS builds. However, I am trying to get the same to build and run on WinPhone with little luck. I have tried various things, but typically end up with the following error:
Could not find SDK "SQLite.WP80, version=3.8.7.2". C:\Program Files
(x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets 1886
5 MyApp.WinPhone
Does anybody have a reliable set of instructions for getting Azure Mobile Services SQLiteStore operational on WinPhone 8.0 ?
In my case I had 2 problems
The reference to the SQLite for Windows Phone was missed in the WindowPhone App
As InitLipton said it's necessary to install SQLite for Windows Runtime depended on the windows phone version you are using (In my case was WP Runtime 8)
here are links of the runtime SDKs
WP Runtime 8
Windows Runtime 8.1

asp net VNext and older visual studio versions

I am trying to convert my current asp net application to an ASP.Net vnext application and I am trying to figure out if we have have to use Visual Studio 15 or visual studio 14 ctp 3 for vnext to work? Will it work in visual studio 12 or 13?
I found this link
http://blogs.msdn.com/b/dotnet/archive/2014/08/18/try-out-the-new-releases-net-framework-vnext-asp-net-vnext-net-native-and-ryujit.aspx
and I haven't heard any updates.
If you want to use Visual Studio, you need Visual Studio 2015 and CTP6.
Good news is, you can have VS2015 installed side by side with 2012 or 2013 with no problems. (really!) And if you are not yet familiarized with the command line tools, I do highly recommend to install vs2015.
For migrations, there's some documentation in the workings on the Docs repo.
check this out : https://github.com/aspnet/Docs/blob/master/docs/migrating/migratingfrommvc5/migratingfrommvc5.rst
this is just one, there are a few more doc pages on that repo that might help you to get started and see which changes should be made and how to apply one by one.
Unfortunately the documentation is not finished and there's not much about it, so be prepared to have patience because you will be migrating and learning a new stack in the process.
Microsoft team has been very active and helpful in all channels (twitter, SO, github, etc) so, you can at least get help if you find a block.
The tooling for ASP.NET 5 is only available for VS 2015.
However, you can build and run ASP.NET 5 applications outside of VS using the command line tool and other editors.

Unable to connect to ASP.NET development server error visual studio 2010

When I am trying to run my asp.net project it is giving me error as:
"Unable to connect to ASP.NET development server error."
It was working well one day ago, but after I uninstalled and re-installed Visual Studio, now it is showing me Error in visual studio.I have no idea about this error please help me in this regard. Any help regarding this will be strongly appreciated.
Even I faced this problem. while installing the visual studio 2010 we need to install IIS component.Follow the steps for installing "IIS 6 management capability".
1.goto control panel>>Turned windows features on or OFF>>
2.Internet information services >> web management tools>> check out checkbox (IIS management console)

Resources