Advanced Forum Search Results
-
Thanks. But I did a rebuild on my project fairly quickly. And I just tried it now on a new project. And did a clean first per your email to see if that made a difference. But my system is being very stubborn about this. I'm just about to go the uninstall and re-install everything path.
-Gary
-
I used the converted project for over a day before this happened. And I have the same thing with projects created with SL3.
Where is it supposed to copy the output to the web project? I've just found the setting for creating the xap in the silverlight project. I wrote a bat file to copy the xap file to the web project's clientbin and ...
-
Today I started getting the above error because it can't find my xap file when launching the browser. It started doing this on an app that I converted from SL 2 the other day. But I checked a new empty SL 3 project that I made yesterday which used to work, and another that I just created to test this and they have the same problem as well. If ...
-
Did you try adding
ValueMemberPath="Key"
-Gary
-
Also, it seems to work fine if it's inside a CellTemplate, but not inside a CellEditingTemplate
-Gary
-
I have the same problem, only I have to work very hard to get the popup to ever stay up. My only difference is that I have different items sources for the datagrid and the combobox.
-Gary
-
I guess my good news is that I'm not alone. The bad news would be that there isn't an answer yet. Please???
-Gary
-
Yes. And I had to be setting the ColumnHeaderStyle with it instead of just Style.
Thank you.
-Gary
-
Blend is wonderful. Here is a nice style for TextBox that you can edit as you choose. I made this by going into Blend and editing the template for the TextBox. Very easy.
<UserControl.Resources>
<Style x:Key="CleanStyle" TargetType="TextBox">
<Setter ...
-
I just went back and did what you did and I get the same xaml as you, except for the class name, and it compiles fine. Still the only thing I can think of is that the version shouldn't be 1.0.0.0. If the Data control in the references is not 1.0.0.0, where is that coming from? Should be that 2.0.5.0.
I did get similar errors after converting ...