I have the following code:
OracleConnection conn = new OracleConnection();
conn.ConnectionString = test;
conn.Open();
When I run this, I get the following error:
Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Why in the earth do It need to load System.Configuration.ConfigurationManger?