Hello
peter.lawton@blueyonder.co.uk,
Quote:
Ok, I've been struggling for a year or two to convert a VB5 program to
VB.2005 express.
First off... I feel your pain.
This is never an easy task and whilst many will say that you should rewrite,
this is not always an option.
Quote:
So- my questions are -
a) Can I speed up the IDE? The program is quite big with around 100
Forms. I can't seem to switch off syntax checking which is probably a
big slow-downer. Is the slowness because of the size of the program?
Are the express versions really suitable for a largish program?
They target the same dotnet versions as the full versions of the same IDEs
so they should work in many cases.
I would suggest copying your solution and trying just to see.
I'm not sure if they are nessecarily faster though.
Try turning of Tracking Current item in solution explorer (a quick search
should find you more info on that)
Turn off any toolbars you don't need. I have personally created a custom
toolbar with the 16 most used commands on it for myself and turned all others
off.
I understand that this reduces COM communications and provides some small
measure of speed increase. It certainly gains you more editor space.
Turn off and toolwindows you don't use. That includes things like tasks in
the lower part of the screen.
Perhaps break your project into multiple projects and choose to reference
by file rather than by project.
This will enable you to not load all projects at the same time and save you
some memory.
That said more memory is (almost) always Good. what hardware are you running
at the moment?
Are you running a fast Hard disk? Does one disk supply your pagefile and
you Applications/Data?
It is said that VS is a very IO intensive application.
Quote:
b) Can I switch to VB.2008 express and might this be any quicker? I
tried downloading VB.2008 express but everything crashed and I had to
re-install vb.2005 express. If I ever get it to install (perhaps on a
'clean' computer), will the VB.2005 program run under it? Are Vb.2005
and vb.2008 compatible?
I would definitly recommend moving to a VS2008 IDE from a VS2005 one.
I have not used Express editions in some time but I would wager that the
VS2008 one is far better than the VS2005 one simply by my own comparison
of VS2005Pro and VS2008Pro.
I'm not sure if any of this helps but it might
Good luck either way
--
Rory