Welcome to irritatedVowel.com Sign in | Help

POKE 53280,0: Pete Brown's Blog

Silverlight, WPF, Woodworking, .NET Programming, CNC, Nature, and other topics.

Pete Brown writes on a number of topics including Silverlight, WPF, .NET, woodworking and working as a consultant in the DC area. On most forums, Pete goes by the name Psychlist1972. Pete has worked at Applied Information Sciences (AIS) since 1996 where he currently performs as a lead architect and project manager.

Subscribe to my feed

Add to Technorati Favorites
Applied Information Sciences - My Employer

Community Events




World Domination

who's online

Networks


View Pete Brown's profile on LinkedIn

AddThis Social Bookmark Button
Visual Studio 2008 and Silverlight 2 Beta 2 - Supported Versions

In response to a question at last Friday's Silverlight TechFest event, I said that I believed Beta 2 was supported even on Visual Studio Express.

I was incorrect. XNA supports Visual Studio Express (and I had been reading about XNA the night before), but Silverlight requires at least Visual Studio Standard. Standard is pretty reasonably priced at well under $300, but it isn't free.

For now, if you want to experiment with Silverlight, I suggest any of the following:

  • Purchase Visual Studio Standard or better
  • Download and use the 90 day trial of Visual Studio Standard or Professional

In addition, I recommend that you use the free Expression Blend 2.5 June preview. You don't get a code editor (which is necessary for any real work), but Blend can open and compile Silverlight sample applications that you download. Combined with the purchased or trial version of Visual Studio, you get a well-rounded design and development environment.

Scott Guthrie had the following to say regarding the eventual tooling support for Silverlight (emphasis mine):

"Today's VS Tools for Silverlight download requires VS 2008 Standard or higher, and doesn't work with the free VS express editions.

"Visual Web Developer 2008 Express SP1, though, will enable support for class library and web application projects.  Once the final SP1 release occurs this summer we'll update the VS Tools for Silverlight download to work with it as well - which will provide you with free VS tool support for Silverlight development."

So there will be a free developer solution for Silverlight in the future. Given that Scott said SP1 will be out this summer, the free 90 day eval version should bridge most or all of that gap. Hope that helps clear up any confusion.

  Add to Technorati Favorites
Posted: Monday, June 16, 2008 10:04 AM by Pete.Brown
Filed under: , ,

Comments

Nicole Charra said:

And what would you suggest to the people who have bought a French version of Visual Studio 2008 (Professional edition) and who cannot install the new Silverlight Tools Beta 2 because the KB950630 patch is for the ENU version only! Any suggestion to solve this (big) problem?
# June 16, 2008 12:03 PM

Juergen Jansen said:

Hallo Pete, when will Silverlight 2 Beta 2 supported the german Visual Studio 2008 Pro.
# June 16, 2008 1:03 PM

Pete.Brown said:

@Nicole, @Juergen I wasn't aware that the en-US version was the only version supported. I'll ask around and see if there's any answer.

Pete

# June 16, 2008 4:38 PM

Pete.Brown said:

Good news! Some or all of the international versions just shipped today. Here's a link to the french version: http://www.microsoft.com/downloads/details.aspx?FamilyID=50a9ec01-267b-4521-b7d7-c0dba8866434&displaylang=fr Pete
# June 16, 2008 9:30 PM

charlie said:

Just a reminder that Visual Studio 2008 Pro. is available for free for student as part of the dreamspark program, which I think is great! https://downloads.channel8.msdn.com/
# June 16, 2008 10:41 PM

Pete.Brown said:

@charlie, I had forgotten all about that. Thanks for the great reminder!

Pete

# June 16, 2008 11:02 PM

Community Blogs said:

Mino has a SL2B2 video player drop-in, Emil Stoychev on Custom Controls, Tamir Khason on a binding bug
# June 17, 2008 12:48 AM

Scott Kingery said:

