BarathAlagar
Mechanical
- Apr 6, 2021
- 10
Hi
When i try to run the .dll Application through File-->Execute-->Nxopen-->selecting my .dll Application
I am getting the below error.(Also attached screen shot)
Error message,
Error in external library. See system log for details
File name:\ \bin\x64\Debug\Drawing_Check.dll
Function name: Main
I am not able to fix the issue. Please help me out
I have set my main function like below,
Imports System.Windows
Imports System.Reflection
Imports NXOpen.UF
Module modMain
Private sInputArgument As String = String.Empty
Private appsets As System.Collections.Specialized.NameValueCollection
Private ufs As UFSession = UFSession.GetUFSession()
''' <summary>
''' Main Function
''' </summary>
''' <param name="Args"></param>
Sub Main(Args() As String)
Continues......
Regards
BarathAlagar
When i try to run the .dll Application through File-->Execute-->Nxopen-->selecting my .dll Application
I am getting the below error.(Also attached screen shot)
Error message,
Error in external library. See system log for details
File name:\ \bin\x64\Debug\Drawing_Check.dll
Function name: Main
I am not able to fix the issue. Please help me out
I have set my main function like below,
Imports System.Windows
Imports System.Reflection
Imports NXOpen.UF
Module modMain
Private sInputArgument As String = String.Empty
Private appsets As System.Collections.Specialized.NameValueCollection
Private ufs As UFSession = UFSession.GetUFSession()
''' <summary>
''' Main Function
''' </summary>
''' <param name="Args"></param>
Sub Main(Args() As String)
Continues......
Regards
BarathAlagar