How to work with silverlight 3.0 with visual studio 2008? - wpf

How to work with silverlight 3.0 with visual studio 2008?
Which version or service packs of visual studio should be installed to work with silverlight?
I installed silverlight toolkit july 2009 release but controls are not visible in visual studio 2008 RTM i.e. installed in my PC?

Scott Guthrie has a good rundown of what you need here: http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx
In short, the only thing you really need is the Microsoft Silverlight 3 Tools for Visual Studio 2008 but you might also get benefit from the Silverlight Toolkit which contains a bunch of additional controls. In terms of Visualo Studio, make sure you have SP1 installed first.

Related

Microsoft Sync Framework Toolkit with Visual Studio 2012

Microsoft Sync Framework Toolkit 4.0 October 2010 CTP was built on Visual Studio 2010. Has anybody tried to run this on Visual Studio 2012? If so, what changes did you have to make to the code?
a lot of changes, mainly around referencing the correct assembly due to the changes in .net 4.5 especially around XML and correcting the namespaces. but not much in terms of changing its behaviour

Ria Service(Silverlight 4 Tools) in Visual Studio 2012?

Having Visual Studio 2010 SP1, where everything is fine, I can create Silverlight Unit Test Project, RIA Services Class Library, etc
I installed Visual Studio 2012, then I'm creating a RIA Services Class Library when I noticed that don't exist 'Domain Service Class', neither Silverlight Unit Test.
What I need to develop RIA Services with Visual Studio 2012?
The Tools for Silverlight 5 get installed with Visual Studio 2012. May be you need to reinstalled the Tools for Silverlight 4 again.
You can check if your installation of Visual Studio 2012 supports Silverlight 4 by creating a new Silverlight Application project. In the dialog that pops up you can select (ComboBox) the Silverlight Version you want to use in your project.
See also this post for further reference.

No WPF/Silverlight in VS2012?

I have installed VS2012 on a windows 8 machine and surprisingly doesn't show any WPF or Silverlight option when I create a project.
Am I missing something here?! In fact, it is not the way it used to be in VS2010. I only can see it as template under Visual C# which again it is under Online.
Why is that?
You need to install "Visual Studio Express for Windows Desktop"....it's a different edition which has restored the WPF capability.
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
http://blogs.msdn.com/b/visualstudio/archive/2012/09/12/visual-studio-express-2012-for-windows-desktop-is-here.aspx
To help decide if it's got all the capabilities you need:
Limitations of Visual Studio 2012 Express Desktop

Silverlight Toolkit not available after the installation of Visual Studio 2010 Ultimate

I have installed Visual Studio 2010 Ultimate, I customized my installation(I stripped-down C++,J# because I didn't need it)..After the installation the SilverLight did not appear in the installed templates. Do I have to install SilverLight tools separately? Doesn't the VS 2010 Ultimate come bundled with silverlight tools?
I think you missed some option during customize installation, its come with Visual Studio 2010.
You can install separately silverlight tools also.
Probably you've missed something, I don't remember excluding silverlight toolkit during the installation. But my customized installation was successful.
Did you installed service pack 1 update for visual studio? If you didn't I would recommend you to check for Windows Updates.
In any case you can download the tools you need or for silverlight a clean install from here (silverlight get started) but the tools you need are the Silverlight 5 RC Tools for Visual Studio 2010 SP1

Where's the Events bookmark?

I've installed .NET 3.5 SP1 and I still dont't see the Events bookmark. The compiler was reinstalled few times, still without result. I have VS 2008 Professional Edition
I mean:
You say you installed .NET 3.5 SP1, but did you install Visual Studio 2008 SP1? From this KB article
The following new features in Windows Presentation Foundation (WPF) Designer
* Design time support for an Events tab
...
I had a similar problem when I didn't realize that event support in the designer was added in SP1.

Resources