This is happening with the code I downloaded from this web site. I did not make any modifications. This is Chapter 7 code "Managing Reports using Program Code". When I step thru the code, it breaks in GetServerFolders() in Mainform.cs at line
items = rs.ListChildren("/", true);
I hope this helps in identifying the problem.
Quote:
quote:Originally posted by Paul_Turley
You probably have an object variable that hasn't been instanciated. You are probably missing a New keyword somewhere. What does the code look like and what like is blowing up?
Paul Turley, MCSD, MCDBA, MCT, MSF Practitioner
|