473,511 Members | 15,581 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why is running in the IDE so slow

I have an App that takes maybe 10 minutes in the IDE but when I run the .exe
directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks
Nov 21 '05 #1
19 1363
Are you doing a lot of data-processing in the routine and do you do a lot of
debug.write or trace stuff in it?

Chris

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #2
Are you doing a lot of data-processing in the routine and do you do a lot of
debug.write or trace stuff in it?

Chris

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #3
Hi,

No; there's something wrong. I typical app that takes, say, 15 seconds to
load in the ide, will load in Windows - same pc - in about 3 seconds. But
no way 3 seconds v 10 minutes.

Bernie Yaeger

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #4
Hi,

No; there's something wrong. I typical app that takes, say, 15 seconds to
load in the ide, will load in Windows - same pc - in about 3 seconds. But
no way 3 seconds v 10 minutes.

Bernie Yaeger

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #5
10 minutes/ 3 seconds to do what?

If you create a brand new VB.NET project, no controls, hit Run, it takes 10
minutes to display the window?

Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the ..exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #6
10 minutes/ 3 seconds to do what?

If you create a brand new VB.NET project, no controls, hit Run, it takes 10
minutes to display the window?

Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the ..exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #7
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a certain
thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #8
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a certain
thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks

Nov 21 '05 #9
And the "thing" is??

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks


Nov 21 '05 #10
And the "thing" is??

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks


Nov 21 '05 #11
Nak
Hi,

So that means that the applications main form appears okay quickly?
Some solutions of mine that have setup projects in them take a while to
compile if I am compiling all 3, do you have any setup projects in the
solution? How many projects *do* you have in the solution?

Nick.

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a
certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks


Nov 21 '05 #12
Nak
Hi,

So that means that the applications main form appears okay quickly?
Some solutions of mine that have setup projects in them take a while to
compile if I am compiling all 3, do you have any setup projects in the
solution? How many projects *do* you have in the solution?

Nick.

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a
certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks


Nov 21 '05 #13
Thanks for the replies.

The problem is not in the loading or compiling of the program since the
program works well except when I cause it to perform a certain function.

I just hoped someone would know something like xxx is much slower when
executed in the IDE then in straight windows.

I think there is much listbox reading, string formatting, and picturebox
text drawing it the problem function. (It's a problem function only in the
IDE!)

Of course these happen whether in the IDE or straight Windows.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a
certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks


Nov 21 '05 #14
Thanks for the replies.

The problem is not in the loading or compiling of the program since the
program works well except when I cause it to perform a certain function.

I just hoped someone would know something like xxx is much slower when
executed in the IDE then in straight windows.

I think there is much listbox reading, string formatting, and picturebox
text drawing it the problem function. (It's a problem function only in the
IDE!)

Of course these happen whether in the IDE or straight Windows.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a
certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain
thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks


Nov 21 '05 #15
You "think"? Did you write the code?

Comment out suspect code, and recompile, or put in run-time logging...

Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:uK**************@TK2MSFTNGP15.phx.gbl...
Thanks for the replies.

The problem is not in the loading or compiling of the program since the
program works well except when I cause it to perform a certain function.

I just hoped someone would know something like xxx is much slower when
executed in the IDE then in straight windows.

I think there is much listbox reading, string formatting, and picturebox
text drawing it the problem function. (It's a problem function only in the
IDE!)

Of course these happen whether in the IDE or straight Windows.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a
certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks



Nov 21 '05 #16
You "think"? Did you write the code?

Comment out suspect code, and recompile, or put in run-time logging...

Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:uK**************@TK2MSFTNGP15.phx.gbl...
Thanks for the replies.

The problem is not in the loading or compiling of the program since the
program works well except when I cause it to perform a certain function.

I just hoped someone would know something like xxx is much slower when
executed in the IDE then in straight windows.

I think there is much listbox reading, string formatting, and picturebox
text drawing it the problem function. (It's a problem function only in the
IDE!)

