Possible Bug in ProjectTracker

Possible Bug in ProjectTracker

Old forum URL: forums.lhotka.net/forums/t/8616.aspx


Norman.Mann posted on Thursday, March 04, 2010

Steps to reproduce

On my machine I get an exception.

Here we still seem to have an empty array

GetProjectResources(
      ProjectTracker.DalLinq.Assignment[] data)

but in Child_Fetch the 'data' parameter is null.

Norman

 

 

RockfordLhotka replied on Thursday, March 04, 2010

Thanks for pointing this out. What version is this in? The problem sounds familiar, so I think its already in bugtracker.

The thing with ProjectTracker is that I update it when I work on a revision of the big book. The 2008 book didn't have a Windows Forms chapter, so that code hasn't really been worked on since 2005. And of course there are so many new things in CSLA 4 that the next ProjectTracker will be a complete rewrite - unless I shift to a completely different app (which is likely).

Norman.Mann replied on Friday, March 05, 2010

Hi Rocky,

sorry for not including this in my initial post. I'm using version 3.8.1.0.

Any idea why the array doesn't make it to the server ?

Do you have any suggestion for a workaround ?

Norman

 

ajj3085 replied on Friday, March 05, 2010

Could it be the issue described in this thread?

Norman.Mann replied on Wednesday, March 10, 2010

Yep, that seems to be be the exact same issue.

Copyright (c) Marimer LLC