Author Topic: Project Tag file location  (Read 3814 times)

yakir

  • Community Member
  • Posts: 50
  • Hero Points: 2
Project Tag file location
« on: July 01, 2009, 04:53:51 AM »
From previous thread "Put tag files for project in a different location?" ( http://community.slickedit.com/index.php?topic=282.0:):
========
When you open a Visual Studio solution file, under the covers, we create a corresponding ".vpw" file that points to the .sln file, what we call and "associated workspace" internally.  We also create a corresponding ".vpj" file that points out to the .vcproj file.

A workaround for your remote file problem is to copy the .vpw and .vpj to a local directory, and edit them, replacing the relative paths for the .sln and .vcproj with full paths to your those corresponding files on your remote file system.  Now, go to Project > Open, and open the .vpw file in your local directory.

The tag file and .vpwhist file will be located in the local directory alongside the vpw and vpj files.
=======

In V14 I tried this putting AssociatedFile="V:\MYDev\MyProj\Proj.sln"  instead of Proj.sln.  in C:\MyProj\Proj.vpw

However SE responded with: C:\MyProj\V:\MYDev\MyProj\Proj.sln  not found

Is there anyway to accomplish this?

yakir

  • Community Member
  • Posts: 50
  • Hero Points: 2
Re: Project Tag file location
« Reply #1 on: July 22, 2009, 03:35:17 PM »
Any ideas ??????????????????????????????????

ScottW, VP of Dev

  • Senior Community Member
  • Posts: 1471
  • Hero Points: 64
Re: Project Tag file location
« Reply #2 on: July 23, 2009, 02:55:54 PM »
Can you post the modified .vpw and .vpj files so we can see your changes? Might be helpful to post the originals so we can diff them.