I have a few custom project types where I want to force the user to check the "Create directory for solution" checkbox in the New Project Dialog. It seems that the DTE.Solution.FullName property is empty when this is unchecked. We have some downstream code that relies on that property in our wizard, so it's easiest to just ensure it's always non-empty. I can easily test for that condition and throw, but I was hoping there was a simple way to do something more elegant.
Thanks in advance.