onur.tacettin
10-21-2010, 02:55 AM
I got the following error after completion of setup on the target machine(XP):
Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified.
I have found the resolution to be upon installation of the following files:
Microsoft SQL Server System CLR Types
Microsoft SQL Server 2008 Management Objects
Microsoft SQL Server 2008 Native Client
The problem is, even though I included them to my setup project, they aren't being installed during setup. I downloaded the files successfully. And I placed them in the last feature of the setup since they require .Net Framework and MS SQL to be already installed. Any suggestions(I did try to place the feature before .Net and SQL installation as well, same result)?
Could not load file or assembly ‘Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91′ or one of its dependencies. The system cannot find the file specified.
I have found the resolution to be upon installation of the following files:
Microsoft SQL Server System CLR Types
Microsoft SQL Server 2008 Management Objects
Microsoft SQL Server 2008 Native Client
The problem is, even though I included them to my setup project, they aren't being installed during setup. I downloaded the files successfully. And I placed them in the last feature of the setup since they require .Net Framework and MS SQL to be already installed. Any suggestions(I did try to place the feature before .Net and SQL installation as well, same result)?