Hi experts,
When I try to import namespace I get an error.
I have a reference (XXXX.dll) for the namespace called 'XXXX' in the 'bin' directory (C:\inetpub\wwwroot\bin\test\>vbc..).
I have also a
VB code(mm.
vb) that uses some functions from XXXX namespace.
I have used Imports XXXX in mm.
vb to import the XXXX namespace.
when I have tried to compile mm.
vb I have got an error like this:
" namespce or type XXXX cannot be found.. "
This error is not clear for me since I have my XXXX.dll in the bin directory. I have imported the same namespce from a different code a week ago and it was working properly. I have no idea why I am getting this error now.
Can you please help me.
Thank you in advance.