Click here to Skip to main content
15,892,697 members

Comments by danait25 (Top 43 by date)

danait25 21-Jul-14 3:23am View    
thanks. I tried that ofcourse but from some reason it's not working good.
I'll try again, maybe I did something wrong.
danait25 20-Jul-14 7:35am View    
Well that's what I'm trying to do- is there an equation for that?
How do I know where is the x position: 2505 pxl in 96dpi?
danait25 1-Jul-13 8:06am View    
it didnt help- I saw when I got the error that there was a problem maybe around the "webform_restorescrollposition" in the axd file (Im guessing its a temp file?)
but nothing beside that
danait25 11-Jun-13 0:28am View    
Thanks I'll try that
danait25 4-Jun-13 2:58am View    
You don't need to be so harsh- I'm only new in this area :/

Anyway, I coundn't add any errors because I don't get any errors - all I can say is that on a button click event, there's suppose to be a function checking if an item is exist in the database and if so, it goes to a new form. otherwise I get a msgbox saying "item doesnt exist".
In debug mode everything works fine (MEANING: if item exists > a new form opens) BUT when I create a setup project and run the application, I get for the same items I found the msgbox- "item doesnt exist", and that led me to the conclusion that something is wrong in the part that refers to approching the database. Ain't it a reasonable conclusion?

And about the other comment- I'm using oracle connection string in my app.config file to connect to the database - that's what I'm familiar with from winforms - maybe it's not the same in WPF project and that's what causing the problem,and that was the reason I asked.