zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
499 stars 192 forks source link

How can run project ? #414

Closed thminhkg closed 11 years ago

thminhkg commented 11 years ago

How can i fix this error?

Error 1 The type 'System.Data.IDataReader' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. D:\recommender_tools\zenogantner-MyMediaLite-adfc5f6\src\Programs\MovieDemo\MainWindow.cs 113 4 MovieDemo

zenogantner commented 11 years ago

Hi, thank you for reporting this.

I am not sure. Do you use Visual Studio or MonoDevelop? Which version do you use?

I guess the fix would be just to add the reference.

Once you have done this, it would be nice if you could send a pull request, so that it is also fixed for other Visual Studio users.

Do not hesitate to ask if there are more questions.

br, Z.

zenogantner commented 11 years ago

Could you solve your problem? If not, please re-open and ask again.