A
Anthony P.
Hi Folks,
First, thank you guys for being so patient with me as I ask so many
questions during the development of this application. I have yet
another question. This time, about accessing an SQL Server dbs and
first chance exceptions. So, here goes...
I am wanting to access an SQL Server db. So, in my declaration
section, I have the following:
Imports System.Data
Imports System.Data.SqlClient
When I try to build the project and before any other code I wrote is
run, the system is kicking out three first chance exceptions on these
lines. They all say the same thing:
"A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.dll"
I know what first chance exceptions are and I would not have a problem
if they were thrown against my code. But this seems to be thrown
agains the Imports statements? I can't really catch these exceptions
(I'd rather eliminate them anyway) so I am at a loss as to what to do.
Can anyone clue me in?
Thanks!
Anthony
First, thank you guys for being so patient with me as I ask so many
questions during the development of this application. I have yet
another question. This time, about accessing an SQL Server dbs and
first chance exceptions. So, here goes...
I am wanting to access an SQL Server db. So, in my declaration
section, I have the following:
Imports System.Data
Imports System.Data.SqlClient
When I try to build the project and before any other code I wrote is
run, the system is kicking out three first chance exceptions on these
lines. They all say the same thing:
"A first chance exception of type 'System.Data.SqlClient.SqlException'
occurred in System.Data.dll"
I know what first chance exceptions are and I would not have a problem
if they were thrown against my code. But this seems to be thrown
agains the Imports statements? I can't really catch these exceptions
(I'd rather eliminate them anyway) so I am at a loss as to what to do.
Can anyone clue me in?
Thanks!
Anthony