Advanced Forum Search Results
-
Thank you for reporting this issue. Could you launch Blend.exe from a command prompt with the /ExceptionLog argument and gather the information you get in Notepad when Blend crashes?
blend.exe /ExceptionLog
If you find that this crash is sporadic, you can modify your shortcut settings so you always run Blend with this flag turned on, ...
-
If you can share out the file, we can investigate. Please feel free to email it to me directly at unnir at microsoft dot com if you cannot share it out.
Thanks,
Unni
-
This should work in Blend 3. What happens when you press Ctrl + J to force intellisense? Also, hoping that you are now using the Blend 3 Release Candidate.
Thanks,
unni
-
Yes, this assembly has now been renamed to System.Windows.Interactivity.dll and is installed with the Expression Blend 3 SDK. This is a breaking change so you will need to recompile any existing behaviors.
Also, the Blend forums are the appropriate location for Blend specific questions, where you can expect a faster turnaround time - ...
-
This is the right place to ask Blend questions:http://social.expression.microsoft.com/Forums/en-US/blend/threads
FWIW, support for range selecting of keyframes is coming shortly to Blend 3 - that should make it a little easier to select multiple keyframes.
Thanks,
Unni
-
That is not correct - any build (including the Blend 2.5 June Preview, Blend 2 SP1 Release Candiate, etc.) outside of the Blend 2 SP1 RTM is not supported by us. Please use the Blend 2 SP1 RTM download if you are interested in doing Silverlight 2 work inside Expression ...
-
What happens for a new project that you create in VS or Blend? Do you get the same experience?
What I am trying to figure out is that the project file contains some entries that setup the code-behind relationship. All of your problems seems to suggest there could be an issue there (since you say you are working with an existing solution, ...
-
Good feedback. Here is what our team had to say about this issue:When Blend reverses a Storyboard it does so one animation at a time. For each animation to be reversed, Blend looks to see whether there's a keyframe at time 0. If not then the animation is considered a handoff animation. When an already in-flight animation hands off to a ...
-
Could you please explain the exact set of steps I need to do with the attached XAML? Things seems to be working for me for the following that I tried:
a) try to select angle in the attached XAML
b) Copy the storyboard and reverse it (and then select angle). Playing the animation works as expected (at least to me).
Thanks,
unni
-
Blend 2 Sp1 now allows you to edit copies of custom control templates, provided Generic.xaml has been authored per recommendation.
Thanks,
Unni