How to Open a Solution from a Custom VS2010 Start Page
问题 I'm writing a custom WPF Start Page for VS2010. I have it displaying a list of common solutions used by me in a View. Now, I want to open the Solution in VS when selected. Any ideas? I'm looking at the DTE stuff, but having very little success. Before I dig too deeply, is DTE the right way forward, or is there another way? 回答1: I found the solution. In the Utilities class generated by the Visual Studio Template there is the following static method: public static DTE2 GetDTE(object dataContext