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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

C#/Mono namespaces 3
Namespace Question? 1
Basic namespace question 2
Namespace Problem 6
Basic namespace problem 2
parameters in .net 1
namespaces 1
question regarding this httpmodule 3

Back
Top