Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0433: The type 'MySql.Data.MySqlClient.MySqlConnection' exists in both 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\be57a505\36a0d873\assembly\dl3\75d46e1d\0075ffb5_a3aacb01\mysql.data.DLL' and 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\be57a505\36a0d873\assembly\dl3\49a9c29c\00117424_6baacb01\mysql.data.cf.DLL'

Source Error:


Line 42: 
Line 43:         //A Connection
Line 44:         using (MySqlConnection conn = new MySqlConnection(ConfigurationManager.ConnectionStrings["plantenbakConnectionString"].ConnectionString))
Line 45:         {
Line 46:             string sSql = "SELECT * FROM artikel WHERE ID=" + iID.ToString();

Source File: d:\appdata\iis\vhosts\zinkenplantenbak.nl\httpdocs\App_Code\DB.cs    Line: 44






Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062