Hi,
I have found an issue with Blend and solution files that have solution folders in them. When creating solution folders to organize your project files in a logical manner (eg all server side projects in one solution folder and all client side projects in another folder under the same solution FILE), and loading the solution in Blend, it complains that it does not support solution folders. Blend manages to load the solution properly with all relvant projects.
The issue comes in when you want to create events for a controls. I have chosen the Button control as an example. I drag a button on the xaml file, goto the events section under properties for the button. When i double click to create and open the method stub created for me on the click event, Blend complains that it cannot find the code behind file.
Removing solution folders resolves this issue. Dont know if it is a bug or not, but it would be nice to have Blend 'understand' solution folders within a solution file.
Regards