Visual studio 2010 and expression blend 4

5267
8
09-01-2010 01:52 PM
ChrisBradberry
Occasional Contributor
Hey,

Does VS 2010 include expression blend, or are they separate products.  I thought that I saw somewhere that you no longer needed expression blend because visual studio 2010 had a visual interface for xaml.  Any insight on this?

Chris
0 Kudos
8 Replies
dotMorten_esri
Esri Notable Contributor
They are two different products. While it's true that VS2010 now have a much improved visual designer, it's no where near what Blend has to offer. It's kinda like comparing MS Paint to PhotoShop.
0 Kudos
BruceDodson
New Contributor II
Blend is not part of Visual Studio; Expression Studio is a separate suite.  VS2010 does include a basic design canvas for WPF / Silverlight, which might be adequate for some business-style applications (e.g. conservative look and feel, simple layout), but it's pretty limiting if you want to make a visually compelling RIA.

Likewise, Visual Studio is a far superior coding / debugging environment, although Blend does have a rudimentary source code editor for VB / C#.  If you have both products, they are loosely integrated via "Open in [product]" options on the context menus.  Blend can also leverage other editors through a generic "Edit Externally" right-click option (based on Windows file associations).

Right now I am trying out the free Visual Studio Express together with the 60-day trial of Expression Studio 4 Ultimate (which includes Blend) on a new system.  After I installed Blend, I reran the Silverlight API setup and got two new options to install the Esri templates in both Expression Blend and Visual Web Developer. (As for whether the templates work in both environments - well, on the VS side I am still plugging away, trying to sort out some broken dependencies. Meanwhile, on the Blend side everything just worked.)
0 Kudos
MelissaJohnson
Occasional Contributor II
I am trying to use VS 2010 Express with the Expression Blend trial also and am having trouble with using the templates.
Did you ever figure out what the problem was?  I downloaded FrostedTabs and Glass templates and neither one will work.  It keeps saying that I am missing an assembly reference and many other errors.  I also get "The name 'QueryDetailsDataGrid' does not exist in the current context".  I am going by the instructions on this link
http://help.arcgis.com/en/webapi/silverlight/samples/TemplateGalleryWeb/start.htm
Thanks...
Melissa
0 Kudos
RichardSyme
New Contributor II
Melissa,
Did you find a solution to your problem? I am getting the same symptoms.
Rich S
0 Kudos
MelissaJohnson
Occasional Contributor II
I actually ended up giving up on it and going with the Flex Viewer for now.
0 Kudos
DarinaTchountcheva
Occasional Contributor II
I have actually used both FrostedTabs and the Glass template, and after a little bit of troubleshooting they worked fine in both VS and Expression Blend.

It has been a while, and I forgot what I did, but here is a link to a thread that might help you resolve some of the problems that you have:

http://forums.arcgis.com/threads/11131-Using-Templates-from-the-Template-Gallery?highlight=frosted+t...

Good Luck!
0 Kudos
JMcNeil
Occasional Contributor III
Melissa and Rich S.

All you should have to do is open any template in VS or Blend. 

Under the Build pull down menu Select "Clean Solution".

Then under the Debug pull down menu select "Start Debugging".

That is it.  That is all you need to do.  The templates give errors when you first open them because there are a bunch of assemblies and stuff that are not built yet but the clean and then debug will build them and take care of it....your application will launch and you are on your way.
0 Kudos