Hai all,
i am making setup of c# application it contains SQL Server 2008 database. I follows this link to make setup
http://techbrij.com/install-sql-server-database-with-visual-studio-setup
after make and instillation i got an error like this..
System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.at Microsoft.SqlServer.Management.Common.ServerConnection.GetStatements(String query, ExecutionTypes executionType, Int32& statementsToReverse)
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand)
at SafeQuarryManagement.SafeQuarryInstaller.ExecuteSql(String serverName, String dbName, String Sql)
pls help me...
thank u