Results 1 to 2 of 2

Thread: .Net 1.0 Service Pack 3 problem?

  1. #1

    Thread Starter
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531

    .Net 1.0 Service Pack 3 problem?

    Hello;

    The following code has been executing fine until we installed service pack 3:

    SqlCommand cmd = new SqlCommand("SET ARITHABORT ON", sqlConnection);
    cmd.ExecuteNonQuery();

    Other SET commands are fine, ARITHABORT seems to be the only one throwing an exception:

    "System.Data.SqlClient.SqlException: OLE DB provider ''OpenXML'' reported an error. The provider did not give any information about the error.
    OLE DB error trace [OLE/DB Provider ''OpenXML'' IRowset::RestartPosition returned 0x80004005: The provider did not give any information about the error.].

    The command is executed prior to calling a stored proc that uses openXML. I am running .Net 1.0. Has anyone out there experienced this? If so, could you provide any additional info if possible? Thanks much.
    "Knowledge is gained when different people look at the same information in different ways"

    - Louis Pasteur

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: .Net 1.0 Service Pack 3 problem?

    Have you tried the .NET Framework 1.1 and installing the lates SQL Server SP?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width