P
Peter Judge
Guest
Probably not relevant, but I'm using an eval PDSOE 11.6 license on Win7 64-bit. The course looks like it was developed in 11.5. Should not be a problem. I believe the root cause is in a statement: "using Appserver.crm.Customer" because when I hover over that line in Dev Studio, it pops up with "unable to resolve 'Appserver.crm.Customer'". The USING statement – and in general, the compiler when it tries to resolve class/type names – is relative to PROPATH. It also has to match the package name in the type statement (ie CLASS this.is.the.Package.AndClass ). Given the name of the course and the leading "Appserver" that the leading APpServer is not necessary, since that's a folder on propath already. You can check this in the project properties (right-click on the project name) and navigate into the OE properties and propath. Did you add this USING line, or did PDSOE add it automatically?
Continue reading...
Continue reading...