Hi guys,
I am working on ASP.Net 2.0 website and I have a strange problem. First let me give you details about my environment. I am using
Win XP SP2 Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .Net Framework 2.0.50727 SP2 Backend is MySQL (uses CoreLab.MySql.dll)
Now couple of days back I had to start working on building a website using CMS Application (Sitefinity 3.6). This requires installation of .Net Framework 3.5 SP1.
After this installation my Asp.Net 2.0 website started to behave strangely. Whenever app tries to do some data operation (e.g log in page tries to verify user in database) I get this error:
Method not found: 'Int32 System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet, System.String, System.Data.IDataReader, Int32, Int32)'.
Please let me know if anyone has ever face this problem. And is there any way to fix this problem because now I need to start working on new set of functionalities for ASP.Net 2.0 website.
Thanks, Gaurav