Beiträge von John21

    I downloaded the demo from your website but couldn't find any dlls. I looked for a trial version but if there is one, it is not obvious. I finally found one.

    I downloaded it, installed it, and started to check out the VB.Net 2.0 sample app. When I run it and launch a new document window, I get the error:

    --------------------------------------------
    TextDynamic 1.35.....
    Cannot load DLL 'c:\Program Files (x86)\TextDynamic\Redis\WPTextDLL01_demo.DLL'

    Use SetEditorMode()..... Use SetDLLName to update path.
    --------------------------------------------

    I've tried the obvious solutions like uncommenting:
    WPDynamic.WPDLLInt.SetDLLName("WPTextDLL05.dll")

    I've tried changing it to:
    WPDynamic.WPDLLInt.SetDLLName("c:\Program Files (x86)\TextDynamic\Redis\WPTextDLL01_demo.DLL")

    I've tried putting this line before and after InitializeComponents on the Form_Load event.

    WPTextDLL01_demo.DLL does exist at the location specified but still, I get this error.

    After reading some posts on this forum, I tried simply added a reference to the DLL but that failed (not a .Net DLL?).

    How can I get the sample app to run? It's hard to buy a component when you have no idea if it will do what you want or not.