Connecting Tech Pros Worldwide Forums | Help | Site Map

Task List Sharing

PJSimon
Guest
 
Posts: n/a
#1: Nov 21 '05
I have added task list items to my VB.Net project. After checking the project
into source safe, another user gets the latest version. When the other user
opens the project, the task list is empty.

How do I keep a list of tasks that will stay with the project?

Shiva
Guest
 
Posts: n/a
#2: Nov 21 '05

re: Task List Sharing


Try this: Right-click on the task list and select Show Tasks | All.

"PJSimon" <PJSimon@discussions.microsoft.com> wrote in message
news:1530C0CD-663C-4A69-8F9C-901A7B709820@microsoft.com...
I have added task list items to my VB.Net project. After checking the
project
into source safe, another user gets the latest version. When the other user
opens the project, the task list is empty.

How do I keep a list of tasks that will stay with the project?


PJSimon
Guest
 
Posts: n/a
#3: Nov 21 '05

re: Task List Sharing


Good thought, but no, we tried that. It's as though the task list stays with
the user's machine and is not checked into source safe. Is there a way to
add tasks to the Task List that will be shared?

"Shiva" wrote:
[color=blue]
> Try this: Right-click on the task list and select Show Tasks | All.
>
> "PJSimon" <PJSimon@discussions.microsoft.com> wrote in message
> news:1530C0CD-663C-4A69-8F9C-901A7B709820@microsoft.com...
> I have added task list items to my VB.Net project. After checking the
> project
> into source safe, another user gets the latest version. When the other user
> opens the project, the task list is empty.
>
> How do I keep a list of tasks that will stay with the project?
>
>
>[/color]
Brian Schwartz
Guest
 
Posts: n/a
#4: Nov 21 '05

re: Task List Sharing


If you put the tasks right in your code as comments, won't they go with the
project anywhere? For example:

<code>
' TODO: blah blah blah
<code>

"blah blah blah" should show up in anybody's task list.

--
Brian Schwartz
FishNet Components
http://www.fishnetcomponents.com
Building better tools for developers--be part of it!


PJSimon
Guest
 
Posts: n/a
#5: Nov 21 '05

re: Task List Sharing


Ah! Thank you!

"Brian Schwartz" wrote:
[color=blue]
> If you put the tasks right in your code as comments, won't they go with the
> project anywhere? For example:
>
> <code>
> ' TODO: blah blah blah
> <code>
>
> "blah blah blah" should show up in anybody's task list.
>
> --
> Brian Schwartz
> FishNet Components
> http://www.fishnetcomponents.com
> Building better tools for developers--be part of it!
>
>
>[/color]
Closed Thread