Why doesn't my project work in release mode?

  • Thread starter Thread starter Joel
  • Start date Start date
J

Joel

I have a Access backend for a vb.net 2.0 front end when i run the project in
debug mode every thing goes fine, but when i run in release mode i get an
error when i try to fill the items data table
"No value given for one or more required parameters."
Error code "-2147217904"

Any help would be greatly appreciated
Thank You
 
Looks like you are not setting one of the parameters in release mode.
Did you check call stack?
 
There's no helping information in my call stack.
i have no parameters in my query.

in any case the problem is solved now, i found that i was using a different
file in release mode (because it went to the user settings) where there were
some fields missing from the table.

Thank You anyway
Joel

Miha Markic said:
Looks like you are not setting one of the parameters in release mode.
Did you check call stack?

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

Joel said:
I have a Access backend for a vb.net 2.0 front end when i run the project
in debug mode every thing goes fine, but when i run in release mode i get
an error when i try to fill the items data table
"No value given for one or more required parameters."
Error code "-2147217904"

Any help would be greatly appreciated
Thank You
 
Back
Top