We have a Package with a few object schemas and source code schemas and we work out of file development mode. When we upload the files from file system to the application, we get an error saying "The type or namespace name 'Logging' does not exist in the namespace 'Terrasoft.Configuration'. Are you missing an assembly reference". This error happens in a few Autogenerated files (In the C# Class files for new objects we had created).
This is weird because we tried installing this on a brand new Vanilla instance and the same issue persist. Few questions below -
Why does this happen and what is the fix for this?
Is this related to the contents of our package or related to the setup of the instance itself?
Could you please advise if you are seeing an error or a warning?
Is it possible for you to share a screenshot?
In addition, after you receive this message, have you tried 1. Generating the source code and then 2.Compiling the system and checking if there is the same message?
Usually Generating the source code and then compiling the system helps to resolve this issue.