CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Sep 2010
    Posts
    1

    C# Sericalization crashes in the middle

    Hi all,
    I have develepod a basic serialization program with the instruction of my instructor.
    basically what the program does is,a c# app and a java app access a same XML file. i.e. if i click the button on the c# app, the button will go false and the button and java app will become true. and once i click the java button, its button will go false and the c# button will become true. like wise it goes.

    the problem is, in the middle of the repetition c# program crashes saying the xml file is being used by another program.

    any help would be greatly appreciated.
    i have attached the source code for your information.
    (if it doesn't open plz change the extention .zip to .rar

    thanks a lot.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured