Hi, I have a problem with a C# DLL that I've developed for Navision 3.70. I can't see the public methods in the automation variable referenced to my DLL.
This is the structure of my sourcecode:
using (...)
namespace EXAMPLE
{
[ComVisible(true)]
public class MYCLASS
{
public MYCLASS()
{
//NO CODE
}
[ComVisible(true)]
public void MyFunction(string MyParameter)
{
MyCode;
}
}
}
To register this DLL in the system, I've created a Setup Project.
[-o< Anyone can reply me? Please, I don't understand what I'm doing bad...
PD: Sorry for my poor english...
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.