10-13-2010 05:29 AM
Hi Dear
I am working with ACT application . I have to need create EXE in VB.NET there I have to use below code
If ACTAPP.ActFramework.IsLoggedOn Then
MessageBox.Show("YES")
Else
MessageBox.Show("No")
End If
Whenever are using this code then error occur ---Object refrence not set to an instance of an object
I want to use ACTAPP for read current contact of application as using in dll there this ACTAPP is working to read current contact . But I am not able to use it in EXE same way of dll Please help me How can do it.
SAKET DWIVEDI
SNS SYSTEM, INDORE
10-13-2010 06:11 AM
Your getting the error because ACTAPP is null. Your plugin needs to inherit from Act.UI.IPlugin.