Could not load file or assembly 'Microsoft.SqlServer.SqlClrProvider'
-
Thursday, August 09, 2012 6:46 AM
Hi,
I have developed a windows forms application to take a database backup programmatically.....In this application user provides server name and database name to take the backup...Here SERVER is REMOTE MACHINE....
I have added references of following dll's
Microsoft.SqlServer.Smo.dll
Microsoft.SqlServer.SmoExtended.dll
Microsoft.SqlServer.ConnectionInfo.dll
Microsoft.SqlServer.Management.Sdk.Sfc.dllThis application works fine on my machine but when i run it on another machine which do not have SQL Server installed on it i get following exception
---------------------------
Could not load file or assembly 'Microsoft.SqlServer.SqlClrProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
---------------------------2nd Query
If i include dlls with my application will there be any licensing issue or if it is freely distributable??
Naren
- Moved by Edward Zhu Friday, August 10, 2012 6:17 AM (From:SQL Server Reporting Services, Power View)
All Replies
-
Thursday, August 09, 2012 11:58 AM
I think this may solve your needs
http://www.microsoft.com/en-us/download/details.aspx?id=30440
Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu
- Edited by Sebastian Sajaroff Thursday, August 09, 2012 11:58 AM
- Marked As Answer by Iric WenModerator Thursday, August 16, 2012 9:39 AM
-
Thursday, August 09, 2012 1:25 PM
thanks,
will there be any licensing issue or if it is freely distributable??
Naren
-
Thursday, August 09, 2012 1:36 PMAs far as I know, they're freely redistributable.
Sebastian Sajaroff Senior DBA Pharmacies Jean Coutu

