Silverlight in visual studio 2013 - c#

Is there a way to connect silverlight or silverlight tools to visual studio? Everything i download says.. Visual Studio 2010 or Visual Web Developer Express 2010 or Visual Phone Developer Express 2010 that matches the language version of Silverlight Tools 4 must be installed before installation of Silverlight Tools can continue. Silverlight Tools is available in other languages at http://go.microsoft.com/fwlink/?LinkId=177432.
The Visual Web Developer feature for Visual Studio 2010 must be installed before installation can continue.
But any tools i try and download say they are unsuitable. Does silverlight 4 or 5 not work with visual studios 2013, has anyone tried this and got it working?

Visual studio 2012 and 2013 comes with Silverlight 5 by Default,
You can create projects with Silverlight directly in Visual Studio 2012 RC. For more Visual Studio 2013 RC compatibility issues please refer to:
Visual studio 2013 compatability

Related

Upgrade Visual Studio 2008 for C# programming?

Visual studio 2008 has only basic projects in new project window as shown in the screenshot, Is there any way to add C# plugin to the visual studio. window Screenshot and
Version
It looks like Business Intelligence Development Studio special version of VS. Get normal VS. If you don't need 2008 beeter download VS 2015 eg free community version.

install visual studio 2013 after visual studio 2010

I need to instal Visual Studio 2013 after I already have instaled Visual Studio 2010. I develop nopCommerce v2.65 webshop application in Visual Studio 2010 and now I want to make new webshop in nopCommerce v3.5 for which I need at least Visual Studio 2012. I choose VS 2013.
Now I wonder if I will have some problems if I still continue developing nopcommerce webshop v2.65 in VS 2010 and the new one nopCommerce v3.5 webshop in VS 2013? Will new VS installation overwrite .NET 4 binaries?
Have anyone some experience with that? Have I take something into consideration?
Please help. Thank you.
You can target a specific binary by right clicking project and choosing framework. You should be fine with converting to VS 2013

Visual Studio Intellisense Icons available for download?

Hi I was wondering if the icons used in Visual Studio 2010/2012's Intellisense menu, to distinguish between Methods and Fields etc, were available for download somewhere?
They would be useful as placeholders for my current application I am developing.
The images are publicly available in the Visual Studio 2008 SDK under the following path:
VisualStudioIntegration\Common\Source\CSharp\LanguageService\Resources\completionset.bmp
I do not know what license the images are distributed under, as I have only used them as part of extensions for Visual Studio itself.
Edit: The images were distributed with the SDKs for Visual Studio 2005 and 2008, but are no longer included in the SDKs for Visual Studio 2010 or 2012.
Avalon Edit is open source and there may be images from that you can use:
https://github.com/icsharpcode/SharpDevelop/wiki/AvalonEdit
The images are the property of Microsoft and as such should not be used, I'm sure a quick google will point you in the direction of suitable images for use.
Visual Studio 2012 (and later)
For VS 2012 and later, you can download the icons from Microsoft's Visual Studio Image Library.
Visual Studio 2010 (and earlier)
According to their docs, earlier versions were bundled with Visual Studio, so you can be find them locally if you have VS installed:
Visual Studio 2005
...\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\VS2005ImageLibrary.zip
Visual Studio 2008
...\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip
Visual Studio 2010
...\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033\VS2010ImageLibrary.zip

How to add XNA Content Pipeline to Silverlight 5 in Visual Studio Web 2010 Express?

The Silverlight 5 XNA samples, I presume are built in Visual Studio Professional editions as when when opening them in Visual Web Express 2010 it cannot open the Content Projects.
NB: I have reported the issue here, so watch out for a resolution there.
How can I use the Content Pipeline for a Silverlight 5 application using Visual Studio 2010 express editions? Or if that is not possible - how can I at least use the ContentManager to import pre-built .xnb files?
(I have all the requirements, apart from Pro edition it seems, and can draw primitives. I can actually run the platformer sample so there must be way)
Microsoft XNA Game Studio 4.0 is not supported in the Microsoft Visual Web Developer 2010 Express product SKU. See the MSDN article from here, http://msdn.microsoft.com/en-us/library/bb203916.aspx, portions of which are copied here for your convenience.
Microsoft Visual Studio 2010
XNA Game Studio 4.0 Refresh leverages the Microsoft Visual Studio 2010
development environment, extending it for game development. XNA Game
Studio 4.0 Refresh works with any of the following Microsoft Visual
Studio 2010 products.
Microsoft Visual Studio 2010 Express for Windows Phone
Microsoft Visual C# 2010 Express Edition
Microsoft Visual Studio 2010 Professional Edition
To create or modify an XNA Content Project, Open the project in a supported edition of the Express SKU's.

Missing Siverlight templates in Visual Studio 2008

I have Visual Studio 2008 (sp1, .NET 3.5).
I have installed Silverlight 3 SDK and Silverlight 4 SDK beta + Sivelrlight toolkit.
I also have installed Windows Phone Developer Tools CTP that includes Visual Studio 2010 Express for Windows Phone CTP.
I have noticed that when i start a new project in VS2008 all the Silverlight templates are missing.
Any tip how to get them?
Thanx !
Sliverlight 4 integrates with Visual Studio 2010. You can currently get the Release Candiate of VS 2010.

Categories

Resources