Original LOTF Help

05/03/2010 00:41 KinG^PlutO#1
Can someone help me fix this error?

[Only registered and activated users can see links. Click Here To Register...]
05/03/2010 00:48 copz1337#2
ERROR OH NO MAN! THAT SUX WHAT DO U DO NOW?!
05/03/2010 00:53 ©Hyperlink#3
click on reference.
Then click add reference and choose mysql.
Else could be that you have simply deleted some mysql things.
05/03/2010 01:18 Luiz01#4
Quote:
Originally Posted by KinG^PlutO View Post
Can someone help me fix this error?

[Only registered and activated users can see links. Click Here To Register...]
I think you are using a framework 4.0 or w.e
The new framework change some codes
goto top..
Code:
using System.Data.Sql;
using System.Data.SqlClient;
then for mysql thought
Code:
SqlConnection conn = new SqlConnection("Server='...)