472,139 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

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

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.
Mar 18 '07 #1
1 18109
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
May 21 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

13 posts views Thread by Thom Little | last post: by
2 posts views Thread by antonyliu2002 | last post: by
1 post views Thread by Steve Wofford | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.