well, count really isn't System.Array property :). System.Array property is Length
2009/8/26 raz230 <[email protected]> > > I have a project that I am working on that is hosted in a subversion > repo. I work remotely sometimes and today is one of those days. > > I updated my working copy and saw the files come down that were new > and when I opened my project I have a slew of errors on code that has > calls to "count" properties - which I have many of. > > I my references are not broken - I don't see any problems under the > "My Project" references section. I'm not sure what's wrong here. > > This is a copy & paste from the errors list (there are about 20 like > this) > Error 5 'Count' is not a member of 'System.Array'. > C:\Documents and > Settings\Administrator\Desktop\BLAH\BLAH\Classes\Support\BLAH.vb 151 > 34 MOREBLAH > > > Does this ring a bell for anyone? > > raz >
