Expression Blend 4.0 - Automatically reload edited files?

I do a lot of editing between Blend and VS. VS has a great opportunity to "automatically reload modified files", so I don’t get any hints when I do some work in Blend and switching tools. Moving in the other direction, although I do not see the possibility for Blend to automatically download files when changing. Is there a way to get rid of this dialogue and always say yes?

+4
source share
1 answer

This is currently not possible. I can say that this was requested by many people, and the team is aware of this problem.

I know this is annoying, but you can stop the problem by closing the XAML files in Blend before editing (them) in Visual Studio. Requests appear only for open files, so when you return to Blend after working in VS for a while, it will not ask you. Then you can open the file and see the changes. This works both ways: since I usually do my XAML work in Blend, I try to save the XAML files in Visual Studio.

+1
source

All Articles