Posted 12 years ago by Jonathan Reis
Version: 11.1.0545
Avatar
Hello,

I have a class which inherits from ObjectContext which I am accessing from a different class. Both classes are wired up to shared IProjectAssembly and ISyntaxLanguage objects. When accessing the ObjectContext derived class from the other (using the intellisense), I can see all the methods/properties of the derived class, but none from the base class. If I add a "using System.Data.Objects;" statement, then all the methods/properties show up.

Shouldn't the resolver pick up the base class methods/properties too?

I'm using IProjectAssembly.AssemblyReferences.Add("...") to add the required .NET assemblies, and using IProjectAssembly.SourceFiles.QueueCode(...) to add the class which derives from ObjectContext.

Comments (1)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jonathan,

From our tests it looks like it finds base members fine. We'd need a specific snippet of code from you that we can paste into our SDI Editor sample to see it happening, or alternatively a new simple sample project emailed to us. If you send a sample, please rename the .zip file extension so it doesn't get spam blocked. Thanks!


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.