This is a migrated thread and some comments may be shown as answers.

Where's IObjectScope now?

2 Answers 135 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 19 Jul 2010, 03:56 PM
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

2 Answers, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 19 Jul 2010, 04:15 PM
Scratch the problem...I removed the project from VS, then re-added

It was wierd, the references window showed me it was using the new Q2 Assemblies, but failed on compile...however re-adding to VS threw the warning in references that it was still looking for the old ones.
0
Damyan Bogoev
Telerik team
answered on 20 Jul 2010, 06:26 PM
Hi Steve,

You should run the Check Settings wizard to update the project references. Please refer to this article for more details. If you did not switch to the old menu where the Check Settings wizard is, I recommend you reading the following blog post which will guide you how to achieve this.
Hope that helps.

Sincerely yours,
Damyan Bogoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Getting Started
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Damyan Bogoev
Telerik team
Share this question
or