N
Nam
On my ASP.NET 2.0 website project on VS 2005, I am getting the following
error when building the solution:
“The type or namespace name 'ADSI' does not exist in the namespace
'myNameSpace' (are you missing an assembly reference?)â€
I do have the following added to my web.config file:
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
The build was working ok before I added another website project to the
solution. I am using Visual SourceSafe 2005. I had to checkout the solution,
add the new website project to the Visual SourceSafe and check in the
solution.
Environment: Windows XP professional SP2, .NET Framework 2.0, VS 2005 SP1, C#
Any help will be appreciated.
Thanks,
Nam
error when building the solution:
“The type or namespace name 'ADSI' does not exist in the namespace
'myNameSpace' (are you missing an assembly reference?)â€
I do have the following added to my web.config file:
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A"/>
The build was working ok before I added another website project to the
solution. I am using Visual SourceSafe 2005. I had to checkout the solution,
add the new website project to the Visual SourceSafe and check in the
solution.
Environment: Windows XP professional SP2, .NET Framework 2.0, VS 2005 SP1, C#
Any help will be appreciated.
Thanks,
Nam