473,769 Members | 6,034 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IDE very slow when saving file

Hi everyone,

Ok, here's the deal. I have a laptop installed with VS 2005. I'm
programming in C#. When I am at home, connected to my LinkSys router, it
saves fine. However, whenever I am anywhere else, it saves very slowly
(takes about 1 minute), on the same file(s). Any ideas?

Thanks!

Chad
Dec 24 '05 #1
6 1230
Do you have any network drives or similar set up that would not be
present outside your LinkSys router location?

Dec 24 '05 #2
Chad,

I don't see how the fact that it is connecting to a router makes a
difference, unless you are connecting to a network share?

Can you give some more information?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Chad A. Beckner" <cb******@iupui .edu> wrote in message
news:u1******** *****@TK2MSFTNG P14.phx.gbl...
Hi everyone,

Ok, here's the deal. I have a laptop installed with VS 2005. I'm
programming in C#. When I am at home, connected to my LinkSys router, it
saves fine. However, whenever I am anywhere else, it saves very slowly
(takes about 1 minute), on the same file(s). Any ideas?

Thanks!

Chad

Dec 24 '05 #3
I connect my laptop to my network at work also. The only network drive is
one mapped to another computer on my home network. Of course, if I'm not at
home, it can't map the drive. However, the projects don't make any
reference (or include files) from the mapped drive.

Chad

"sune" <su*********@gm ail.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
Do you have any network drives or similar set up that would not be
present outside your LinkSys router location?

Dec 24 '05 #4
I agree, it shouldn't make a difference. What kind of information are you
looking for?

Chad

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:%2******** *******@tk2msft ngp13.phx.gbl.. .
Chad,

I don't see how the fact that it is connecting to a router makes a
difference, unless you are connecting to a network share?

Can you give some more information?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Chad A. Beckner" <cb******@iupui .edu> wrote in message
news:u1******** *****@TK2MSFTNG P14.phx.gbl...
Hi everyone,

Ok, here's the deal. I have a laptop installed with VS 2005. I'm
programming in C#. When I am at home, connected to my LinkSys router, it
saves fine. However, whenever I am anywhere else, it saves very slowly
(takes about 1 minute), on the same file(s). Any ideas?

Thanks!

Chad


Dec 24 '05 #5
Chad A. Beckner <cb******@iupui .edu> wrote:
I connect my laptop to my network at work also. The only network drive is
one mapped to another computer on my home network. Of course, if I'm not at
home, it can't map the drive. However, the projects don't make any
reference (or include files) from the mapped drive.


It would certainly be worth *trying* unmapping the drive when not
connected to the home network, just to see whether that's the culprit
(even though it shouldn't be).

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Dec 24 '05 #6
It very well could be the culprit.

Windows does some odd things at that level when accessing disk.

Are you talking about slow times when bringing up the file dialog or just
slow times when you hit the 'save' buttons?

"Jon Skeet [C# MVP]" <sk***@pobox.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Chad A. Beckner <cb******@iupui .edu> wrote:
I connect my laptop to my network at work also. The only network drive
is
one mapped to another computer on my home network. Of course, if I'm not
at
home, it can't map the drive. However, the projects don't make any
reference (or include files) from the mapped drive.


It would certainly be worth *trying* unmapping the drive when not
connected to the home network, just to see whether that's the culprit
(even though it shouldn't be).

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Dec 24 '05 #7

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

Similar topics

2
2693
by: blongmire | last post by:
.... I know just enough to be dangerous, but the real danger is that I might fall asleep and hit my head on my keyboard waiting for this code to finish executing. Some preliminaries: WinXP Pro, Office 2000, DDE linkage between Access and Word mail merge docs References used in the Access Module: Visual Basic for Applications Microsoft Access 9.0 Object Library
2
2083
by: gpongo | last post by:
I have volunteered to take over a very large (in terms of my experience) access project. The code modules and queries are in a 10MByte mdb file, and the data is retrieved from a separate MS SQL server. My problem is that I have the habit of hitting CTRL-S to save my code fairly often, but when I do it on this beast, it takes over a minute to save the form and I sit there staring at the screen. The knowledge base has documented this in...
1
4255
by: Mountain Bikn' Guy | last post by:
We have an app that computes a lot of numeric data. We would like to save to disk about 1-2 gigabytes of computed data that includes ints, doubles, strings and some complex objects that contain hashtables. We would like to read this data back into the app and reuse those values and state to compute more new data. Up to this point we just write out comma separated ASCII values for everything. And we read/parse the ascii back in. The ASCII...
4
1264
by: Bill | last post by:
I have a DataSet that is serialized to a local disk. One of the testers recently experienced a problem where data was saved and the Tablet PC she was testing later went offline. When she restarted the system, the XML DataSet appears to have been corrupted and the application is generating an error "This is an unexpected token. The expected token is 'EndElement', line 26680, position 24." She has not returned the Tablet, so I haven't had...
6
1205
by: Chad A. Beckner | last post by:
Hi everyone, Ok, here's the deal. I have a laptop installed with VS 2005. I'm programming in C#. When I am at home, connected to my LinkSys router, it saves fine. However, whenever I am anywhere else, it saves very slowly (takes about 1 minute), on the same file(s). Any ideas? Thanks! Chad
4
1987
by: jonceramic | last post by:
Hi all, I have a situation I can't find any old messages or web-help on. I have a split database with a bizarre quirk. When I open up the front-end file, the main form opens up fairly quickly (~2-3 seconds.) If I copy my front end in Windows Explorer, the first time I open it, it's 2-3 seconds also.
0
480
by: KNN | last post by:
I am running the frond end Access 2003 application under Citrix. There is no problem running the appcilation in this mode. When I try to export a report and select a drive on the citrix server, MSAccess generates exported data successfully within few seconds. Problem is when I select my local drive as the destination. If I select my local drive (C$ mapped to V$) under export dialog box then it takes a long time. Minutes to Hours.
13
3458
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" & "'"
7
2107
by: colin | last post by:
Hi, Ive written a 3dmodel editor, and it works fairly well it harldy uses any cpu exept when its loading a texture from bitmap in the debugger, at all other times it hardly uses any cpu but from the debugger even in release mode it takes a second or so to load a 65k texture, with a 2ghz pc this is 10k instructions per pixel ! I cant understand what its doing here, can anyone shed any light on this ? I have the d3d debug turned off...
0
9589
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
9423
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
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
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...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5309
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3965
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
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.