A
aamirghanchi
Hi,
I recently converted an ASP .net 1.1 project to 2.0 in VS 2005.
Even though System.DirectoryServices reference has been added to the
project, still for some reasons the Imports System.DirectoryServices
is not being recognized and there is a build time warning on it
stating:
Namespace or type specified in the Imports System.DirectoryServices
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public
member. Make sure the alias name doesn't contain other aliases.
Further there are build errors on all the classes belonging to this
assembly.
Does anyone else came across such an issue after conversion from old
version to new. Please share.
Thanks
I recently converted an ASP .net 1.1 project to 2.0 in VS 2005.
Even though System.DirectoryServices reference has been added to the
project, still for some reasons the Imports System.DirectoryServices
is not being recognized and there is a build time warning on it
stating:
Namespace or type specified in the Imports System.DirectoryServices
doesn't contain any public member or cannot be found. Make sure the
namespace or the type is defined and contains at least one public
member. Make sure the alias name doesn't contain other aliases.
Further there are build errors on all the classes belonging to this
assembly.
Does anyone else came across such an issue after conversion from old
version to new. Please share.
Thanks