Finding Application path of VB .Net project 
Author Message
 Finding Application path of VB .Net project

hello

how to find out application path of  vb.net project .
In vb6 you can find out application path using app.path

thanks

Devesh



Mon, 04 Oct 2004 17:22:23 GMT  
 Finding Application path of VB .Net project

System.Reflection.Assembly.GetExecutingAssembly.Location


Quote:
> hello

> how to find out application path of  vb.net project .
> In vb6 you can find out application path using app.path

> thanks

> Devesh



Mon, 04 Oct 2004 22:29:41 GMT  
 Finding Application path of VB .Net project
Or:

Application.StartupPath


Quote:

> System.Reflection.Assembly.GetExecutingAssembly.Location



> > hello

> > how to find out application path of  vb.net project .
> > In vb6 you can find out application path using app.path

> > thanks

> > Devesh



Tue, 05 Oct 2004 09:55:13 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VB.NET - New Project - Form1.VB - ERROR: EnvDTR, or one of its dependencies, was not found

2. VB.NET: Steps for Converting a Windows .NET Application to a Web .NET Application

3. VB 6.0 project to VB.NET project ?

4. Referencing a C# project within a VB.NET project

5. .NET project locking/loading DLL created by other .NET project

6. Finding App Path in .Net

7. Couldn't find net path or user name

8. Html editing in a asp.net project using vb.net

9. Convertion of VB .Net project to ASP .Net

10. Finding the application path

11. Finding application path

12. Find path to application

 

 
Powered by phpBB® Forum Software