Hi,
I've encountered a very, very strange situation in my application. I say strange because the errors are intermitent and I cannot find out why they occur.
I've pass a sqlcommand to the DB (Sql 2005) trying to get a bigint (column ID_Facultate) from a single table. The problem is that I've got a string (the name of some lecture) that has nothing to do with the table I've tried to access.
Also, when I get these errors, all my application is going crazy.
In the SQL Profiler everything seems fine (the last executing rows seem to be the ones sent by my application)
Here are some links to 3 captured screens during the errors and the code I've used. Please note the Watch1 with the very wrong string value where I expected some integer
- http://www.unitbv.ro/cata/errors/2.jpg
- http://www.unitbv.ro/cata/errors/3.jpg
- http://www.unitbv.ro/cata/errors/1.jpg
Please HELP !!!!!
Catalin