473,797 Members | 3,148 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Moving a project to a different location

Hi!
How do I move a project (all sources) to a different location. Currently it
is located in 'My Documents', but I would like to move it to a directory on
the server.
When I try the "Save As..." option on the vbproj-file, VS2005 tells me that
it can be in the current directory only...

Tia,
Martin
Feb 25 '06 #1
4 1919
Martin,

Don't try to move the project from within the IDE. Instead, use Explorer to
move the folder to the new location.

Kerry Moorman
"Martin" wrote:
Hi!
How do I move a project (all sources) to a different location. Currently it
is located in 'My Documents', but I would like to move it to a directory on
the server.
When I try the "Save As..." option on the vbproj-file, VS2005 tells me that
it can be in the current directory only...

Tia,
Martin

Feb 25 '06 #2
Please excuse me for jumping in here

Needing a second project similar to an existing one I've:

Used explorer to copy the project folder

Renamed the new folder and all the new files

Open VS2005 (not for the new files) and used Change in Files to change all
occurrences of the old file name to the new file name.

This appears to work.

I wonder though, if there is something (maybe a GUID) that's not the same as
if I had started a new project and cut an pasted the source code.

Is there?

"Kerry Moorman" <Ke**********@d iscussions.micr osoft.com> wrote in message
news:79******** *************** ***********@mic rosoft.com...
Martin,

Don't try to move the project from within the IDE. Instead, use Explorer
to
move the folder to the new location.

Kerry Moorman
"Martin" wrote:
Hi!
How do I move a project (all sources) to a different location. Currently
it
is located in 'My Documents', but I would like to move it to a directory
on
the server.
When I try the "Save As..." option on the vbproj-file, VS2005 tells me
that
it can be in the current directory only...

Tia,
Martin

Feb 25 '06 #3

"Martin" <x@y.com> wrote in message
news:eG******** *****@TK2MSFTNG P12.phx.gbl...
Hi!
How do I move a project (all sources) to a different location. Currently it is located in 'My Documents', but I would like to move it to a directory on the server.
When I try the "Save As..." option on the vbproj-file, VS2005 tells me that it can be in the current directory only...


Kerry is right. Remember that folder that VS made when you first created
the project ? Well, that's the folder you can copy/ move (including all
subfolders intact). Its not like ms Word or Excel - the "Save as.." does
not work for the project when you want to move it. Windows explorer ->
drag-n-move -> .

Feb 26 '06 #4
Thanks to all!
That worked perfectly.
"Martin" <x@y.com> wrote in message
news:eG******** *****@TK2MSFTNG P12.phx.gbl...
Hi!
How do I move a project (all sources) to a different location. Currently
it is located in 'My Documents', but I would like to move it to a
directory on the server.
When I try the "Save As..." option on the vbproj-file, VS2005 tells me
that it can be in the current directory only...

Tia,
Martin

Feb 26 '06 #5

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

Similar topics

1
1303
by: Norvin Laudon | last post by:
Hi, I've developed a C# app for internal use on our LAN. I've deployed the app with a setup project. The problem is, when I make updates to the exe, I don't want to reinstall the app on everyone's computer. So I think, simple, I'll move the .exe to a network location, create a shortcut to that file on everyone's pc, and I'll only have one .exe to update.
5
11056
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been created in the wrong folder on the hard drive. Before I discovered these files, .NET kept trying to create a new project with _1 following the project name. Deleting those files corrected that problem. I deleted the Virtual Directory, rebooted, and...
6
8929
by: Hemant Shah | last post by:
Folks, I need to move HOME directory of an instance to another directory. What is the best way of doing it? Is changing password file enough? or dies DB2 store this info in it's own config? I am running UDB 8.2 on Linux and AIX. Thanks.
3
1208
by: John Holmes | last post by:
I've written an asp.net application on my local machine and would now like to continue to develop the application in a different location on our development web server on the intranet with all the debugging capabilities that I've had on my local machine. I was thinking I could do a save as at the project level, but haven't had luck with that. I tried creating a directory/virtual directory and copying the files but have had problems doing...
11
7740
by: Dave | last post by:
I copied the project files from an ASP.NET project on one computer and want to create the project on another computer, There is no connection between the two computers so I simply copied the project files from the first computer onto a memory stick and then from the memory stick into my Visual Studio Projects folder on the second computer. But when I open Visual Studio on the second computer and try to create a project by pointing to...
7
1298
by: Webbee | last post by:
What I need is to be able to get the location of a panel on the status bar. When I was looking to add a progressbar to the statusbar I learned that the best and maybe only way to do this is by moving the progressbar at run time and making it fit in one of the panels. Well I found a VUMeter control that I would like to use in my project but need to be able to grab the location of a panel then apply that location to the VUMeter. Can someone...
3
4467
by: eswanson | last post by:
I have a site that has multiple web site projects. I got it working on my windows xp sp2 computer in pre-compiled mode. I created a new site on a windows 2003 server and copied the pre-compiled site up to this server. Now I am getting the following error: Server Error in '/' Application. --------------------------------------------------------------------------------
2
2358
by: RSH | last post by:
Hi, I am having a little trouble with a Visual Studio project. I moved and existing project to a Network share and now when I go to run the project in Debug mode I get an error saying "The operation could not be completed. The process cannot access the file because it is being used by another process." Then when I try to run the project again I get another error that reads "Visual Studio could not copy a support file to this location:...
1
3800
by: rsteph | last post by:
I bought a book to help me learn to use DirectX with windows programming. It's first trying to walk me through some basic windows programming and graphics before getting into DirectX. I'm trying to expand on one of the example programs in the book but I'm having some problems. I can get a frame to appear, then an image gets randomly placed in the box. It is suppose to move right, then when it hits the edge move left; it should repeate this...
0
10468
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
10245
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
10205
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,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7559
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
6802
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
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4131
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
2933
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.