Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi Guys and Girls

 

Been using VB.NET for a couple of months now and I am finding that the executables are slow at executing. I have a fast machine so it isnt my machine.

 

Anyone else found this?

Posted
I find that it can take some time to run when debugging - but this would be due to .net compiling the code. Generally , though, on distributed apps I find it pretty quick - you may have a lot of activity in the load events that may cause the program to seem slow!

Visit: VBSourceSeek - The VB.NET sourcecode library

 

 

"A mere friend will agree with you, but a real friend will argue."
  • *Experts*
Posted

Running from in the IDE in Debug mode is tremendously slower than running from an EXE in Retail mode (what a user will experience). I felt this fear as well but I'd try out your program the way a user will experience it first and see if you have reason to worry.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
  • *Experts*
Posted
"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...