Posted 17 years ago by Leif Zars
Version: 4.0.0244
Avatar
with the following code

Namespace DesignerHostSample
Public Class Form1
    Public Sub X 
        
    end sub
    End Class
End Namespace
i Can not get intellisince to show DesignerHostSample when i type in

Dim a as new ...

i see system and other norm things but why not DesignerHostSample?

Thanks

Leif

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Leif,

It sounds like you have everything set up except that you might not have assigned a value to the Document.Filename property. The .NET Languages Add-on requires that you set a unique filename to each document and it uses that as the "key" for storing reflection data about that document. If you don't provide it then no reflection data is stored (and available for member lists) for the document you are editing.

So just add a line that sets the filename (it can be the real filename or a GUID or anything unique) and let us know if that fixes it.


Actipro Software Support

Posted 17 years ago by Leif Zars
Avatar
yup that did it thanks
The latest build of this product (v24.1.0) was released 3 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.