PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Windows Update damaged my project

Reply

Windows Update damaged my project

 
Thread Tools Rate Thread
Old 30-06-2003, 04:28 PM   #1
Miro
Guest
 
Posts: n/a
Default Windows Update damaged my project


Hello!

I have an ASP.NET project in Visual C# with some web
services, which communicates with databases (both SQL and
Access). Recently I installed Jet 4.0 Service pack 7 for
XP (Q282010) from Windows Update and since then I can't
get the OleDBDataAdapter.Fill method to work for
AccessDatabases (SQLClient namespace works fine). It
returns error of type:

OleDbException (0x80004005): "Åtgärden avbröts" (swedish,
means that the task was interrupted).
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32
hr)
System.Data.OleDb.OleDbConnection.InitializeProvider()
....

I tried to make a new webform in that project and added
the connection and adapter with help of Visual C# but get
the same error. The odd thing is that when I create a new
project and add the same kind of connection, adapter and
code, it works fine.

I had to make the Update installation twice since it
failed first time (it just disappeared without any error
messages). During the first installation I had the
project open in VS and closed it before the installation
failed. Perhaps it was affected in some way. I've tried
to uninstall the SP but still get the same error.

Any suggestions would be appreciated.

Thanks!
Miro
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off