Task List Sharing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Try this: Right-click on the task list and select Show Tasks | All.

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?
 
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top