Showing posts with label unable. Show all posts
Showing posts with label unable. Show all posts

Thursday, March 22, 2012

Couldn't connect server

Hi to all,
When I try to connect SQL 2000 Enterprise client with SQL
Server 2000 Enterprise Server , the following error
message displayed.
Unable to connect to server
Server:Msg 17,Level 16,State 1
Microsoft ODBC SQL Server Driver TCP/IP Sockets SQL
Server does not exist or access denied
How can i solve this problem?
Database Server configuration:
Windows Server 2003 with SQL Server 2000 Enterprise
Edition
Advance thankx
Sankar.First, verify you can make a network connection like a mapped drive to the
server.
Second, open Client Network Utility on your workstation, Server Network
Utility on the server (both programs are in the SQL Program group) and
verify you are both listening on the same protocols in the same order.
Lastly, you should verify MSSQLServer service is running on the server and
that there are no firewalls in between your computers which might be
blocking ports.
****************************************
***************************
Andy S.
MCSE NT/2000, MCDBA SQL 7/2000
andymcdba1@.NOMORESPAM.yahoo.com
Please remove NOMORESPAM before replying.
Always keep your antivirus and Microsoft software
up to date with the latest definitions and product updates.
Be suspicious of every email attachment, I will never send
or post anything other than the text of a http:// link nor
post the link directly to a file for downloading.
This posting is provided "as is" with no warranties
and confers no rights.
****************************************
***************************
"Sankar" <anonymous@.discussions.microsoft.com> wrote in message
news:04c801c3d8ea$36ab78e0$a301280a@.phx.gbl...
quote:

> Hi to all,
> When I try to connect SQL 2000 Enterprise client with SQL
> Server 2000 Enterprise Server , the following error
> message displayed.
>
> Unable to connect to server
> Server:Msg 17,Level 16,State 1
> Microsoft ODBC SQL Server Driver TCP/IP Sockets SQL
> Server does not exist or access denied
> How can i solve this problem?
> Database Server configuration:
> Windows Server 2003 with SQL Server 2000 Enterprise
> Edition
>
> Advance thankx
> Sankar.
|||Also, since you are attempting a TCP?IP connection verify that you can ping
the SQL Server machine by name. If not, try specifying the SQL Server
machine name ip address as the server name when attempting to connect. If
the first fails but the second succeeds then there is a name resplution
problem. If the second fails as well then there could be a network related
problem that is preventing the client from accessing the SQL Server.
Rand
This posting is provided "as is" with no warranties and confers no rights.|||> the SQL Server machine by name. If not, try specifying the SQL Server
quote:

> machine name ip address as the server name when attempting to connect. If
> the first fails but the second succeeds then there is a name resplution
> problem. If the second fails as well then there could be a network related
> problem that is preventing the client from accessing the SQL Server.

I have the same problem but I can ping the machine.
Mike Collier BSc( Hons) Comp Sci
Get a copy of AdoAnywhere Browser FREE if you register for the forum
quickly...
http://www.adoanywhere.com/forum
"Rand Boyd [MS]" <rboyd@.onlinemicrosoft.com> wrote in message
news:h0mDbBU2DHA.2184@.cpmsftngxa07.phx.gbl...
quote:

> Also, since you are attempting a TCP?IP connection verify that you can

ping
quote:

