MikeatBDB
Member
Registered:1162479340 Posts: 11
Posted 1549967779
Reply with quote
#1
Hi I've got a process where I pass across the process objectpublic static bool Update3eInfo(Contact3e.Declarations.Contact3eData c)
Where Contact3e is the process. However I'm getting the following error The type or namespace name 'Contact3e' could not be found (are you missing a using directive or an assembly reference?) This project has validated and deployed before. I've added an updated dll to the customlibs for Designer, Deployment and to the dotnetbin in the engine. I've had problems with the options>scriptiong>namespaces when updating the dlls but it looks as if they are correct now. Thanks Mike
BMellert
Guru
Registered:1225130168 Posts: 688
Posted 1550239486
Reply with quote
#2
No idea if this will address the issue, but I've found that I have to fully qualify the object even thought its in the path and compiles. e.g. Metastorm.Runtime.Models.<process> perhaps (off the top of my head so may be off slightly). I have no idea why this is needed a times.