J
Jim Heavey
Hello - I am having a problem where I am running my application in debug
mode and I execute a SQL command (cmd.ExecutNonQuery) and when this line
of code it hit, I get and exception saying that this object must
implement the "IConvertable".
After that, I attempt to "kill the debug session", by pressing the
"stop" button in VS.net and when I do, VS.Net locks up and this
"ASPNET_WP.EXE" takes over my machine sucking up all of the CPU cycles.
Any ideas why my cmd.ExecuteNonQuery is failing? I do not have a clue
as to what it means about the "Iconvertable".
Any ideas as to why my machine is locking up when I attempt to stop the
debugging session?
Thanks in advance for your assistance!!!!!
mode and I execute a SQL command (cmd.ExecutNonQuery) and when this line
of code it hit, I get and exception saying that this object must
implement the "IConvertable".
After that, I attempt to "kill the debug session", by pressing the
"stop" button in VS.net and when I do, VS.Net locks up and this
"ASPNET_WP.EXE" takes over my machine sucking up all of the CPU cycles.
Any ideas why my cmd.ExecuteNonQuery is failing? I do not have a clue
as to what it means about the "Iconvertable".
Any ideas as to why my machine is locking up when I attempt to stop the
debugging session?
Thanks in advance for your assistance!!!!!