File error : Data may be lost

Hi,

I have created a VSTO excel application. Now, whenever i run it, it pops up a message box " File error: Data may be lost" . how do i resolve this



Answer this question

File error : Data may be lost

  • lenora

    Hi,

    I have a list boject control on the form and button control. List object is populated at run time with the data from backend.

    On the click of the button, any new record added to listObject is updated back into database.

    Regards

  • KombatNT

    This might be the result of a bug that has since been fixed. It caused an error when a workbook opens and focus is on a ListObject.

    Harry Miller
    Technical Editor
    http://blogs.msdn.com/harrymiller
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • mig16

    yes, It is added to the database....I have debugged ......complete working solution except of this File Error : Data may be lost problem.


  • Alan Reed

    Are you sure that any new record added to the ListObject is updated into the database


    HTH.


    Bye.



  • MartinMSJ

    I have seen this behaviour and since moving onto RTM/RC builds have not had a repeat, albeit dont have a working sample that is in my test matrix but would be the same bug you are referring to Harry.

    Regards

  • Robert Magowan

    Which cod ehave you been using in your application


    Bye.

  • File error : Data may be lost