Hi Asif,
You're more likely to get a reply if you don't post the same question multiple times :-)
SQL CE is designed for local single user access. If you're planning on sharing the application/database across the network for simultaneous access by multiple users, then you're going to run into issues. For a multi-user scenario you'd need to upgrade to SQL Express and have that running on the server.
-Dan