browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need ASP / Active Server Pages help?

Get answers from our community of ASP / Active Server Pages experts on BYTES! It's free.

Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo..

Newbie
 
Join Date: Mar 2007
Posts: 1
#1: Mar 18 '07
Hello friends

I am using ASP.NET 2.0 and SQL Server 2000 for DB synchronization(replication) project.

When I am running this web application on local machine it running fine, but when I deploy it using FTP s/w to hosting server I got error following.

Click here to see web page www.aus-business.com/naimish/replication


Parser Error Message: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 20: <compilation debug="true">
Line 21: <assemblies>
Line 22: <add assembly="Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
Line 23: <add assembly="Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 24: <add assembly="Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>


Source File: d:\hosting\ausbusiness\naimish\replication\web.con fig Line: 22
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' could not be loaded.


WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

I am very confused what to do now

Please reply me soon.



Newbie
 
Join Date: May 2007
Posts: 1
#2: May 21 '07

re: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo..


Quote:

Originally Posted by naimishranderi

Hello friends

I am using ASP.NET 2.0 and SQL Server 2000 for DB synchronization(replication) project.

When I am running this web application on local machine it running fine, but when I deploy it using FTP s/w to hosting server I got error following.

Click here to see web page www.aus-business.com/naimish/replication


Parser Error Message: Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 20: <compilation debug="true">
Line 21: <assemblies>
Line 22: <add assembly="Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
Line 23: <add assembly="Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 24: <add assembly="Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>


Source File: d:\hosting\ausbusiness\naimish\replication\web.con fig Line: 22
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.SqlServer.ConnectionInfo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' could not be loaded.


WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

I am very confused what to do now

Please reply me soon.

How did u fix you problem, lungiez@yahoo.co.uk
Reply