G
Guest
Hi
in the same project I created a separate folder to house only my classe
Classe are declared as the following:
NameSpace someInventedName.myNameSpac
Public class myClasseNam
end clas
End Namespac
I added an Imports statement in 'Global.asax' as : Imports someInventedName.myNameSpac
but I'm getting this error
" Namespace or type 'myNameSpace' for the Imports 'someInventedName.myNameSpace' cannot be found.
I tried to add refference but The namespace is not listed under any of the thre
tabs in 'Add Reference' dialogue box (neither under 'Project' tab
the only dll I can see is the one in bin folder
thanks for hel
in the same project I created a separate folder to house only my classe
Classe are declared as the following:
NameSpace someInventedName.myNameSpac
Public class myClasseNam
end clas
End Namespac
I added an Imports statement in 'Global.asax' as : Imports someInventedName.myNameSpac
but I'm getting this error
" Namespace or type 'myNameSpace' for the Imports 'someInventedName.myNameSpace' cannot be found.
I tried to add refference but The namespace is not listed under any of the thre
tabs in 'Add Reference' dialogue box (neither under 'Project' tab
the only dll I can see is the one in bin folder
thanks for hel