0
votes
0answers
15 views

Cannot use most Behaviors in Blend for Visual Studio 2012 (Windows Phone 8)

I can't seem to access most of the behaviors under "Behaviors" in Blend's Assets tab. When I first started the program, I had access to 6 behaviors, including GoToStateAction. I dragged and dropped ...
0
votes
1answer
35 views

Win 8 - customize each window opened from the home page(GridApp Template)

I've made an application with the Split App Template(similar to GridApp) in Visual C# for Win 8 Tablet. I have customized the entire home page having only 3 cells and it's fantastic! now i want to ...
0
votes
1answer
58 views

How do I do a <ContentPresenter>-like placeholder for a textbox <ControlTemplate>

I'm trying to setup a control template for a textbox and to bind data to it. The problem is the data is not coming through. I thought since I have a textbox tag within the <ControlTemplate> that ...
1
vote
1answer
64 views

Unhandled exception prevents me from opening a project in Blend 2012

I've been following a tutorial on the MS site and got to here: http://msdn.microsoft.com/en-us/library/windows/apps/jj129435.aspx When I switched back to blend I got a huge error of which I have no ...
1
vote
1answer
466 views

Navigating between Views in WPF MVVM

I am new to WPF and MVVM and am working on an application which has a few views. Right now I have a View(HomePageView) shown in the shellView's context. Now using a button in the HomePageView I want ...
2
votes
1answer
54 views

Blend 5 (preview) missing Platform/resolution tab for WPF?

Developing a WPF-application in Expression Blend for Visual Studio, I read that Blend now has the ability to emulate different resolution/dpi and orientations: ...
0
votes
0answers
130 views

Blend's Assets list is empty

Blend to Visual Studio 2012 have an empty assets list. Instead of items it shows a sendwatch coursor. I don't found any way to fix or restore it. I have tried to google but no result. UP: It seems ...
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 ...
1
vote
0answers
341 views

jQuery in windows 8 application (blend) doesn't work

So the problem we're having is the following. We need to make the <div id="navButtons"> disappear when we start scrolling the document. The same div should become visible after we've stopped ...
0
votes
1answer
127 views

Usercontrols XAML c# visual studio 11 windows developer preview

I would like to create my own User controls and insert them into XAML, I saw that it was possible to create in blend. But When i open my project C# on blend 5 i've an error : "The project XXX.csproj ...
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 ...
0
votes
2answers
162 views

How to make Visual Studio 2008 to load dynamically generated testpage from http://localhost/

I'm developing a small web application using Microsoft Silverlight 3. I'm using Microsoft Expressin Blend 3 for UI development and Visual Studio 2008 for "code-behind". When debugging the project from ...