PC Review


Reply
Thread Tools Rate Thread

Can I speed up the DotNet application at all?

 
 
Zardoz
Guest
Posts: n/a
 
      24th Nov 2004
Hi,

I'm migrating a project from VC6 to VC7 and I'm astonounded at how
slowly everything happens. Intellisense takes a while, the context
help does its stuff eventually. I've got a 2.8 Ghz machine with loads
of RAM - more to the point it makes VC6 look speedy and responsive.

Any suggestions?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?QWlzaHdhcnlhZGFzYW4=?=
Guest
Posts: n/a
 
      25th Nov 2004
Yeah it is possible to precompile your MSIL into native code. This may
improve the performance of your application as the time taken for JIT
compilation of your functions by the CLR into native code at the first call
of each function is reduced. This may be accomplished by the use of a tool
called NGEN.EXE which accompanies with the .net Framework. This tool takes a
dll or exe as its target and produces the native code image of it and stores
it in a separate file. Actually this new native image also has the extension
..dll or .exe respectively and is always registered to the GAC whether your
application is registered to GAC or not. If you feel the application created
in .net has some performance hit you may opt for this NGEN.EXE. I think this
information may be helpful to you.

"Zardoz" wrote:

> Hi,
>
> I'm migrating a project from VC6 to VC7 and I'm astonounded at how
> slowly everything happens. Intellisense takes a while, the context
> help does its stuff eventually. I've got a 2.8 Ghz machine with loads
> of RAM - more to the point it makes VC6 look speedy and responsive.
>
> Any suggestions?
>

 
Reply With Quote
 
Ben Strackany
Guest
Posts: n/a
 
      26th Nov 2004
Yeah, Visual Studio is slow. Try defragging your hard drive, getting a
hyperthreaded CPU, & 1gb of ram. No joke. Also, if you're running a lot of
programs, that can slow it down. And if your project is huge, that will ofc
hurt the speed.

Plus, in VS, under Environment->General, uncheck Animate environment tools.
Also, hide/turn off dynamic help.

You can also adjust Windows XP & turn off a lot of the visual effects
(animated menus, fading in/out of dialogs, etc.), that may help.

There were some other things I did to VS to speed it up, but I don't recall
the rest...

--
Ben Strackany
www.developmentnow.com

<a href="http://www.developmentnow.com">dn</a>


"Zardoz" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I'm migrating a project from VC6 to VC7 and I'm astonounded at how
> slowly everything happens. Intellisense takes a while, the context
> help does its stuff eventually. I've got a 2.8 Ghz machine with loads
> of RAM - more to the point it makes VC6 look speedy and responsive.
>
> Any suggestions?



 
Reply With Quote
 
Michael Giagnocavo [MVP]
Guest
Posts: n/a
 
      26th Nov 2004
You might want to talk to product support services to see if there's
something in particular with your project or setup that's making things go
really slow. With lots of RAM (say, at least 512MB -- I use 1.5GB), you
shouldn't have perf problems, really.

--
Michael Giagnocavo
MVP
www.atrevido.net

>
> "Zardoz" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi,
>>
>> I'm migrating a project from VC6 to VC7 and I'm astonounded at how
>> slowly everything happens. Intellisense takes a while, the context
>> help does its stuff eventually. I've got a 2.8 Ghz machine with loads
>> of RAM - more to the point it makes VC6 look speedy and responsive.
>>
>> Any suggestions?

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
c# definitive explantion of dotnet JIT compilation please and how to speed up performace Peted Microsoft C# .NET 4 28th Jul 2008 12:31 AM
Call DotNet Application From Access - Cannot Release Dotnet Application Derek Hart Microsoft Dot NET Framework Forms 1 2nd Dec 2005 09:29 AM
Speeding up the .Net program (was Can I Speed Up the DotNet application...) Zardoz Microsoft Dot NET Framework 2 25th Nov 2004 01:33 PM
Re: launch application from dotnet R Ren Microsoft VB .NET 1 2nd Sep 2004 09:48 PM
What is the advantage to porting MFC application to pure dotnet application jeff Microsoft VC .NET 0 10th Dec 2003 11:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:11 PM.