Hi .. here is my code...
Imports DynamicsGPAddin
Module modMain
Public Sub Main()
Dim aa As New GPAddIn
Dim tmpString As String
tmpString = aa.UserID
I
build the Addin dll and use it my eConnect project. I just want to test
whether I can call GP forms through my eConnect project.
When I
read the pdf file comes with the GP 10 VS Tools SDK, this addin tools
dll must be placed in GP AddIn folder and run through from GP Interface.
So, it's looks like I can't run this AddIn attached with other .Net projects? Please explain me. I'am new at VS tools for GP
Tommy