PC Review


Reply
Thread Tools Rate Thread

conversion of proj from Vb to .NET

 
 
Amka
Guest
Posts: n/a
 
      27th Jan 2004
Hi

I have a project which I converted from Vb to Vb.NEt

But the system is running extremely slow. I have Intel PIII Processor , 256
MB RAM. Plz let me know if tehre is anything I can do to enhance the
performance of my system.

I know from MSDN that vs.net can run on p-II even, then why is the system so
slow?

Regards.


 
Reply With Quote
 
 
 
 
Peter van der Goes
Guest
Posts: n/a
 
      27th Jan 2004

"Amka" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> I have a project which I converted from Vb to Vb.NEt
>
> But the system is running extremely slow. I have Intel PIII Processor ,

256
> MB RAM. Plz let me know if tehre is anything I can do to enhance the
> performance of my system.
>
> I know from MSDN that vs.net can run on p-II even, then why is the system

so
> slow?
>
> Regards.
>
>

Please provide some details, Amka.
What, exactly, is running slowly? The Visual Studio .NET IDE, your solution
in the IDE, or your solution as deployed? What does your solution do? Is
database access involved, etc? Also, what speed CPU and what other hardware
is involved?
Without detailed information it's difficult to provide constructive
suggestions, except to say that if your concerns are about Visual Studio
..NET itself, an additional 256 Meg of memory will produce a noticeable
improvement, IME.

--
Peter [MVP Academic]


 
Reply With Quote
 
Jay B. Harlow [MVP - Outlook]
Guest
Posts: n/a
 
      27th Jan 2004
Amka,
In addition to Armin's comments.

Remember there are things that you would do in VB6 to improve performance
that may actually hurt performance in VB.NET.

The following articles provide information on writing .NET code that
performs well.

http://msdn.microsoft.com/library/de...anagedcode.asp

http://msdn.microsoft.com/library/de...anagedapps.asp

http://msdn.microsoft.com/library/de...vbnstrcatn.asp

http://msdn.microsoft.com/library/de...tchperfopt.asp

http://msdn.microsoft.com/library/de...tperftechs.asp

Hope this helps
Jay


"Amka" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi
>
> I have a project which I converted from Vb to Vb.NEt
>
> But the system is running extremely slow. I have Intel PIII Processor ,

256
> MB RAM. Plz let me know if tehre is anything I can do to enhance the
> performance of my system.
>
> I know from MSDN that vs.net can run on p-II even, then why is the system

so
> slow?
>
> Regards.
>
>



 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      27th Jan 2004
Hi Amka,

Herfried K. Wagner says often he uses a PII 350 (I do not know if that is
changed)

So tell us something more what is the slow part?
Maybe we can help you then.

Cor
>
> I have a project which I converted from Vb to Vb.NEt
> But the system is running extremely slow. I have Intel PIII Processor ,

256
> MB RAM. Plz let me know if tehre is anything I can do to enhance the
> performance of my system.
>



 
Reply With Quote
 
Amka
Guest
Posts: n/a
 
      28th Jan 2004
Thanks Peter. I have even tried with extra RAM, it did not help. I have
given the details here. Plz see the reply to Cor.

"Peter van der Goes" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Amka" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi
> >
> > I have a project which I converted from Vb to Vb.NEt
> >
> > But the system is running extremely slow. I have Intel PIII Processor ,

> 256
> > MB RAM. Plz let me know if tehre is anything I can do to enhance the
> > performance of my system.
> >
> > I know from MSDN that vs.net can run on p-II even, then why is the

system
> so
> > slow?
> >
> > Regards.
> >
> >

> Please provide some details, Amka.
> What, exactly, is running slowly? The Visual Studio .NET IDE, your

solution
> in the IDE, or your solution as deployed? What does your solution do? Is
> database access involved, etc? Also, what speed CPU and what other

hardware
> is involved?
> Without detailed information it's difficult to provide constructive
> suggestions, except to say that if your concerns are about Visual Studio
> .NET itself, an additional 256 Meg of memory will produce a noticeable
> improvement, IME.
>
> --
> Peter [MVP Academic]
>
>



 
Reply With Quote
 
Amka
Guest
Posts: n/a
 
      28th Jan 2004
> In addition to Armin's comments
I did not find any response by Armin. Appreciate if you look into the
details of my issue,as given to Cor.

"Jay B. Harlow [MVP - Outlook]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Amka,
> In addition to Armin's comments.
>
> Remember there are things that you would do in VB6 to improve performance
> that may actually hurt performance in VB.NET.
>
> The following articles provide information on writing .NET code that
> performs well.
>
>

