Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4032
How specify relative assembly reference using Project Upgrade Utility
posted

Hello,

I have used project upgrade utility for upgrading my solution (10 projects, 200 references over all). I use team foundation server and I have copied all assemblies into a folder under the project solution root. Running the project upgrade utility with specific folder, alle projects are updated but the <HintPath> in the project files contains the full path including drive letter.

<HintPath>C:\VS.NET\MyProject\Source\SolutionItems\Assemblies\Infragistics\V15.2.20152.2052\Infragistics4.Win.Misc.v15.2.dll</HintPath>

How I can force that relative path are saved to the project files?

If do so manually for a reference, <HintPath> is saved relative:

<HintPath>..\SolutionItems\Assemblies\Infragistics\V15.2.20152.2052\Infragistics4.Shared.v15.2.dll</HintPath>

Thanky you for any help.

Regards

Markus

Parents
No Data
Reply
  • 12480
    Offline posted

    As far as I know, there's no way to do this. I recommend submitting it as a product idea.
    You can suggest new product ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.

    Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

    Remember when submitting your idea to explain the context in which a feature would be used and why it is needed, as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. You can also link back to this thread for additional details.

    Thank you in advance for submitting your product idea.

Children