Visual studio 2015 - Azure Mobile Service project template not found - asp.net

I can't find Azure Mobile Service Project template in my visual studio 2015 express edition. And I have just updated the Azure SDK to 2.8.1 but still not getting the template. I can see the azure mobile app template so is it the same one?
Screenshot of vs2015
please help me !!
Thanks,
Ravi.

You may resolve this issue by re-installing/Update the setup.
Restart the setup for VirtualStudio2015. Preview and select the required components to install.
After this you may see everything you want. You know, it's always better to select the features under 'Optional features to install' if you want to get what you want.

Related

ASP.net Core Web Application Template is missing

I am trying to follow this tutorial: https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start
However, when I get to the Create a Razor Web App section, there is no template in my install of VS2017.
I have both the .net core and asp.net and web dev workloads installed. Where have I gone wrong?
Open Visual Studio (assuming its 2017) and go to: Tools > Extensions and Updates
Click "ASP.Net and web development", then select the appropriate Individual Components in the right hand pane. You'll find components such as ".Net Core 2.0 Development tools" and ASP.Net web development tools"
Have you got the latest update for your Visual Studio installation?
Head to Add or Remove Programs
find Visual Studio
Click Modify
Allow the installer to update
Install any updates that are missing
On top of that, do you have the latest version of the .NET Core SDK?
It seems I had an OS issue that caused updates to fail. Have rebuilt the PC and all working as expected now. Very much a sledgehammer approach, but this was something fundamentally wrong with the installation.

Prism template pack for Visual Studio 2017 for Mac

I've searched all over the internet to no avail. Is there a visual studio Prism template pack for Visual Studio v7.0.1 for Mac?
The closest I've seen to this template is for Xamarin Studio which is not compatible with the new Visual Studio.
No there is not currently a template pack available for VS4Mac. It is something that is being discussed, and will likely get visited once we get the v7.0 preview released. You can track the issue here.
While it's not exactly something that's currently integrated with VS or VS4Mac you can use the dotnet templates available here. They do work cross platform, currently from the dotnet cli, but the VS team is working on integration for all of the templates for both VS2017 and VS4Mac.
You can now install the Templates on VS4Mac. Go to Visual Studio => Extensions, select the Gallery tab, click the Repository drop-down, and select Manage Repositories and add https://prism.azureedge.net/main.mrep
Then on the search bar, you can look up for prism and install the template.

Visual Studio 2015 missing emulators

I have VS2015 and VS2013 installed side-by-side. In VS2013 I have a list of emulators to start my app and it works awesome.
But VS2015 only has device in the list. How do I add the phone emulators to Visual Studio 2015?
UPDATE:
After playing around some more I've dug up some new findings.
Creating a new universal JavaScript project has the same issue
Creating a new universal C# project DOES show a list of emulators.
This worked for me!
Although I had CoreCon\12 and vs2015.3 instead of CoreCon\11 and vs2012
Maybe you could fix this issue by deleting this folder
C:\Users\\AppData\Local\Microsoft\Phone Tools\CoreCon\11.0
Then open VS2012 again.
If not repairing is always recommended
original post : no-emulator-lists-to-deploy-windows-phone-app
Rerun the installer. Make sure that the desired options are checked (probably either Windows Phone 8.1 Emulator or Microsoft Visual Studio Emulator for Android, you don't say which emulator you are interested in). If in doubt, just check everything.
If you had unloaded your start project, it may not be your start project anymore after reloading. So do a right click -> Set as Startup Project and then hopefully the emulators will reappear.

Windows Phone 8 Debugging-Error using MVVM-Light portable in Express-Editions

this is my first post her on stackoverflow. My english isn't so good, so i hope you understand my issue.
I'm using the Express-Editions of Visual Studio 2013 (Desktop, Web, Windows-Apps) and the Express Edition of Visual Studio 2012 for Windows Phone.
I created a Solution in Web-Developer 2013, created a class library and changed the project-file like mentioned in this post: https://stackoverflow.com/a/8146504/2912109
So now i have a portable class library in my solution. I followed the instructions in this tutorial:
http://blog.tattoocoder.com/2013/01/portable-mvvm-light-move-your-view.html
So in the solution there is a portable class library containing "MainViewModel" and "ViewModelLocator" class. After that i opened the vs 2012 express for windows phone and opened the solutions, add a wp8 project and did the steps mentioned in the tutorial.
In the designer i can see the "Hello"-Message on the MainPage.xaml. But when i try to debugg the wp8 project, i get an error that's saying something like this:
"There is no network connection to 169.254.70.217:8016 anymore. Debugging was canceld".
Anybody an idea what i could try to get this running? Or isn't it possible to run this with the different express editions of visual studio?
i have found the solution. :-)
The problem was, that in the Windows Phone project there was a wrong version of Microsoft.Practices.ServiceLocation.dll. The MVVM-Light Package by default installed there the v2.0 version of the dll. In the MVVM Light PCL project by defaukt it was the v4.0 version. So i changed the reference in WP8-project to the v4.0 and now it's debugging.
So if someone else runs in the same problem as me, here is the solution.
Greetings,
Daniel.

The custom tool 'msdiscocodegenerator' failed

I get this error when attempting to reference a Web Service in my Compact Framework application. Hunting through Google seems to indicate it's a common occurance, but there's been no useful suggestions as to what causes it, and how to fix it. I can successfully access the web service from a WinForms application by adding a Service Reference but the CF project only has the Web Reference option.
I am running Visual Studio 2008 on Vista.
Has anybody actually solved this problem after encountering it?
Thanks
Bill
Maybe yes... I forget as it was over a year ago. I needed to use a WCF service (presented as a web service) on CF 2.0 device. But I had issues with generating the wrapper.
What I think I did in the end was do it on the desktop and then copy that generated code into the device project. I had to remove a few bits to get CF compatability but it worked in the end.
Sorry for being so vague but my memory is like that sometimes. :)
This issue has been identified as BUG from Microsoft and fixed in latest version of visual studio. you can install VS 2013 and try. It was working properly after I upgrade my Visual Studio to 2013 version.

Resources