Of course these happen whether in the IDE or straight Windows.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
Thanks
A little more info:
It's not the loading that takes time.
I "Start" the app in the IDE and it acts OK until I cause it to do a
certain thing.
This take a while but when that completes it acts OK.

Same process in Windows and it only take a short while to do that certain thing.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:u9**************@TK2MSFTNGP11.phx.gbl...
I have an App that takes maybe 10 minutes in the IDE but when I run the
.exe directly in windows it take maybe 3 seconds.

Is that to be expected?
Thanks



Nov 21 '05 #17

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:O7**************@TK2MSFTNGP10.phx.gbl...
You "think"? Did you write the code?
Yes

Comment out suspect code, and recompile, or put in run-time logging...

It's a big app.
Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:uK**************@TK2MSFTNGP15.phx.gbl...
Thanks for the replies.

The problem is not in the loading or compiling of the program since the
program works well except when I cause it to perform a certain function.

I just hoped someone would know something like xxx is much slower when
executed in the IDE then in straight windows.

I think there is much listbox reading, string formatting, and picturebox
text drawing it the problem function. (It's a problem function only in
the
IDE!)

Of course these happen whether in the IDE or straight Windows.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
> Thanks
> A little more info:
> It's not the loading that takes time.
> I "Start" the app in the IDE and it acts OK until I cause it to do a
> certain thing.
> This take a while but when that completes it acts OK.
>
> Same process in Windows and it only take a short while to do that certain > thing.
>
> Thanks
>
> " Just Me" <gr****@a-znet.com> wrote in message
> news:u9**************@TK2MSFTNGP11.phx.gbl...
>>I have an App that takes maybe 10 minutes in the IDE but when I run the
>>.exe directly in windows it take maybe 3 seconds.
>>
>> Is that to be expected?
>>
>>
>> Thanks
>>
>
>



Nov 21 '05 #18
It's a big app, and you're just testing it NOW? Did it ever run ok?

Surely you tested it along the way...

Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:O0**************@TK2MSFTNGP15.phx.gbl...

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:O7**************@TK2MSFTNGP10.phx.gbl...
You "think"? Did you write the code?


Yes

Comment out suspect code, and recompile, or put in run-time logging...


It's a big app.
Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:uK**************@TK2MSFTNGP15.phx.gbl...
Thanks for the replies.

The problem is not in the loading or compiling of the program since the
program works well except when I cause it to perform a certain function.
I just hoped someone would know something like xxx is much slower when
executed in the IDE then in straight windows.

I think there is much listbox reading, string formatting, and picturebox text drawing it the problem function. (It's a problem function only in
the
IDE!)

Of course these happen whether in the IDE or straight Windows.

Thanks

" Just Me" <gr****@a-znet.com> wrote in message
news:ep**************@TK2MSFTNGP15.phx.gbl...
> Thanks
> A little more info:
> It's not the loading that takes time.
> I "Start" the app in the IDE and it acts OK until I cause it to do a
> certain thing.
> This take a while but when that completes it acts OK.
>
> Same process in Windows and it only take a short while to do that

certain
> thing.
>
> Thanks
>
> " Just Me" <gr****@a-znet.com> wrote in message
> news:u9**************@TK2MSFTNGP11.phx.gbl...
>>I have an App that takes maybe 10 minutes in the IDE but when I run the >>.exe directly in windows it take maybe 3 seconds.
>>
>> Is that to be expected?
>>
>>
>> Thanks
>>
>
>



Nov 21 '05 #19
It was always slow in the IDE.

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:ut**************@TK2MSFTNGP10.phx.gbl...
It's a big app, and you're just testing it NOW? Did it ever run ok?

Surely you tested it along the way...

Jeff
" Just Me" <gr****@a-znet.com> wrote in message
news:O0**************@TK2MSFTNGP15.phx.gbl...

