RE: Managing C# solution and proj files for both VS 2003 & 2005
- From: v-garych@xxxxxxxxxxxxxxxxxxxx ("Gary Chang[MSFT]")
- Date: Tue, 22 Nov 2005 07:43:26 GMT
Hi Bill,
>However, it seems VS 2003 can't deal with relative path of
>code files (.cs) that are not under the directory where the
>csproj file resides.
yes, this behavior is by design. The VS2003's C# project needs all of its
source file in local directory(project directory). So if you add an
existing code files from another project/solution, the VS2003 IDE will copy
it to the current project's directory. I am afraid it doesn't work if you
modify the project file .csproj manually...
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: RE: ASP.net version mismatch after installing vstudio 2005
- Next by Date: Newbie Q: ASP:DATAGRID
- Previous by thread: Web Site Administration Tool in VS 2005 Doesn't Work
- Next by thread: RE: Managing C# solution and proj files for both VS 2003 & 2005
- Index(es):
Relevant Pages
|