http://msdn.microsoft.com/library/de...anagedcode.asp
>
>

http://msdn.microsoft.com/library/de...anagedapps.asp
>
>

http://msdn.microsoft.com/library/de...vbnstrcatn.asp
>
>

http://msdn.microsoft.com/library/de...tchperfopt.asp
>
>

http://msdn.microsoft.com/library/de...tperftechs.asp
>
> Hope this helps
> Jay
>
>
> "Amka" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi
> >
> > I have a project which I converted from Vb to Vb.NEt
> >
> > But the system is running extremely slow. I have Intel PIII Processor ,

> 256
> > MB RAM. Plz let me know if tehre is anything I can do to enhance the
> > performance of my system.
> >
> > I know from MSDN that vs.net can run on p-II even, then why is the

system
> so
> > slow?
> >
> > Regards.
> >
> >

>
>



 
Reply With Quote
 
Amka
Guest
Posts: n/a
 
      28th Jan 2004
Sure Cor. Actually I converted this project from VB to VB.NET
Now as I open this project by clicking to any form in the solution's
explorer, it takes considerable amount of time to open the form. After the
form is opened, the pointer is still as the hourglass for a long time.So the
issues are showing up in the design time itself. Do we have some settings
here that could be changed accordingly to enhance the system's performance,
like the InterOp, or debugger, or any background process that might be
having a direct link with the performance? Please help. Also, I must mention
that the application is pretty huge with around 120 forms and class modules
put together.
Regards.


What we would ideally like is to know if there are any settings in .NET IDE

which would result in a performance hit. Would there be any settings ( like

referrring to InterOp DLLs) which could be turned off or for that matter

turned on which would help us.

Also would there be any background process running ( like a debugger or so)

which may reduce the speed. We have noticed that even after a file is

opened in design/code view, the mouse pointer is still in the hourglass

mode which typically indicates that there are some background processes

running.




"Cor" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Amka,
>
> Herfried K. Wagner says often he uses a PII 350 (I do not know if that is
> changed)
>
> So tell us something more what is the slow part?
> Maybe we can help you then.
>
> Cor
> >
> > I have a project which I converted from Vb to Vb.NEt
> > But the system is running extremely slow. I have Intel PIII Processor ,

> 256
> > MB RAM. Plz let me know if tehre is anything I can do to enhance the
> > performance of my system.
> >

>
>



 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      28th Jan 2004
"Amka" <(E-Mail Removed)> schrieb
> > In addition to Armin's comments

> I did not find any response by Armin.


Heeellooo, I am over here in the vb.net group ;-) .... hmm, he/she can't
hear me..

> Appreciate if you look into the
> details of my issue,as given to Cor.


I don't see a reply to Cor.


--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      28th Jan 2004
Hi Amka,

Are you using 2002 or 2003 because 2002 I remember me now is starting much
slower than 2003.

Cor


 
Reply With Quote
 
Cor
Guest
Posts: n/a
 
      28th Jan 2004
Hi Armin,

I am angry about something, I think you hear it probably this week.

This is the message to me,
My answer is about 2002 and 2003

Sure Cor. Actually I converted this project from VB to VB.NET
Now as I open this project by clicking to any form in the solution's
explorer, it takes considerable amount of time to open the form. After the
form is opened, the pointer is still as the hourglass for a long time.So the
issues are showing up in the design time itself. Do we have some settings
here that could be changed accordingly to enhance the system's performance,
like the InterOp, or debugger, or any background process that might be
having a direct link with the performance? Please help. Also, I must mention
that the application is pretty huge with around 120 forms and class modules
put together.
Regards.


What we would ideally like is to know if there are any settings in .NET IDE

which would result in a performance hit. Would there be any settings ( like

referrring to InterOp DLLs) which could be turned off or for that matter

turned on which would help us.

Also would there be any background process running ( like a debugger or so)

which may reduce the speed. We have noticed that even after a file is

opened in design/code view, the mouse pointer is still in the hourglass

mode which typically indicates that there are some background processes

running.




 
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
vba proj fi.or.jp.de Microsoft Excel Programming 2 16th Dec 2009 03:17 PM
NDS to AD Conversion Proj Plan In Disguise Microsoft Windows 2000 Active Directory 2 21st Aug 2006 08:07 PM
C++ and C# in same proj Pohihihi Microsoft C# .NET 6 10th Feb 2006 10:06 PM
Proj too big? Help! Tina Microsoft ASP .NET 7 9th Jun 2005 09:58 PM
conversion of proj from Vb to .NET Amka Microsoft VB .NET 23 30th Jan 2004 09:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:13 AM.