Namespace question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help, my code (it was given to me) has the following statements

Import namespace="com.verity.search"
Import namespace="examples.util"

HOW do I find out what this is doing, where the 'stuff' being imported is
located? I can't figure out what this is doing or how to trace it to it's
source files/pages/code.
 
Hello Mark,

Please check in the Solution Explorer, the assmebly should be present there.
Incase, it is not there, you need to check the GAC for the assembly.

HTH

Mona
 
Back
Top