In my solution catalog I have many sandboxed solution uploaded, I need to access the activated sandboxed solution in the Solution catalog.
Am accessing Solution catalog under a site as below
m_spSite.OpenWeb().Lists["Solution Gallery"];
I can then iterate through the list but problem is am not able to cast SPListItem to SPUserSolution hence i could not access the status of the solution.
How can I get the activated solution and its properties
Regards, Jeez