Posted 18 years ago by Elmo Watson
Avatar
I'm trying to figure out this whole intelliprompt thing -
first by copying and pasting into my own project - then, taking it apart - -

however I've got these two lines, in the Trigger section, I'm not sure what to do with:
Dim assemblies() As [Assembly] = AppDomain.CurrentDomain.GetAssemblies()
Dim assemblyData As [Assembly]

in VS.Net 2005, I get
Type assembly not defined...

??

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Those two lines are where we load the current assemblies and in the lines following that, search for the type that you want within those assemblies. The Assembly class is in the System.Reflection namespace.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.