error: Unable to copy file. The process cannot ..
Hi! I have an application, which contains 2 components: a server component (C#) and a client component (asp.net). both components use the same database, developped in sql server. if one component is running and if i'm trying to run the other, i get this error:

Hemant SrivastavaPosted Jul 5, 2013, 9:44 AM
Database can always be shared at the same time by two different components unless you put any table lock or use transaction etc. Let me know your issue in more detail, or send the piece of code where both the components are using the DB and you get error.
Violeta PopaPosted Jul 4, 2013, 4:14 AM
Hemant SrivastavaPosted Jul 3, 2013, 2:39 PM
Can I know, both components just read the file OR one is reader & another is writer?
Violeta PopaPosted Jul 3, 2013, 12:22 PM
Hemant SrivastavaPosted Jul 2, 2013, 11:56 AM