C
Curious
Hi,
I have
static void Main(string[] args)
{
string dbConn = args[0]; // error here, "Index was
outside the bounds of the array."
}
However, when I run the debugger, it gives me an error about "Index
was outside the bounds of the array."
How shall I get this fixed? Thanks.
I have
static void Main(string[] args)
{
string dbConn = args[0]; // error here, "Index was
outside the bounds of the array."
}
However, when I run the debugger, it gives me an error about "Index
was outside the bounds of the array."
How shall I get this fixed? Thanks.