Search

Crash when Adding ColumnDefinition in ItemTemplate by kingcomplex

Closed
as Fixed Help for as Fixed

0
0
Sign in
to vote
Type: Bug
ID: 731180
Opened: 3/14/2012 8:55:09 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Blend crash when adding ColumnDefinition in the Grid under ItemTemplate of ItemsControl.
Details (expand)

Product Version?

 

Blend for Visual Studio 11 Beta

Language?

C#

Issue Type?

Bug

Repro Steps? (N/A for Suggestion)

- Create a new C# project using .Net Framework 4.0
* Have to create a new project in VS as I cannot create it in Blend
- Change project to .Net Framework 4.0 Client Profile
* Somehow VS needs to restart since it cannot reopen the project
- Edit the project in Blend
- Add ItemsControl to the default Grid
- Create a new ItemTemplate with DataTemplate
- Add a Grid to the DataTemplate
- Add two ColumnDefinition
- Blend goes bub-bye D:
File Attachments
0 attachments
Sign in to post a comment.
Posted by staratrack11 on 9/11/2012 at 7:19 PM
AJ
Posted by Microsoft on 9/11/2012 at 6:54 PM
Hi, many thanks for filing this bug. Our apologies that you ran into this issue with the beta of Blend for VS.

A few of us here have tried the repros steps with the most recent build of Blend and it does not crash after creating the column definitions. I tried adding them via the artboard adorners and also hand-editing the xaml and nothing was amiss in either case.

Hopefully you're ok with my resolving this bug since it looks like we've fixed it since the beta.

Many thanks
Steve White (Blend Program Manager)
Sign in to post a workaround.