basenxuser
Mechanical
- Sep 27, 2007
- 69
Hello All,
I have the following scenario:
MainDll - Launched from NX Menu
OpenPartDll - Separate nxopen class library with open part implementation.
In MainDll i use the following code, but it is not working and no exception returned also:
Dim theSession As Session = Session.GetSession()
Dim cmdArgs() As String = {}
theSession.Execute("C:\Demo\OpenPartDll.dll", "OpenPart", "Main", cmdArgs)
Please suggest on this.
Best Regards,
basenxuser
I have the following scenario:
MainDll - Launched from NX Menu
OpenPartDll - Separate nxopen class library with open part implementation.
In MainDll i use the following code, but it is not working and no exception returned also:
Dim theSession As Session = Session.GetSession()
Dim cmdArgs() As String = {}
theSession.Execute("C:\Demo\OpenPartDll.dll", "OpenPart", "Main", cmdArgs)
Please suggest on this.
Best Regards,
basenxuser