Developer Forum [ All Topics | New Topic ]

Thread: The type or namespace name 'DiamondManager' could not be found (are you missing a using directive or an assembly reference?)

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,



>> add a comment
Ravi
05/13/2011 03:18


1 Replies:

Hi Ravi

You should put the service name in the using or just use it directly  ServiceName.DiamondManager



>> add a comment
ahaliav fox
5/15/2011 9:52:00 AM