Note that there are some explanatory texts on larger screens.

plurals
  1. POabout dll in .net
    primarykey
    data
    text
    <p>how to set the same dll for the typed dataset and untyped dataset using .net. in my program am writing the data set through coding in one page. am using connection string like this "server=10.103.200.142;User Id=root;password=test123;Persist Security Info=True;database=ezdatabase" in the same project in another page am creating dataset using wizards. Here also am using the same connection string . when i run this project am getting error. how do solve this? am getting error?</p> <pre><code>error ----- The type 'MySql.Data.MySqlClient.MySqlCommand' exists in both 'c:\Users\Bharathiraja.m\AppData\Local\Temp\Temporary ASP.NET Files\rbuzz_test\d83db07e\8aa569c6\assembly\dl3\64f6c429\004e2a48_7b32cc01\MySql.Data.DLL' and C:\Windows\Microsoft.NET\assembly\GAC_MSIL\MySql.Data\v4.0_6.3.6.0__c5687fc88969c44d\MySql.Data.dll' c:\Users\Bharathiraja.m\AppData\Local\Temp\Temporary ASP.NET Files\rbuzz_test\d83db07e\8aa569c6\App_Code.jla9qgxc.1.cs 7993 web.config contains the following connection string --------------------------------------------------- &lt;configuration&gt; &lt;connectionStrings&gt; &lt;add name="ezdatabaseConnectionString" connectionString="server=10.103.200.192;User Id=user;password=pwd;Persist Security Info=True;database=ezdatabase" providerName="MySql.Data.MySqlClient"/&gt; &lt;add name="green" connectionString="server=10.103.200.192;User Id=user;database=ezdatabase; password= pwd " providerName="MySql.Data.MySqlClient"/&gt; &lt;/connectionStrings&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload