Home > Archive > ASP > January 2007 > System.DirectoryServices.Protocols Error on Web App
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
System.DirectoryServices.Protocols Error on Web App
|
|
| SI_Webmaster 2007-01-17, 6:56 pm |
| I have a CMS2002 installation on a W2003 - IIS6 - Box.
Today out of the blue I got thrown the following error:
System.Directory Services.Protocols could not be loaded.
I commented out the following lines from the webconfig lines:
assembly="System.Configuration, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=****"/>
and
add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=****"/>
And the application is running again - I am at a loss regarding this, there
have been no changes on the code, or versions of .net or anything on this box
- at 10:00 am it was working, and by 10:30 am it wasn't. Any suggestions?
--
Tina Caravantes
Strategic Invesment Group
www.strategicgroup.com
| |
| Bob Barrows [MVP] 2007-01-17, 6:56 pm |
| SI_Webmaster wrote:
> I have a CMS2002 installation on a W2003 - IIS6 - Box.
> Today out of the blue I got thrown the following error:
>
> System.Directory Services.Protocols could not be loaded.
>
> I commented out the following lines from the webconfig lines:
>
> assembly="System.Configuration, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=****"/>
> and
> add assembly="System.DirectoryServices.Protocols, Version=2.0.0.0,
> Culture=neutral, PublicKeyToken=****"/>
>
> And the application is running again - I am at a loss regarding this,
> there have been no changes on the code, or versions of .net or
> anything on this box - at 10:00 am it was working, and by 10:30 am it
> wasn't. Any suggestions?
>
Sorry, no. However ...
There was no way for you to know it (except maybe by browsing through
some of the previous questions before posting yours - always a
recommended practice), but this is a classic asp newsgroup. ASP.Net is
a different technology from classic ASP. While you may be lucky enough
to find a dotnet-savvy person here who can answer your question, you
can eliminate the luck factor by posting your question to a newsgroup
where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.
There are also forums at www.asp.net where you can find a lot of people
to help you.
HTH,
Bob Barrows
> www.strategicgroup.com
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
| |
| SI_Webmaster 2007-01-17, 6:56 pm |
| see is all potatoes tomatoes to me - i dont know what asp is or asp.net - I
am a "lets make the pictures preety" person who got stuck with the CMS box -
but do I know what I am doing? no, so I rely on luck and in good people like
you to point me to the right direction. Thank you!!!
--
Tina Caravantes
Strategic Invesment Group
www.strategicgroup.com
"Bob Barrows [MVP]" wrote:
> SI_Webmaster wrote:
> Sorry, no. However ...
> There was no way for you to know it (except maybe by browsing through
> some of the previous questions before posting yours - always a
> recommended practice), but this is a classic asp newsgroup. ASP.Net is
> a different technology from classic ASP. While you may be lucky enough
> to find a dotnet-savvy person here who can answer your question, you
> can eliminate the luck factor by posting your question to a newsgroup
> where the dotnet-savvy people hang out. I suggest
> microsoft.public.dotnet.framework.aspnet.
> There are also forums at www.asp.net where you can find a lot of people
> to help you.
>
> HTH,
> Bob Barrows
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
>
|
|
|
|
|