Tag Archive: Error


asp.Net Mysql Connection

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

I get this error while I’m using “MySQL ODBC 5.1 Driver” to connect asp.net with MySQL instead of “MySQL ODBC 3.51 Driver”

Code below works great with “MySQL ODBC 3.51 Driver”

Dim sConString As String = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost; DATABASE=hasan;USER=root;PASSWORD=toor; OPTION=3;"
Dim oConnection As OdbcConnection = New OdbcConnection(sConString)
Dim sSQL As String = “SELECT * FROM deneme”
Dim oDataAdapter As OdbcDataAdapter = New OdbcDataAdapter(sSQL, oConnection)
Dim oDataSet As DataSet = New DataSet()
oDataAdapter.Fill(oDataSet)
GridView1.DataSource = oDataSet
GridView1.DataBind()

System Error &H80070714&

TR: .net ikon hatasıdır. Geçerli projede kullanmakta olduğunuz simge büyük ihtimal vista sıkıştırması içeriyor. Bunu değiştirin ya da çıkartın. Bahsedilen ikonlar Windows Resim ve Faks Görüntüleyicisi’nde de görülememekte.

EN: .net icon error. Change or remove the icon you are using in current project. In case of using an icon, containing size 256×256 Vista format (These icons which you can’t preview with Windows Picture and Fax Viewer), vb.net produces this error.

full error:

Error 1 Unable to write to output file ‘X:\Projects\obj\Debug\WindowsApplication1.exe’: System Error &H80070714&