473,738 Members | 10,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Slow .NET

I have VS 2005. It works very slow.I have centrino 1,5 processor, 512 MB ram
and hdd 4200 rpm. What I need to change or upgrade, ram or hdd or processor?
Dec 21 '06 #1
5 1186
It could be a combination of all of them to be honest, as its not the most
exciting spec about. It can be a hungry beast but I would suggest your hard
disk is quite slow. You might be able to compensate by adding RAM as it
will lighten the load a little for you, but it could be that your PC has a
slow bus speed coupled with a relatively slow hard drive and such a low
amount of RAM you may not be able to improve it easily. Your machine is
within spec, it may be just that you have more expectations than your
machine is showing you.

http://msdn2.microsoft.com/en-us/lib...39(vs.80).aspx

As a suggestion, if your only working on asp.net development work try one
the express products. Their footprint seems to be very light and it flies
along on some low spec PC's I've installed int into.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Goran" <gz****@gmail.c omwrote in message
news:em******** **@sunce.iskon. hr...
>I have VS 2005. It works very slow.I have centrino 1,5 processor, 512 MB
ram and hdd 4200 rpm. What I need to change or upgrade, ram or hdd or
processor?

Dec 21 '06 #2
"Goran" <gz****@gmail.c omskrev i melding
news:em******** **@sunce.iskon. hr...
>I have VS 2005. It works very slow.I have centrino 1,5 processor, 512 MB
ram and hdd 4200 rpm. What I need to change or upgrade, ram or hdd or
processor?
Change VS.

If you dont have to use vs2005, you should go for vs2003. My machine is new,
with Centrino 2,0 ghz, 2 gb ram. But it is still unbelievable slow using
vs2005.
ToreS

Dec 21 '06 #3
"ToreS" <po**@NOTTHISst ensby.comwrote in message
news:em******** **@bat-news01.banetele .basefarm.net.. .
If you dont have to use vs2005, you should go for vs2003.
You can't be serious...
Dec 21 '06 #4
"Mark Rae" <ma**@markNOSPA Mrae.comwrote:
"ToreS" <po**@NOTTHISst ensby.comwrote in message
news:em******** **@bat-news01.banetele .basefarm.net.. .
>If you dont have to use vs2005, you should go for vs2003.

You can't be serious...
Well, why not? I got the same problems, with a much faster computer.
Installing some "fixes" i got from Microsoft didnt help. Installing SP1
didnt help. Working with VS2003 on my previous computer was way much faster
than working with VS2005. If I could go back, I would.

Dec 21 '06 #5
"ToreS" <po**@NOTTHISst ensby.comwrote in message
news:em******** **@bat-news01.banetele .basefarm.net.. .
"Mark Rae" <ma**@markNOSPA Mrae.comwrote:
>"ToreS" <po**@NOTTHISst ensby.comwrote in message
news:em******* ***@bat-news01.banetele .basefarm.net.. .
>>If you dont have to use vs2005, you should go for vs2003.

You can't be serious...

Well, why not?
???

Because that would mean you can't take advange of all the new and improved
features!!! Things move on - technology evolves. What will you do when
VS.NET 2003 is no longer supported...?
I got the same problems, with a much faster computer. Installing some
"fixes" i got from Microsoft didnt help. Installing SP1 didnt help.
Working with VS2003 on my previous computer was way much faster than
working with VS2005. If I could go back, I would.
How far - VB6, VB3, QuickBasic...?
Dec 21 '06 #6

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

Similar topics

5
6633
by: yawnmoth | last post by:
using the gethostbyname function seems to noticeably slow down pages. some of the comments in php.net's gethostbyname entry suggest using a version that caches the result, but those versions also only speedup subsequent calls to gethostbyname - the first call is still as slow as ever. so is there anything i can do to speed this up? perhapes i can just implement a function equivalent to gethostbyname using fsockopen, or something?
8
2889
by: Neil | last post by:
I have a very puzzling situation with a database. It's an Access 2000 mdb with a SQL 7 back end, with forms bound using ODBC linked tables. At our remote location (accessed via a T1 line) the time it took to go to a record was very slow. The go to mechanism was a box that the user typed the index value into a combo box, with very simple code attached: with me.RecordsetClone .FindFirst " = " & me.cboGoTo If Not .NoMatch Then Me.Bookmark...
2
3353
by: David | last post by:
Hi, We have an internal network of 3 users. Myself & one other currently have individual copies of the front-end MS Access forms and via our individual ODBC links we have used the: File > Get External Data > Link Tables > select ODBC Databases facility to link to our back-end MySQL Server. On both our machines the tables appear in the window very quickly and if we hit 'Select All', all the tables start loading really quickly into our...
3
2888
by: Jennyfer J Barco | last post by:
In my application I have a datagrid. The code calls a Stored procedure and brings like 200 records. I created a dataset and then a dataview to bind the results of the query to my grid using MyGrid.DataBind() Once the records are loaded, to handle the next, previous button is too slow. I have in the same screen OptionsBox and everytime I click in any option I show some text fields in the screen. Anything the user does is very slow. When...
50
5726
by: diffuser78 | last post by:
I have just started to learn python. Some said that its slow. Can somebody pin point the issue. Thans
0
4442
by: Pratchaya | last post by:
In my.cnf i add these lines ####### log-bin log-slow-queries = /var/log/mysqld-slow.log long_query_time=1 #######
2
10910
by: mezise | last post by:
Posted by Pratchaya: ------------------------------------------------------ MySQL Slow Log ERROR In my.cnf i add these lines ####### log-bin log-slow-queries = /var/log/mysqld-slow.log
13
3456
by: eighthman11 | last post by:
using Access 2003 and sql server version 8.0 Hey everyone. Created a text box where the user types in an Inventory number and it takes them to that inventory number on the contimuous form. The form is based on a link table to sql server. Here is the code: Dim rst As DAO.Recordset Dim InventoryItem As String InventoryItem = "'" & "TextBoxValue" & "'"
3
2130
by: John | last post by:
Hi I have replaced an ms access app with its vb.net version at a client site. Now the clients keeps complaining about how slow the app response is. The complains they have are for example when app is minimised and then trying to maximise it after a while takes a while for app to get maximised. Also form painting of controls is slow and app is generally slow in terms of response to user clicks. I am using Infragistics controls and my...
10
2355
by: penworthamnaynesh | last post by:
Does php slow your website down? This is what i would like to know.The reason is because my site is writtent 50% in html and 50% in php and is very slow at loading. And i cant tell wether php is doing it or html o is it another reason because i only have 20gb bandwidth My site is called : ultimate city the game http://www.ultimate-gamez.net
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8788
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9335
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9263
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6751
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6053
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4825
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3279
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2745
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.