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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top