WebSharper VSIX does not install on Visual Studio 2013 Ultimate? - websharper

I have Visual Studio 2013 Ultimate installed on my machine and I tried to install WebSharper project templates using provided VSIX. However I see nothing, the VSIX just starts and exits, nothing happens.
I tried installing other VSIX, both directly and from Extension manager and they all worked without any problem.
Could you please advise what might be a problem in my case? I have Visual F# 3.1 installed via VSIX and working.

Related

Unable to Install Visual Studio 2013 on Computer with Visual Studio 2015

I have a Windows 8.1 computer with Visual Studio Community 2015 installed and no other version of Visual Studio. I want to install Visual Studio Community 2013 because this is required to use C++ with Unreal Engine 4. But I get
this error message when I try to install.
So I restarted my computer, and the same error message still shows up. I have tried installing from an executable from the Visual Studio webpage, and from a button in Unreal Engine 4 that opens the Visual Studio 2013 installer. What could be the problem? Thanks.
From memory, you're supposed to be able to install multiple versions of visual studio, provided you install them chronologically.
Make a backup.
Then try uninstalling VS 2015. Then installing VS 2013, then re-installing VS 2015.
Better yet, do this in a virtual machine.
- Additionally; A virtual machine will allow you to install VS 2013 in isolation, so that you won't need to uninstall VS 2015.

Visual Studio Installation Failing

Previously I have Visual Studio 2012 Ultimate version in my system. Its is working fine.
Later I am trying to install 2013 also but it is not installing properly and giving error message like attached image.After that VS2012 also is not working properly. Then I tried to Install Vs2012 also again. But this installation process also giving same error. I can not able to upload image due to reputation.
This is the exact error:
"Visual Studio Core Fetures Fatal error during installing.
Microsoft Visual C++ 2012 Core Libraries Package failed.
Microsoft Visual C++ 2012 Microsoft Foundation Class Library Package failes."
Please help me to install visual studio 2012 & 2013.
Because Visual Studio requires many components to be installed, and if they are not, VS will install them. However, when you uninstall VS, it will not remove these components automatically because it does not record which component is installed by it and which exists before VS is installed. Other applications might need these components to work.
When you uninstall VS2012, you really only remove VS itself. Then you try to install VS2013 and meet an error, and that may be the problem. To make things worse, you did not clean uninstall VS2013 either, which caused the later errors when you try to reinstall VS2012.
You may as well try to clean uninstall VS 2012 and the same goes for VS 2013, just some Google work.
I hope this will help you a little.

How to install Xamarin for Visual Studio 2015 when Visual Studio 2013 is installed too?

I install both Visual Studio 2013 and 2015. I need install Xamarin for VS 2015. But I can't do it because by default it's installing for VS 2013.
I think the link below may assist you:
first, uninstall everything related to xamarin.
second, open vs2015 and create new andriod project
third, when project is created you'll see instructions to downloading xamarin.
Download the xamarin installer for vs2015, install it, after installation - open vs2015 and see the newly added projects.
http://www.infragistics.com/community/blogs/blagunas/archive/2014/11/14/installing-xamarin-for-visual-studio-2015-preview-side-by-side-with-visual-studio-2013.aspx

How do I use TypeScript within Visual Studio 2013?

I am looking to use TypeScript within Visual Studio 2013. For some reason, however, I cannot create a project. Instead, Visual Studio only allows me to be directed to a web page which tells me to install a plugin.
After I've installed the plugin, as well as rebooting my computer a few times; still no dice.
Uninstall all typescript items from Programs and Features in your control panel. Then reinstall this plugin : http://www.microsoft.com/en-us/download/details.aspx?id=34790
Make sure visual studio is closed throughout uninstall/install process. After the install start visual studio.

WP7 Installed and Templates Not Available in Visual Studio 2010

I have Visual Studio 2010 Ultimate installed. I installed all tools listed here.
When I create a new project in Visual Studio, I don't see anything about Windows Phone or XNA anywhere. I've tried reinstalling the tools. I've tried doing devene.exe /InstallVSTemplates following this.
Am I missing something here?
Update: I did have VS2010 SP1 installed before I installed the WP7 developer tools.
I was able to fix this by doing the following:
Uninstall everything related to Visual Studio 2010
Install Visual Studio 2010
Install the WP7 developer tools
Install VS2010 SP1
What I found was, when installing the WP7 developer tools, if VS2010 SP1 is installed, the tools installer doesn't find VS2010 and the plugins/templates don't get installed.
If there is a way to fix this without doing a reinstall, I'd love to know.
I did in this way:
goto the folder Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Silverlight for Windows Phone\
change the name folder 1033 to 2052
ran devenv.exe /InstallVSTemplates
start visual studio 2010, I found those templates are available but I got errors when try to create project form them .
So I changed the folder name back to 1033 and ran devenv.exe /InstallVSTemplates again.
Hi All,
I solve this problem as follows:
I'm creating a new project (silverlight for windows phone, for example) in Visual Studio Express.
Closing Express edition.
Open created project in my Ultimate edition! :)

Resources