Thanks Ed. That's what I was looking for. I guess once I have that, I can
use IO.DirectoryInfo to get me the parent directory (Common7) the combine it
with Tools, then I can get the parent's parent's directory and combine it
with "SDK\v", the framework version (also pulled from the registry [with the
"v" removed]), and "\bin"

Signature
Any help is appreciated.
Thanks in advance.
WALDO
> In addition to Dustin's suggestion, I suspect he meant DTE.FullName, you
> can also pull this from the registry. Just look for the InstallDir value
[quoted text clipped - 9 lines]
>
> This post is 'AS IS' with no warranties, and confers no rights.
Dustin Campbell - 08 Jun 2006 18:25 GMT
> Thanks Ed. That's what I was looking for. I guess once I have that, I
> can use IO.DirectoryInfo to get me the parent directory (Common7) the
> combine it with Tools, then I can get the parent's parent's directory
> and combine it with "SDK\v", the framework version (also pulled from
> the registry [with the "v" removed]), and "\bin"
Note that you can also use Environment.Version to retrieve the current .NET
Framework version.
Best Regards,
Dustin Campbell
Developer Express In