How do I interpret the error output?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SnVzdGluIERvaA==?=

    How do I interpret the error output?

    I am still a novice with .NET and I am little bit struggling with debugging.
    I am trying to find the cause of the error.
    Is it the problem with system.data.dll or libdata.dll or what?

    Any feedback from your experience is greatly appreacited.

    Thanks.
    Justin
    ----------------------------------------------------------------------------
    A first chance exception of type 'System.Invalid OperationExcept ion' occurred
    in system.data.dll

    Additional information: The ConnectionStrin g property has not been
    initialized.

    A first chance exception of type 'System.Invalid OperationExcept ion' occurred
    in libdata.dll

    Additional information: The ConnectionStrin g property has not been
    initialized.

    The program '[4996] FCRootCause2.ex e' has exited with code 0 (0x0)
  • Mr. Arnold

    #2
    Re: How do I interpret the error output?


    "Justin Doh" <JustinDoh@disc ussions.microso ft.comwrote in message
    news:563F15F7-FAFB-48AA-BC0A-6A32C94BF582@mi crosoft.com...
    >I am still a novice with .NET and I am little bit struggling with
    >debugging.
    I am trying to find the cause of the error.
    Is it the problem with system.data.dll or libdata.dll or what?
    >
    Any feedback from your experience is greatly appreacited.
    >
    Thanks.
    Justin
    ----------------------------------------------------------------------------
    A first chance exception of type 'System.Invalid OperationExcept ion'
    occurred
    in system.data.dll
    >
    Additional information: The ConnectionStrin g property has not been
    initialized.
    >
    A first chance exception of type 'System.Invalid OperationExcept ion'
    occurred
    in libdata.dll
    >
    Additional information: The ConnectionStrin g property has not been
    initialized.
    >
    The program '[4996] FCRootCause2.ex e' has exited with code 0 (0x0)

    It looks like you're trying to access a database with a connection string,
    and something is wrong with the connection string or it has not been
    supplied. The problem is on your end.

    Don't you have some beginner books?

    Comment

    Working...