roy.vanderploeg-gaprc
-
6/1/2012 11:36:24 AM
CMSConnectionScope
We had a routine in our 5.5R2 global.asax that used the GeneralConnection to check some settings and do some things.
Now we are getting an error "Unable to cast object of type 'CMS.DataProviderSQL.DataConnection' to type 'CMS.DataEngine.GeneralConnection'"
when trying to run that code.
Is there functionality that can perform these checks using the 'CMS.DataProviderSQL.DataConnection' instead of the 'CMS.DataEngine.GeneralConnection'.
This process is going through and updating the Procedure which takes the GeneralConnection type.
????
|