I found the following code in the Ribbon at Runtime CS:
resources.GetObject("ilSmall.ImageStream")
Is this a built in .net stream?
Thanks.
-Nick
I believe that is loading the images for an image list from resources. Does your Form define an ImageList named ilSmall?