"Jeff Dillon" <je**@removeemergencyreporting.com> wrote in message
news:O7**************@TK2MSFTNGP10.phx.gbl...
> You "think"? Did you write the code?


Yes
>
> Comment out suspect code, and recompile, or put in run-time logging...
>


It's a big app.
> Jeff
> " Just Me" <gr****@a-znet.com> wrote in message
> news:uK**************@TK2MSFTNGP15.phx.gbl...
>> Thanks for the replies.
>>
>> The problem is not in the loading or compiling of the program since
>> the
>> program works well except when I cause it to perform a certain function. >>
>> I just hoped someone would know something like xxx is much slower when
>> executed in the IDE then in straight windows.
>>
>> I think there is much listbox reading, string formatting, and picturebox >> text drawing it the problem function. (It's a problem function only in
>> the
>> IDE!)
>>
>> Of course these happen whether in the IDE or straight Windows.
>>
>> Thanks
>>
>>
>>
>> " Just Me" <gr****@a-znet.com> wrote in message
>> news:ep**************@TK2MSFTNGP15.phx.gbl...
>> > Thanks
>> > A little more info:
>> > It's not the loading that takes time.
>> > I "Start" the app in the IDE and it acts OK until I cause it to do a
>> > certain thing.
>> > This take a while but when that completes it acts OK.
>> >
>> > Same process in Windows and it only take a short while to do that
> certain
>> > thing.
>> >
>> > Thanks
>> >
>> > " Just Me" <gr****@a-znet.com> wrote in message
>> > news:u9**************@TK2MSFTNGP11.phx.gbl...
>> >>I have an App that takes maybe 10 minutes in the IDE but when I run the >> >>.exe directly in windows it take maybe 3 seconds.
>> >>
>> >> Is that to be expected?
>> >>
>> >>
>> >> Thanks
>> >>
>> >
>> >
>>
>>
>
>



Nov 21 '05 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2300
by: Edg Bamyasi | last post by:
This Is A Late Cross Post from comp.lang.python. It seems the mistery is deeper then i expected. What is the running time of conactination on character strings. i.e. >> joe="123" >>...
2
2225
by: fritz | last post by:
Trying to get at mysql. I installed mysql on two separate machines and am unable to access either one. On the first I couldn't put it on C: because that was a limited DOS drive. So here is the...
0
1789
by: Scott | last post by:
Hi, I'm having a problem with a new machine running Mysql version 4.0.18 on the AMD64 version of Mandrake 10.0. The new machine has got 64bit AMD processor and 2GB of RAM. Nearly all...
0
387
by: Imran Aziz | last post by:
Hello All, I have developed an ASP.net application using the latest beta release (version 2 beta 2)of dot net using Visual studio .net express edition. I have been testing the application using...
4
2638
by: Sara T. | last post by:
Do we have the way to run my web page at the first times that is not SLOW ? I realize that comes from compiling to machine code at the first times. But there could have some way to recompile...
1
1740
by: Ben Fidge | last post by:
Can anyone shed some light on why compiling and running web-apps is so slow in VS2005. I have a solution with 3 web-apps, 20 or so library projects and several winforms apps. All in all it totals...
5
2292
by: writeson | last post by:
Hi all, I'm wondering if anyone has tried a scenario that I'm thinking of. At my job we've got a web based product provided by Apache running PHP that accesses MySQL. This web application is...
0
1144
by: Kim HM | last post by:
Hi, I have created an ASP.NET page that creates a big GridView. On some computers it shows the grid fast, on some it takes up to a minut. All running IE 6. If I try it in Mozilla it works...
1
2567
by: Octoryia | last post by:
Our company has an access front end database that is used by 30+ people all day, five days a week. The issues that we are running into include the database running extremely slow, not responding, and...
4
2720
by: plaguna | last post by:
My computer is very slow when some Windows applications are running. I defragmented and fixed bad sectors of the C: drive, I deleted open and running applications through regedit, I removed all the...
0
7144
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7427
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7512
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5671
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3227
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.