I have a work around for this, but I was wondering if someone can explain to me why this issue occurs when using a .lss file.
Basically, taking a suggestion from a comment Charles Robinson posted in Andre Guirard’s blog from a few days back, I took a custom class I built for making a connection to an Oracle server and turned it into a .lss file because it has uses across many different applications. However, when I went to use this .lss in another custom class, the LS editor complained when I went to compile it, because it said I was using duplicate options (both classes had Option Public and Option Declare.) So I commented out the Options on the non .lss class and that resolved my problem. However, when I access that class in an agent, I don’t get that error.
I’m assuming it has something to do with scope, but I’m not sure what. Anyone want to enlighten me?
brandt