Question about changing executable name in VS.Net
- From: "LDD" <largedoubledouble@xxxxxxxxx>
- Date: Tue, 24 Jan 2006 19:40:58 -0500
Hi Folks
I changed the name of the executable that gets created for my project.
Once I change the name, it takes a really long time (several minutes) to
actually load from both VS.Net and running the exe outside of VS.Net
It seems to sit on the following line, where I check for duplicate
instances.
If
(UBound(Diagnostics.Process.GetProcessesByName(Diagnostics.Process.GetCurren
tProcess.ProcessName)) > 0) Then
Any ideas why this would happen?
thanks
LDD
.
- Follow-Ups:
- Re: Question about changing executable name in VS.Net
- From: Cor Ligthert [MVP]
- Re: Question about changing executable name in VS.Net
- Prev by Date: Re: What is the correct case convention for Set?
- Next by Date: Re: "Global" Class Library: Best Practices?
- Previous by thread: What is the correct case convention for Set?
- Next by thread: Re: Question about changing executable name in VS.Net
- Index(es):
Relevant Pages
|