Starting .net applications

  • Thread starter Thread starter Srinivasulu
  • Start date Start date
S

Srinivasulu

Hello All
I have a problem with running .net applications, when I double click on
the exe, there will not be any response for abt 1 to 2 minutes
and then my exe starts running and this behaviour is not same in all
systems. In some systems it runs immediately.

Any idea what the system is doing for so much time or is the time spent in
initialising the framwork if so how can we
optimise it??

thanks in advance
Srinu!
 
I have a problem with running .net applications, when I double click on
the exe, there will not be any response for abt 1 to 2 minutes
and then my exe starts running and this behaviour is not same in all
systems. In some systems it runs immediately.

Any idea what the system is doing for so much time or is the time spent in
initialising the framwork if so how can we
optimise it??

I've never encountered that problem but it was reported several times.
People claim that it is caused by the lack of 'ASPNET' user in WindowsNT
user list (should be created by .net framework).

so, if you use Windows NT (2000 or XP) try to add a user named ASPNET and
set first&last name to 'aspnet_wp account'.

if you still have problems, try to search the group archive to find more
info about 'ASPNET aspnet_wp account'.

I hope this helps,
Wiktor Zychla
 
Hi
is other application running fine? can u chk other
application performance. when u running .net application
can u chk from task manager to which process consume more
memmory and effects on performance. then u can conclude
any thing. pls try this chk

kapil
 
Back
Top