Adam,
I just implemented a new site on Monday that deploys the DotNetGallery. Went fine.
Today, I am implementing another site that also uses the gallery, on the same server. I am getting the "Object reference not set to an instance of an object. " error message when the site opens. Site runs fine on the DEV machine.
Code Segment where error occours:
Me
.Gallery1.FolderPath = "Some valid path"
Which is the first reference to the control.
I am using the same DLL as the first site.
Any thoughts?
Matt