locked
Click once Application using old dll for user settings RRS feed

  • Question

  • Here is my problem: we had issue for making db calls and we released a new version of dll which should use to_date() function to convert string to date for oracle.

    I have released new version of dll and it is click once deployed application and all the users got that version.

    Somehow one user who has different user settings and preferences for DEV Express Grid somehow is still using old sql query which uses some fixed date (like Aug 12, 2017) which is called when user starts his application.

    I checked his temp download folder and can see newer version of dll there. 

    But this is very annoying as when he makes changes to datatime control it uses new version dll and I can check he references my new release code which is basically used to_date() which is not used in first case.


    • Edited by HindSam Friday, November 10, 2017 1:49 PM typo
    • Moved by 宝宝徐 Wednesday, November 15, 2017 1:36 AM
    Friday, November 10, 2017 1:47 PM

All replies

  • Hi HindSam,

    Thank you for posting in MSDN forum.

    >>Somehow one user who has different user settings and preferences for DEV Express Grid somehow is still using old sql query which uses some fixed date (like Aug 12, 2017) which is called when user starts his application.

    From your description, this user used the DEV Express Grid to cause this issue, which is third-party control. This forum is discussing about .Net Framework setup and servicing. I suggest you could post in https://www.devexpress.com/support/ or https://www.devexpress.com/Support/Center/Question/List/1 to get a much professional support.

    Thank you for your understanding.

    Best Regards,


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Monday, November 13, 2017 2:55 AM