Hello,
I am trying to build a dll in c# and trying to use from vfp.
I tried with the sample code to create the dll file in c#,
but it is raising the error.
"The type or namespace name 'DiamondManager' could not be found (are you missing a using directive or an assembly reference?)"
at this line
DiamondManager webServiceManager = new DiamondManager();
Any ideas ?
Thanks,