Question about changing executable name in VS.Net

  • Thread starter Thread starter LDD
  • Start date Start date
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
 

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