> the SQL Server machine by name. If not, try specifying the SQL Server
> machine name ip address as the server name when attempting to connect. If
> the first fails but the second succeeds then there is a name resplution
> problem. If the second fails as well then there could be a network related
> problem that is preventing the client from accessing the SQL Server.
> Rand
> This posting is provided "as is" with no warranties and confers no rights.
>
|||Work through this article:
328306 INF: Potential Causes of the ("SQL Server Does Not Exist or Access
http://support.microsoft.com/?id=328306
Cindy Gross, MCDBA, MCSE
http://cindygross.tripod.com
This posting is provided "AS IS" with no warranties, and confers no rights.

Sunday, March 11, 2012

Could not load file or assembly 'AnyDLL' or one of its dependencies. The system can not find t

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Could not load file or assembly ADODB, Version=7.0.3300.0

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Could not load file or assembly ADODB, Version=7.0.3300.0

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Could not load file or assembly ADODB, Version=7.0.3300.0

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Could not load file or assembly ADODB, Version=7.0.3300.0

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Could not load file or assembly ADODB, Version=7.0.3300.0

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Could not load file or assembly ADODB, Version=7.0.3300.0

I have an application broadly deployed (about 10 computers). As of yesterday, two of these computers are unable to start the application, and failing with the error below. All other computers run the application just fine.
System.IO.FileNotFoundException: Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I checked and ADODB.dll version 7.0.3300.0 is in the GAC in the deployment target machines.
I find ADODB.dll in my C:\Program Files\Microsoft.NET\Primary Interop Assemblies folder (development computer), but this is version 7.10.3077.0 (file properties version)
I see ADODB.dll as a project reference, but this shows version 7.0.3300.0, and shows the path to the PIA folder. I have no clue why these are not showing the same version number. Local Copy is false.
Installing MDAC 2.8 on the failing deployment target machines did not help.
Any clues or ideas or things to try?

sounds like a versioning issue ...try installing the upgraded version to the non-qworking machines..

HTH

|||

Lee:
I am having the same problem. I didn't understand HTH's reply about "installing the new version". Do you have any idea what version he was talking about?.

More importantly, wWere you ever able to resolve the problem? Thanks!

Jim

|||

HTH:

I am having the same problem but don't understand your response. What product "version" are you referring to when you say it is a "versioning problem"?

Thanks!

Jim

|||Not a clue. It was not helpful to me. This has happened subsequently to us on other computers. What I found I needed to do was place a copy of ADODB.dll into the application folder. Even though the very SAME version of ADODB was ALREADY installed at the deployment computer's GAC. This should not be necessary, and makes no sense to me. I really believe there is some other problem here.|||

Hey Lee (or anyone),

I have the same exact issue. Has anyone found a solution ?

Thanks !
Dwain

|||

I just had this problem today and I found a solution to it:

if you look in c:\program files and cannot find the folder Microsoft.NET

then that is the first cause.

or if you dont see the file adodb.dll in

c:\program files\Microsoft.NET\Primary Interop Assemblies

Solution:

go to a machine that has this folder and copy it (or the adodb.dll file if you have the folder) to the machines that cannot find the adodb file

Go into this folder and into the primary interop folder

copy this folders contents to the GAC (c:\windows\assembly)

your app should find the adodb.dll now

Hope this helps

Jason

|||

I have a web application that is reporting the same error. It runs fine on my developement box but when I try to publish the site through the Publish function in VS 2005, I get the same error on the server. My web server is a Win2K server. I did what Jason said in his post and it didn't correct the error. Any ideas?

Wes

|||hi, I made as Jason K said and it works for me, be sure after load into de gac every dll , to restart your iis, and read carefully the new message error (if there is something else), it could be a new one error |||I have a cuestion...

how assembly the ADODB version 7.0.3300.0 in PC?|||

Works great. Thanks.

My production Windows XP Pro box did not have "C:\Program Files\Microsoft.Net," so I copied this folder from my development Win2000 Pro box onto it.

My production box login account did not have Administrator previledges and/or could not copy to "C:\Windows\Assembly" so I found the GACUtil.Exe on this box, which happened to be in "C:\Windows\Microsoft.NET\Framework\v1.1.4322," and relied on my DOS days to invoke this utility against each of the .dlls from the command prompt; registering them to the GAC.

The location of the GACUtil.Exe was not in my search path on this Windows XP box so the command was a bit weird looking, as it included the location of the GACUtil.Exe:

"C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.Exe" /i adodb.dll

I actually registered all the .dlls in one command as follows:

For %J In (*.dll) do "C:\Windows\Microsoft.NET\Framework\v1.1.4322\GACUtil.exe" /i %J

Note: These commands were invoked at the Command prompt from within the "C:\Program Files\Microsoft.NET\Primary Interop Assemblies" directory; Alternatively I could have prefix the .dll names with their path (i.e. C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll in the case of adodb.dll).

GD.

|||

salam all,

this is how i solved the issue:

I copied:

c:\WINDOWS\assembly\GAC\ADODB\ from the development machine to the other machines ( same location ).

Hope this helps.

|||

Hi,

I am using VS 2005 and SQL server2005. When I run application it build successfully but in place of login page following exception occured

"System.IO.FileNotFoundException: Could not load file or assembly 'AnyDLL' or one of its dependencies. The system cannot find the path specified."

Pre-bind state information ===
LOG: User = CLIENT07\ASPNET
LOG: DisplayName = AnyDLL
(Partial)
LOG: Appbase = file:///C:/Develop
LOG: Initial PrivatePath = C:\Develop\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/Interop.ADSSECURITYLib.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/develop/8638167d/1d65244e/AnyDLL/Any.DLL

LOG: Attempting download of new URL file:///C:/Develop/bin/Any.DLL

LOG: Using application configuration file: C:\Develop\web.config
LOG: Using host configuration file: c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Failed to complete setup of assembly (hr = 0x80070003). Probing terminated

Please help me regarding this.

Thanks

Mahen

|||

I am facing the same problem. However I solved it differently. I just removed the following line from the web.config:

<add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

However, now I have to remember removing that line everytime I provide the build. Because the VS 2005 adds that line back in and I dont know how to tell VS not to add that thing in.|||The Safest way would be to Find the "adodb.dll" ver 7.0.3300.0 and paste it to your Project's BIN folder.

Friday, February 17, 2012

corruption of database maintenance wizard

when I try to add a job I am unable to use the wizard
the screen that holds the settings is corrupted
I can no longer define how many backups have to stay in the folder
(disk backup)
I can set the number but the listbox after that stays empty so I can
not set "hours" or "days"
the job itself doesn't work neither
the existing jobs keep happening but are no longer visible in the
enterprise manager
can I solve this some way?
maybe with queries?
I did try to use the "new" sql 2005 console for my 2k servers
could this be related?
thnxSQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in
what they can do etc. The 2005 tool is not meant to edit 2000 plans. You
may have to redo them using 2000 EM since there is no telling what might
have changed.
--
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.3b897d6207852634.36062@.yahoo.com...
> when I try to add a job I am unable to use the wizard
> the screen that holds the settings is corrupted
> I can no longer define how many backups have to stay in the folder (disk
> backup)
> I can set the number but the listbox after that stays empty so I can not
> set "hours" or "days"
> the job itself doesn't work neither
> the existing jobs keep happening but are no longer visible in the
> enterprise manager
> can I solve this some way?
> maybe with queries?
> I did try to use the "new" sql 2005 console for my 2k servers
> could this be related?
> thnx
>|||> SQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in
> what they can do etc. The 2005 tool is not meant to edit 2000 plans. You
> may have to redo them using 2000 EM since there is no telling what might have
> changed.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.3b897d6207852634.36062@.yahoo.com...
>> when I try to add a job I am unable to use the wizard
>> the screen that holds the settings is corrupted
>> I can no longer define how many backups have to stay in the folder (disk
>> backup)
>> I can set the number but the listbox after that stays empty so I can not
>> set "hours" or "days"
>> the job itself doesn't work neither
>> the existing jobs keep happening but are no longer visible in the
>> enterprise manager
>> can I solve this some way?
>> maybe with queries?
>> I did try to use the "new" sql 2005 console for my 2k servers
>> could this be related?
>> thnx
>>
I didn't try to change anything using the 2k5 VS tool
but I can't change it using the 2k enterprise manager anymore
since the wizard got corrupted somehow
I am not sure if it is related
my question is how to repair it without interrupting the server
functionality (too much)
grtz|||Since I have no way to know what is corrupted all I can say is to delete any
that you suspect are corrupt and rebuild them.
--
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.42317d62800a030b.36062@.yahoo.com...
>> SQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in
>> what they can do etc. The 2005 tool is not meant to edit 2000 plans.
>> You may have to redo them using 2000 EM since there is no telling what
>> might have changed.
>> --
>> Andrew J. Kelly SQL MVP
>> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
>> news:mn.3b897d6207852634.36062@.yahoo.com...
>> when I try to add a job I am unable to use the wizard
>> the screen that holds the settings is corrupted
>> I can no longer define how many backups have to stay in the folder (disk
>> backup)
>> I can set the number but the listbox after that stays empty so I can not
>> set "hours" or "days"
>> the job itself doesn't work neither
>> the existing jobs keep happening but are no longer visible in the
>> enterprise manager
>> can I solve this some way?
>> maybe with queries?
>> I did try to use the "new" sql 2005 console for my 2k servers
>> could this be related?
>> thnx
>>
> I didn't try to change anything using the 2k5 VS tool
> but I can't change it using the 2k enterprise manager anymore
> since the wizard got corrupted somehow
> I am not sure if it is related
> my question is how to repair it without interrupting the server
> functionality (too much)
> grtz
>|||> Since I have no way to know what is corrupted all I can say is to delete any
> that you suspect are corrupt and rebuild them.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.42317d62800a030b.36062@.yahoo.com...
>>
>> I didn't try to change anything using the 2k5 VS tool
>> but I can't change it using the 2k enterprise manager anymore
>> since the wizard got corrupted somehow
>> I am not sure if it is related
>> my question is how to repair it without interrupting the server
>> functionality (too much)
>> grtz
>>
I'd like to but I can't
the interface doesn't show me any jobs
but they do still work
I just cannot add any new ones because the wizard is broken somehow
grtz|||You should still be able to create a new maintenance plan and add what ever
you want there. They don't have to all be in the same plan.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.521c7d6216230948.36062@.yahoo.com...
>> Since I have no way to know what is corrupted all I can say is to delete
>> any that you suspect are corrupt and rebuild them.
>> --
>> Andrew J. Kelly SQL MVP
>> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
>> news:mn.42317d62800a030b.36062@.yahoo.com...
>>
>> I didn't try to change anything using the 2k5 VS tool
>> but I can't change it using the 2k enterprise manager anymore
>> since the wizard got corrupted somehow
>> I am not sure if it is related
>> my question is how to repair it without interrupting the server
>> functionality (too much)
>> grtz
>>
> I'd like to but I can't
> the interface doesn't show me any jobs
> but they do still work
> I just cannot add any new ones because the wizard is broken somehow
> grtz
>|||> You should still be able to create a new maintenance plan and add what ever
> you want there. They don't have to all be in the same plan.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.521c7d6216230948.36062@.yahoo.com...
>>
>> I'd like to but I can't
>> the interface doesn't show me any jobs
>> but they do still work
>> I just cannot add any new ones because the wizard is broken somehow
>> grtz
>>
no I cannot,
for some reason the wizard doesn't allow me to set a value for how many
files I'd like to keep in the backup folder
I can set a number but not the type of value after that
I already tried to add a new job anyway but it keeps failing
since I have no idea how to fix the wizard I thought I'd give the
experts a try to tell me why,how and where the wizard might fail
and how to repair it's behaviour
perhaps thru sql?
grtz|||Without seeing what you have I really have no idea how to fix it. I rarely
advocate using the maintenance plan wizard at all for so many reasons, this
being just one. Anything you can do with he wizard can be done fairly
easily with simple tsql commands and a normal scheduled job. But you can use
the same utility that the wizard uses to execute these tasks and you don't
need to use the gui to do it. Create a new scheduled job and call the
sqlmaint utility with the appropriate parameters to do what you want done.
See "sqlmaint utility" in BooksOnLine for the details.
--
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.53927d6233044d14.36062@.yahoo.com...
>> You should still be able to create a new maintenance plan and add what
>> ever you want there. They don't have to all be in the same plan.
>> --
>> Andrew J. Kelly SQL MVP
>> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
>> news:mn.521c7d6216230948.36062@.yahoo.com...
>>
>> I'd like to but I can't
>> the interface doesn't show me any jobs
>> but they do still work
>> I just cannot add any new ones because the wizard is broken somehow
>> grtz
>>
> no I cannot,
> for some reason the wizard doesn't allow me to set a value for how many
> files I'd like to keep in the backup folder
> I can set a number but not the type of value after that
> I already tried to add a new job anyway but it keeps failing
> since I have no idea how to fix the wizard I thought I'd give the experts
> a try to tell me why,how and where the wizard might fail
> and how to repair it's behaviour
> perhaps thru sql?
> grtz
>

corruption of database maintenance wizard

when I try to add a job I am unable to use the wizard
the screen that holds the settings is corrupted
I can no longer define how many backups have to stay in the folder
(disk backup)
I can set the number but the listbox after that stays empty so I can
not set "hours" or "days"
the job itself doesn't work neither
the existing jobs keep happening but are no longer visible in the
enterprise manager
can I solve this some way?
maybe with queries?
I did try to use the "new" sql 2005 console for my 2k servers
could this be related?
thnx
SQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in
what they can do etc. The 2005 tool is not meant to edit 2000 plans. You
may have to redo them using 2000 EM since there is no telling what might
have changed.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.3b897d6207852634.36062@.yahoo.com...
> when I try to add a job I am unable to use the wizard
> the screen that holds the settings is corrupted
> I can no longer define how many backups have to stay in the folder (disk
> backup)
> I can set the number but the listbox after that stays empty so I can not
> set "hours" or "days"
> the job itself doesn't work neither
> the existing jobs keep happening but are no longer visible in the
> enterprise manager
> can I solve this some way?
> maybe with queries?
> I did try to use the "new" sql 2005 console for my 2k servers
> could this be related?
> thnx
>
|||> SQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in[vbcol=seagreen]
> what they can do etc. The 2005 tool is not meant to edit 2000 plans. You
> may have to redo them using 2000 EM since there is no telling what might have
> changed.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.3b897d6207852634.36062@.yahoo.com...
I didn't try to change anything using the 2k5 VS tool
but I can't change it using the 2k enterprise manager anymore
since the wizard got corrupted somehow
I am not sure if it is related
my question is how to repair it without interrupting the server
functionality (too much)
grtz
|||Since I have no way to know what is corrupted all I can say is to delete any
that you suspect are corrupt and rebuild them.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.42317d62800a030b.36062@.yahoo.com...
> I didn't try to change anything using the 2k5 VS tool
> but I can't change it using the 2k enterprise manager anymore
> since the wizard got corrupted somehow
> I am not sure if it is related
> my question is how to repair it without interrupting the server
> functionality (too much)
> grtz
>
|||> Since I have no way to know what is corrupted all I can say is to delete any[vbcol=seagreen]
> that you suspect are corrupt and rebuild them.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.42317d62800a030b.36062@.yahoo.com...
I'd like to but I can't
the interface doesn't show me any jobs
but they do still work
I just cannot add any new ones because the wizard is broken somehow
grtz
|||You should still be able to create a new maintenance plan and add what ever
you want there. They don't have to all be in the same plan.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.521c7d6216230948.36062@.yahoo.com...
> I'd like to but I can't
> the interface doesn't show me any jobs
> but they do still work
> I just cannot add any new ones because the wizard is broken somehow
> grtz
>
|||> You should still be able to create a new maintenance plan and add what ever[vbcol=seagreen]
> you want there. They don't have to all be in the same plan.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.521c7d6216230948.36062@.yahoo.com...
no I cannot,
for some reason the wizard doesn't allow me to set a value for how many
files I'd like to keep in the backup folder
I can set a number but not the type of value after that
I already tried to add a new job anyway but it keeps failing
since I have no idea how to fix the wizard I thought I'd give the
experts a try to tell me why,how and where the wizard might fail
and how to repair it's behaviour
perhaps thru sql?
grtz
|||Without seeing what you have I really have no idea how to fix it. I rarely
advocate using the maintenance plan wizard at all for so many reasons, this
being just one. Anything you can do with he wizard can be done fairly
easily with simple tsql commands and a normal scheduled job. But you can use
the same utility that the wizard uses to execute these tasks and you don't
need to use the gui to do it. Create a new scheduled job and call the
sqlmaint utility with the appropriate parameters to do what you want done.
See "sqlmaint utility" in BooksOnLine for the details.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.53927d6233044d14.36062@.yahoo.com...
> no I cannot,
> for some reason the wizard doesn't allow me to set a value for how many
> files I'd like to keep in the backup folder
> I can set a number but not the type of value after that
> I already tried to add a new job anyway but it keeps failing
> since I have no idea how to fix the wizard I thought I'd give the experts
> a try to tell me why,how and where the wizard might fail
> and how to repair it's behaviour
> perhaps thru sql?
> grtz
>

corruption of database maintenance wizard

when I try to add a job I am unable to use the wizard
the screen that holds the settings is corrupted
I can no longer define how many backups have to stay in the folder
(disk backup)
I can set the number but the listbox after that stays empty so I can
not set "hours" or "days"
the job itself doesn't work neither
the existing jobs keep happening but are no longer visible in the
enterprise manager
can I solve this some way?
maybe with queries?
I did try to use the "new" sql 2005 console for my 2k servers
could this be related?
thnxSQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in
what they can do etc. The 2005 tool is not meant to edit 2000 plans. You
may have to redo them using 2000 EM since there is no telling what might
have changed.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.3b897d6207852634.36062@.yahoo.com...
> when I try to add a job I am unable to use the wizard
> the screen that holds the settings is corrupted
> I can no longer define how many backups have to stay in the folder (disk
> backup)
> I can set the number but the listbox after that stays empty so I can not
> set "hours" or "days"
> the job itself doesn't work neither
> the existing jobs keep happening but are no longer visible in the
> enterprise manager
> can I solve this some way?
> maybe with queries?
> I did try to use the "new" sql 2005 console for my 2k servers
> could this be related?
> thnx
>|||> SQL2000 Maintenance plans are treated as legacy in SQL2005 and limited in[vbcol=seagreen]
> what they can do etc. The 2005 tool is not meant to edit 2000 plans. You
> may have to redo them using 2000 EM since there is no telling what might h
ave
> changed.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.3b897d6207852634.36062@.yahoo.com...
I didn't try to change anything using the 2k5 VS tool
but I can't change it using the 2k enterprise manager anymore
since the wizard got corrupted somehow
I am not sure if it is related
my question is how to repair it without interrupting the server
functionality (too much)
grtz|||Since I have no way to know what is corrupted all I can say is to delete any
that you suspect are corrupt and rebuild them.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.42317d62800a030b.36062@.yahoo.com...
> I didn't try to change anything using the 2k5 VS tool
> but I can't change it using the 2k enterprise manager anymore
> since the wizard got corrupted somehow
> I am not sure if it is related
> my question is how to repair it without interrupting the server
> functionality (too much)
> grtz
>|||> Since I have no way to know what is corrupted all I can say is to delete any[vbcol=seagree
n]
> that you suspect are corrupt and rebuild them.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.42317d62800a030b.36062@.yahoo.com...
I'd like to but I can't
the interface doesn't show me any jobs
but they do still work
I just cannot add any new ones because the wizard is broken somehow
grtz|||You should still be able to create a new maintenance plan and add what ever
you want there. They don't have to all be in the same plan.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.521c7d6216230948.36062@.yahoo.com...
> I'd like to but I can't
> the interface doesn't show me any jobs
> but they do still work
> I just cannot add any new ones because the wizard is broken somehow
> grtz
>|||> You should still be able to create a new maintenance plan and add what ever[vbcol=seagreen
]
> you want there. They don't have to all be in the same plan.
> --
> Andrew J. Kelly SQL MVP
> "chriske911" <chriske911nospam@.yahoo.com> wrote in message
> news:mn.521c7d6216230948.36062@.yahoo.com...
no I cannot,
for some reason the wizard doesn't allow me to set a value for how many
files I'd like to keep in the backup folder
I can set a number but not the type of value after that
I already tried to add a new job anyway but it keeps failing
since I have no idea how to fix the wizard I thought I'd give the
experts a try to tell me why,how and where the wizard might fail
and how to repair it's behaviour
perhaps thru sql?
grtz|||Without seeing what you have I really have no idea how to fix it. I rarely
advocate using the maintenance plan wizard at all for so many reasons, this
being just one. Anything you can do with he wizard can be done fairly
easily with simple tsql commands and a normal scheduled job. But you can use
the same utility that the wizard uses to execute these tasks and you don't
need to use the gui to do it. Create a new scheduled job and call the
sqlmaint utility with the appropriate parameters to do what you want done.
See "sqlmaint utility" in BooksOnLine for the details.
Andrew J. Kelly SQL MVP
"chriske911" <chriske911nospam@.yahoo.com> wrote in message
news:mn.53927d6233044d14.36062@.yahoo.com...
> no I cannot,
> for some reason the wizard doesn't allow me to set a value for how many
> files I'd like to keep in the backup folder
> I can set a number but not the type of value after that
> I already tried to add a new job anyway but it keeps failing
> since I have no idea how to fix the wizard I thought I'd give the experts
> a try to tell me why,how and where the wizard might fail
> and how to repair it's behaviour
> perhaps thru sql?
> grtz
>