Re: why relative hint path but absolute reference path
From: Gary Chang (v-garych_at_online.microsoft.com)
Date: 09/30/04
- Next message: Johan Nilsson: "Re: How to disable debugger stepping into new (newop.cpp)"
- Previous message: Gary Chang: "Re: VS.Net broke my project"
- Next in thread: gerry: "Re: why relative hint path but absolute reference path"
- Reply: gerry: "Re: why relative hint path but absolute reference path"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 08:57:17 GMT
Hi gerry,
Additionaly, the project's reference file should use the absolute path such
as:
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath
="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
..
And the project include files would use the relative path to locate:
<Files>
<Include>
<File
RelPath = "App.ico"
BuildAction = "Content"
/>
..
So do you make sure the referenced DLL file use a relative path in the
.csproj file?
Thanks!
Best regards,
Gary Chang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
- Next message: Johan Nilsson: "Re: How to disable debugger stepping into new (newop.cpp)"
- Previous message: Gary Chang: "Re: VS.Net broke my project"
- Next in thread: gerry: "Re: why relative hint path but absolute reference path"
- Reply: gerry: "Re: why relative hint path but absolute reference path"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|