Redaguoti

Bendrinti naudojant


Compiler Error AL0757

Note

The AL diagnostics topics are in preview. If you have input for this topic, we'd love to hear from you. Use our GitHub repo to create a PR and add content to this topic by going to here. To read about contributing, see Contribute to the Help. Thanks!

The name of {0} '{1}' conflicts with {0} '{2}' defined in {3} '{4}' by the extension '{5}'. Choose another name for one of them. Otherwise, this might cause runtime issues.

Description

White spaces in names are internally replaced with an underscore during compilation, so that two different names can collide.

See Also

Getting Started with AL
Developing Extensions