Tagged Questions
0
votes
0answers
24 views
Getting Blend 4 to open VS 2012 instead of 2010
I have configured Blend 4 to use Visual Studio to create and edit event handlers. Visual Studio 2012 Ultimate is installed on the computer. But when Blend attempts to open Visual Studio, it tries to ...
0
votes
0answers
77 views
Blend error “the name xx does not exist in the namespace yy” - but works fine in Visual Studio
So I've been working on a WPF project with Visual Studio 2010 for awhile. I'm using several class library projects with WPF controls that I wrote. Today I opened the solution in Blend for the first ...
1
vote
2answers
133 views
Stop StoryBoard from been launched at project startup
I've created a project in Visual Studio and I opened it in Blend so I can do some animations.
I've created two animation using the StoryBoard and associated every animation to a different button (in ...
0
votes
1answer
53 views
silverlight's design in MVC shows only on Visual Studio and not Blend
I've added a new silverlight application to my MVC solution.
I've entered some code into the MainPage.xaml and App.xaml, and it seems fine in VS.
However, when I want to see and edit it in Blend I ...
3
votes
1answer
285 views
WPF 4 Embedded Fonts cause SLOW VS2010 Builds
After upgrading our VS2008 Project to VS2010 we found that VS would take 60 seconds before it appeared to actually begin building our project.
With VS 2008 our Project would build in 3 seconds.
I ...
0
votes
2answers
1k views
Integrating the Blend design into Visual Studio 2010
I am a student & am newly introduced to the Microsoft Blend.
Its something really impressive & makes me design happily.
But I am facing a problem: Its fine about the designing part but what ...
0
votes
1answer
398 views
0
votes
2answers
86 views
What is Blend? and what is its relation to WPF? [duplicate]
Possible Duplicate:
WPF Applications: Visual Studio vs. Expression Blend
I was starting to learn WPF then i saw on youtube that someone used microsoft expression Blend to make some UI and ...
0
votes
1answer
264 views
Creating a Custom Silverlight Designer in WPF
I need to create a designer for Silverlight in WPF and I’m thinking of a few options
Use a WebBrowser control,
display the content there and
communicate Silverlight using the
JavaScript Bridge. Not ...
3
votes
1answer
271 views
prevent blend from adding a startupURI to application?
Is there some trick that is known to tell blend to stop trying to set a startupURI in my app.xaml? I googled but didn't see anything so I figured I would ask here.
I use a startup routine and ...
16
votes
3answers
8k views
WPF Applications: Visual Studio vs. Expression Blend
I am a bit confused on how Visual Studio 2010 and Expression Blend 4 operate together. If I want to create a WPF application, should I start it in Expression Blend 4? If so, then how does Visual ...