Designtime path

  • Thread starter Thread starter jsh02_nova
  • Start date Start date
J

jsh02_nova

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
 
jsh02_nova said:
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

Application.StartupPath will give you the assembly being executed.

Chris
 
Back
Top