So, this probably isn't really the place to ask this but.... I've done some vb programming in the past and I do lots of scripting type of work. Silverlight seems really exciting to me and I'd like to look into it from the development side. More for my own education than anything else at the moment. Anyway, I'm not really that familiar with .NET. I know you don't know my skill set but just, in general, can a non-.NET person have a chance at picking right up with Silverlight or should they go back a step and learn .NET first? Thanks!
# June 18, 2008 8:06 PM

Christopher Steen said:

Link Listing - June 18, 2008
# June 19, 2008 12:33 AM

Christopher Steen said:

Code Camps Code Camp San Diego [Via: ] Link Collections Dew Droplet - June 17, 2008 [Via: Alvin Ashcraft...
# June 19, 2008 12:34 AM

Pete.Brown said:

@Scott

Learning .NET is definitely something you want to do. However, you can just as easily learn .NET by working in Silverlight as you can by building an ASP.NET site, or a windows forms or a wpf application. I say pick up a good book (Laurence Moroney just released his book on Silverlight 2) and have at it!

When I moved from VB6 to .NET, I decided at the time to also switch to C#. I did it because C# was interesting, but more importantly, because I was changing syntax and I would be less likely to try and do things the old VB6 way. If you have any C/C++/Java/JavaScript in your background, you might consider the same. Otherwise, VB.NET is definitely a cool and fully functional language that you'll find pretty easy to understand.

Have fun, and welcome to .NET!

Pete

# June 19, 2008 11:46 AM

Michael Mitiaguin said:

This remark might be rhetorical, but breaking source code samples ( I mean various sources ) with each new version is disappointing. Probably 2 virtual Windows are needed to live with that. Ideally code authors are expected to update their source to be in sync with each new release. Specifically I am interested http://www.cookingwithxaml.com/meals/financials/source/SilverlightinFinancialsSource.zip
# June 20, 2008 12:10 AM

Pete.Brown said:

@Michael It's a pretty tall order to update code samples from release to release. That's one reason why blogs are great: the content is dated. :) As to the silverlight financials demo, the app has been updated to beta 2, you can run it from here: http://www.cookingwithxaml.com/meals/financials/ I'll check on the source code and when the updated version will be released. Pete
# June 20, 2008 9:16 AM

Marc Roussel said:

Heay good to knows that VS 2008 std is cheap but will Expression Blend 2.X will ? This is all about home programming and doing my own SilverLight web site at home. So Home I will not have to buy both at a cost which I hust want to do my stuff at home! And Sorry but I'm not a student any more but I'm not rich too ! Thank you
# June 21, 2008 8:50 PM

Monty said:

Is there a place where I can find the latest source code of http://www.cookingwithxaml.com/meals/financials/ that's compatible with Silverlight 2 Beta 2? I've downloaded http://www.cookingwithxaml.com/meals/financials/source/SilverlightinFinancialsSource.zip but it doesn't build.
# August 1, 2008 9:59 AM

Pete.Brown said:

@Monty

I'll check on it with Jaime Rodriguez and the team that put that app together. If I find anything out, I'll post it here.

Pete

# August 2, 2008 7:28 PM

Pete.Brown said:

@Monty and all Jaime just posted the new source here: http://www.cookingwithxaml.com/meals/financials/source/SIlverlightinFinancialsSource.zip Pete
# August 7, 2008 11:25 AM

Mike Crystal said:

MS has introduce a new technology to compete with Adobe Flash/Air called Silverlight 2.0/MFP. The only problem is, if you are a VB programmer, MS cares little about you jumping in at the onset of this technology for the sake of your livelihood. MS is only providing tutorials/webcasts/videos for C# programmers. This irratates me because it gives C# programmers an edge of VB in the marketplace. I have decided to quit MS and move over to Adobe and learn Action Script. I have long been fed up wit MS showing favortism to C# programmers and treating us VB programmers as *** step-children
# August 8, 2008 9:32 AM

Monty said:

Awesome thanks :)
# August 12, 2008 4:10 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Enter the text you see in the image:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS