Hi Erich,
As for the existing text file not get updating issue, would you tell me
what's the project type you're using? Are you using a .NET managed project
or C++ project or other particular project type?
Based on my testing, for .NET projects(like C# or VB.NET project), if you
add an existing file(txt or other ...) into it, it will make a copy and put
the new copy into its project folder rather than link to the original file.
I think that's why you won't get updated when you've modified the original
file externally.
If the above is your case, you can consider the following means to resolve
it:
** add another new project in your solution, the project type could be a
"empty project" (you can find it in C++ project category)
** in the c++ empty project, you can add the existing external file into
it. And there, the file will be linked to its original path rather than
copied into project folder.
** whenever you modified the original file outside the project, it will get
updated(if you've opened it in document explorer)
Hope this helps.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?RXJpY2ggSC4gRnJhbmtl?= <spook@community.nospam>
>Subject: Text files in project folders do not update
>Date: Thu, 11 Oct 2007 10:55:04 -0700
>Hi,
>
[quoted text clipped - 15 lines]
>
>Erich
Steven Cheng[MSFT] - 16 Oct 2007 15:24 GMT
Hi Erich,
Any progress on this issue or does the info in my last reply help some?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Organization: Microsoft
>Date: Fri, 12 Oct 2007 03:15:31 GMT
>Hi Erich,
>
[quoted text clipped - 79 lines]
>>
>>Erich
Erich H. Franke - 17 Nov 2007 15:19 GMT
Dear Steven,
sorry I am late with my answer, but I just returned from a business trip -
and - alas - I simply forgot my password and was therefore unable to assign
the newsgroup... :)
Indeed, it was a C# project and suspected, that a copying of some kind took
place.
Your hint was very helpful, however. I can happily live with this workaround.
Thanks again for your help
Erich
AFUSOFT Kommunikationstechnik GmbH
> Hi Erich,
>
[quoted text clipped - 102 lines]
> >>
> >>Erich