Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Why would iteratively adding tasks randomly add milestone instead?
posted

Hello,

In my program, I'm looping through a table and adding tasks with the code:

Task t = this.ultraCalendarInfo1.Tasks.Add(startDate, runTime, jobName, projKey);

 

When I run the program, some things show up as tasks and some show up as milestones. I don't want any milestones on the ganttview, only tasks. What could be the reason for this?