Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

We are building an application that is required to interface with DLL's of other applications installed on a desktop. This is a VB.NET 4.0 project. We are required to use functions within the DLL's of other applications. I have referenced the DLL's required and can execute the functions from with a class e.g

imports XXXX
Sub Main
dim str as string = xxx.send("Command",True)
End Sub

str contains the expected values. However, when I try to duplicate the effort within windows workflow designer, as expected, WF prompts "Reference missing" etc. I am unable to declare a variable or reference this dll within the designer despite it being referenced in the project.

Question(s):
How do I reference the dll and be able to execute the same functionality within a
workflow designer, say by using an assign statement.

Appreciate any help I can get. Thank you
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900