J
James Palmer
Guest
Came across an odd one in 11.2.1 at the weekend. We added a table to our Database called EnvironmentControl. Elsewhere in the application we have classes with "USING System.Environment" statement in them. Subsequent to adding the new table to the database these programs fail to compile wherever there is "Environment:xyz" due to a conflict with the new table name. Is this a known issue? Is there a fix for this? We've worked around it by qualifying the references properly as "System.Environment:xyz" but it's not ideal as it's meant visiting a lot of code.
Continue reading...
Continue reading...