Does anybody know how to get the property of the path for the assembly
currently being designed in the IDE?
How come System.Threading.Thread.GetDomain().BaseDirectory is null at
Designtime?
thx
-jsh
Chris - 02 Aug 2005 05:02 GMT
> Does anybody know how to get the property of the path for the assembly
> currently being designed in the IDE?
[quoted text clipped - 3 lines]
> thx
> -jsh
Application.StartupPath will give you the assembly being executed.
Chris