[MonoDevelop] Intellisense does not display public methods and members of class of imported assembly

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Nov 28 15:23:25 EST 2009


On Wed, Nov 18, 2009 at 9:05 PM, dhrobbins <dhrobbins at gmail.com> wrote:
>
> I have a .Net assembly imported to my project.  The compiler recognizes the
> members and methods of the assembly and gives me a clean build, but
> Intellisense does not display the same members and methods.  If I include
> the project of the imported assembly into my solution all functions
> perfectly.  I've uploaded the classof the object in question along with the
> code of the container that returns the problematic object.  As I've said,
> the code compiles and runs with no problem.

It sounds like the assembly DB generator is having trouble parsing the
assembly. Do you have this problem with any other assemblies? Are
there any errors or warnings in the MD log?
(~/.config/MonoDevelop/log)

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list