function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ryyhryyh 

Spring 2011 Packaged Code Issue - HELP!

I have a managed package which runs fine in Winter 2011 but in the Sandbox Spring 2011 preview i receive a "Attempt to de-reference a null object" on all the visualforce pages.

 

The unmanaged code runs perfectly in a Spring 2011 prelease org as well which leads me to believe something has changed in how managed code runs in Spring 2011

 

The weird part is no debug logs get generated in the Sandbox where there are issues. Its as if the code never even gets executed.

 

Does anyone know of any changes Salesforce has made to how managed code runs in Spring 2011?

Anyone have any suggestions on even how to begin debugging this?