0
votes
0answers
14 views

Visual Studio 2012 XAML designer doesn't seem to update

I seem to have a sudden issue with my XAML Designer view in VS2012, and a similar behavior in Blend as well. the view has stopped updating and I'm unable to see any changes immediately if I change any ...
2
votes
1answer
63 views

Why doesn't Blend 2012 allow me to create non-Windows store projects?

I also can't view the designer. It only shows me the the XAML with existing projects. Any ideas on how to fix this?
0
votes
0answers
27 views

Transfer code built in Blend to WPF Application code in Visual Studio 2012

I'm building a WPF project in Visual Studio 2012, I'm new at this technologi and I would like to assign a corner radius in all of my controls like textbox, password, buttons etc, I'm trying hard but I ...
1
vote
1answer
37 views

Animation for images to fly up from bottom of screen using VS blend

I am creating an app that will allow the user to click on images and then they will transform into something else, and the code to do that is below: private void Image_Tapped(object sender, ...
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
37 views

Linking two pages with a button in Blend

I'm using Blend for Visual Studio 2012 and I'm making a Windows Store App with XAML and C++. I've designed a variety of pages of content for my app and I have a user interface for the buttons and ...
2
votes
1answer
55 views

Blend opens with no Language and no version

Ihave installed Blend with VS 2012. While I am opening Blend I cannot select Language and Versions. There data is not available. How can I resolve the issue? Thanks in advance
0
votes
1answer
271 views

Asp.Net MVC 4 with Blend for Visual Studio 2012?

I haven't seen so far, but can you use Blend to create (shared) layouts in asp.net mvc 4?
1
vote
1answer
91 views

Blend 5 Visual State Manager

This question relates to VS2012 and Blend 5. What are the rules governing whether or not the visual state manager is available in Blend? I've always been able to access the visual state manager in ...
3
votes
2answers
965 views

Can I use Blend for Visual Studio 2012 to make regular desktop applications?

Everything I see pertaining to Blend for Visual Studio 2012 talks about making Window's store apps. Am I correct in assuming it can be used for regular desktop applications too?
2
votes
1answer
113 views

How do I switch between page edit mode and template edit mode in the Visual Studio 2012 design view?

When using the design view in VS 2012, if you right click on an element and select one of the templates from Edit Template or Edit Additional Templates, it takes you to a new view within the designer. ...
0
votes
0answers
63 views

Blend for Visual Studio shows all black artboard

I opened a Windows 8 project into Blend for Visual Studio, and the artboard is completely black. If I switch it to interactive mode, it shows everything just fine, but as soon as I turn interactive ...
1
vote
1answer
1k views

Creating Windows 8-like window in C# with Visual Studio 2012/Blend [closed]

I'd like to create desktop application which has Windows 8 style window(like GitHub for windows). AFAIK Blend allows only to make Metro(Modern UI) apps' layouts(am I wrong?).
1
vote
1answer
205 views

Expression Blend for VS2012

I have been developing in WPF using VS2010 for a few months now and have just upgraded to VS2012 Professional and noticed it comes with Blend for VS. Is this expected to replace GUI design in VS or ...
2
votes
1answer
133 views

Refresh design time datacontext in Blend

I'm using Blend 2012 and Visual Studio to design a Windows 8 app. I'm using the MVVM Light toolkit and I'm binding my ViewModels to the page's datacontext. On the viewmodel I use dependency injection ...
10
votes
1answer
3k views

Blend for Visual Studio 2012 - No design view

I have a normal WPF MVVM-Light application, that I tried opening in Blend (first time I used Blend for Visual Studio 2012 on my Windows 8 machine). However, I'm not able to open the Design View, ...
2
votes
2answers
2k views

Design view disabled in Blend + Sketchflow 2012

I have a project that was created in Blend + Sketchflow preview for Visual Studio 2012. It is a simple project as I am learning C# and WPF for the first time. I have two windows. A simple start screen ...
2
votes
2answers
2k views

VS2012/ Blend 5: Debugging an Exception (only) occurring in design view

I'm developing a Metro-style app (for Windows 8) using C# and XAML. I have set up my viewmodels to be used as design-time datacontexts, like so: xmlns:vm="using:hub.ViewModels" ...
8
votes
5answers
2k views

How to fix New Project empty list in Blend for Visual Studio 2012 RC?

I have just installed Visual Studio 2012 RC that come with Blend standalone version. When I start a new project the list is empty, there are no templates to choose from. Do you have any idea how to ...
3
votes
1answer
890 views

Blend For Visual Studio 11 get an error

Installed Windows 8 Consumer Preview Installed Visual Studio 2010 Premium Installed Visual Studio 11 Ultimate Everything installed without any errors. I created a new Windows 8 Metro app using ...