Most of us have faced the case when we have to load the controls dynamically. We can load user control by calling LoadControl method. To load inbuilt server controls we can use Page.Form.Controls.Add() method or we can user any container like panel or place holder and call Controls.Add() method. Upto this it looks very [...]
Archive for May, 2009
Maintain Viewstate for Dynamic controls across the postback
Posted in DotNet 2.0, DotNet 3.0, Techincal on May 20, 2009 | 6 Comments »
Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc
Posted in DotNet 2.0, DotNet 3.0, Sql Server, Techincal on May 14, 2009 | 17 Comments »
You may receive “Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc” while connection to database. I got the error when I tried to connect to SQL Server 2005 from Visual studio 2008 using server explorer. The exact error is,
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 [...]