This question is locked. New answers and comments are not allowed.
using Telerik.OpenAccess;using Telerik.OpenAccess.Util;//using System.Web;//using System.Threading;namespace RTODataLayer.Private{ /// <summary> /// This class provides an object context for connected database access. /// </summary> /// <remarks> /// This class can be used to obtain an IObjectScope instance required for a connected database /// access. /// </remarks> public class ObjectScopeProvider1 : IObjectScopeProvider { private Database myDatabase; private IObjectScope myScope; static private ObjectScopeProvider1 theObjectScopeProvider1; /// <summary> /// Constructor. /// </summary> /// <remarks></remarks> public ObjectScopeProvider1() { }I cant compile my old Assembly, it doesn't seem to know what IObjectScope is
.net reflector shows it existing in Telerik.OpenAccess...and I have that using