L
LDD
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
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