This happens when you have released the underlying COM object when it is still referenced by another .NET object.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dno2k3ta/html/odc_OFComplexComObjectsPIAs.asp provides a little information on how COM and .NET work together. The reason this only happens on your server is that something isn't working as expected under load with multiple users, which is not uncommon when using MS Access as a back-end. You might want to try granting the NETWORK SERVICE user FULL CONTROL permissions on the folder that holds the database. You will also want to make sure you have the latest MDAC verision installed on the server, http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en On 6/27/05, AHMET GULBAS <[EMAIL PROTECTED]> wrote: > hi.this is an emergency..please help asap.. > I have a site written with vb.net..Im hosting it on windows 2003 server with > framework 1.1 .this site using microsoft access as database..I can run this > project on my local computer(windows xp professional with framework 1.1) > fine..but on server,sometimes not everytime,when I want to add records to > db,I get this error: > COM object that has been separated from its underlying RCW can not be used. > but after a while(a few minutes later) it works fine.. > I search the web but couldnt find any solution..any kind of solution would > be appreciated ..thanks.. > > > > > > Yahoo! Groups Links > > > > > > > > -- Dean Fiala Very Practical Software, Inc http://www.vpsw.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
