Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Changing Visual Studio workspace directories (HELP!)
Old
  (#1)
James Kimble
Guest
 
Posts: n/a
Default Changing Visual Studio workspace directories (HELP!) - 06-04-2007, 08:55 AM

I've inherited a program that was developed in Visual Studio and I'm
having a problem with build times. The program is about 250,000 lines
and I'm storing the entire project on a network drive. We've got
gigabyte ethernet and it's a high speed raid array but it still takes
about 5
minutes to do the smallest recompile and about 1 hour and 15 minutes
to do a full rebuild (pretty annoying).

I'd like to move the object and binary files to my local drive in the
hopes of speeding things up. The problem is, I don't have any idea how
you change the workspace to make that happen. Can anyone tell me where
in Visual Studio (ver 6.0) you can change the workspace directories
around? Or do I have to create a new project and configure it at that
time?

Thanks for any help,

James Kimble
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Changing Visual Studio workspace directories (HELP!)
Old
  (#2)
J French
Guest
 
Posts: n/a
Default Re: Changing Visual Studio workspace directories (HELP!) - 06-04-2007, 08:55 AM

On 9 Dec 2003 06:22:35 -0800, EMAIL REMOVED (James Kimble) wrote:

>I've inherited a program that was developed in Visual Studio and I'm
>having a problem with build times. The program is about 250,000 lines
>and I'm storing the entire project on a network drive. We've got
>gigabyte ethernet and it's a high speed raid array but it still takes
>about 5
>minutes to do the smallest recompile and about 1 hour and 15 minutes
>to do a full rebuild (pretty annoying).
>
>I'd like to move the object and binary files to my local drive in the
>hopes of speeding things up. The problem is, I don't have any idea how
>you change the workspace to make that happen. Can anyone tell me where
>in Visual Studio (ver 6.0) you can change the workspace directories
>around? Or do I have to create a new project and configure it at that
>time?


Have a good look inside your Project's .VBP file
- all will become obvious

I once wrote a 'Noddy' for moving them
- but it is too primitive (and dependent) to post
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Changing Visual Studio workspace directories (HELP!)
Old
  (#3)
Steve Gerrard
Guest
 
Posts: n/a
Default Re: Changing Visual Studio workspace directories (HELP!) - 06-04-2007, 08:55 AM


"J French" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED...
> On 9 Dec 2003 06:22:35 -0800, EMAIL REMOVED (James Kimble) wrote:
>
> I once wrote a 'Noddy' for moving them
> - but it is too primitive (and dependent) to post


Do tell, what is a Noddy?



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Changing Visual Studio workspace directories (HELP!)
Old
  (#4)
Steve Gerrard
Guest
 
Posts: n/a
Default Re: Changing Visual Studio workspace directories (HELP!) - 06-04-2007, 08:55 AM


"James Kimble" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED om...
> I've inherited a program that was developed in Visual Studio and I'm
> having a problem with build times. The program is about 250,000 lines
> and I'm storing the entire project on a network drive. We've got
> gigabyte ethernet and it's a high speed raid array but it still takes
> about 5
> minutes to do the smallest recompile and about 1 hour and 15 minutes
> to do a full rebuild (pretty annoying).
>
> I'd like to move the object and binary files to my local drive in the
> hopes of speeding things up. The problem is, I don't have any idea how
> you change the workspace to make that happen. Can anyone tell me where
> in Visual Studio (ver 6.0) you can change the workspace directories
> around? Or do I have to create a new project and configure it at that
> time?
>
> Thanks for any help,
>
> James Kimble


Is that a VB program (doesn't sound like it)?

If so, and if all the forms, modules, cl***es, etc. are stored in a
single folder, along with the .vbp file, the .vbp file will have stored
only the file names, not the paths. You would then be able to get a copy
put on your C: drive to work without much trouble at all.



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Changing Visual Studio workspace directories (HELP!)
Old
  (#5)
J French
Guest
 
Posts: n/a
Default Re: Changing Visual Studio workspace directories (HELP!) - 06-04-2007, 08:56 AM

On Tue, 9 Dec 2003 20:48:10 -0800, "Steve Gerrard"
<EMAIL REMOVED> wrote:

>
>"J French" <EMAIL REMOVED> wrote in message
>news:EMAIL REMOVED...
>> On 9 Dec 2003 06:22:35 -0800, EMAIL REMOVED (James Kimble) wrote:
>>
>> I once wrote a 'Noddy' for moving them
>> - but it is too primitive (and dependent) to post

>
>Do tell, what is a Noddy?


A trivial little App
- 'trivial' being the operative word
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Changing Visual Studio workspace directories (HELP!)
Old
  (#6)
J French
Guest
 
Posts: n/a
Default Re: Changing Visual Studio workspace directories (HELP!) - 06-04-2007, 08:56 AM

On Tue, 9 Dec 2003 20:55:18 -0800, "Steve Gerrard"
<EMAIL REMOVED> wrote:
<snip>

>
>Is that a VB program (doesn't sound like it)?
>
>If so, and if all the forms, modules, cl***es, etc. are stored in a
>single folder, along with the .vbp file, the .vbp file will have stored
>only the file names, not the paths. You would then be able to get a copy
>put on your C: drive to work without much trouble at all.


Careful ...

It stores relative paths in the .VBP
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On





Contact Us - Forum Care Forums - Archive - Top