Hi,
I have this intermittent but highly irritating issue that causes access to crash - the untrappable and generic "Access has stopped working" I haven't found much on msdn forums or here. I was wondering if anyone else has had this and how they permanently fixed it. The system is set up using ADODB to handle data transfer from the server to the frontends for several reasons one being we have major VPN bandwidth issues to the remote sites so the Jet / Linked table option caused headaches.
I have tracked the error down to instancing the ADODB Connection object and it occurs regardless of whether the connection is implicit (e.g. currentproject.connection) or when creating a separate connection object and explicitly stating the connection string, provider, cursor location etc.
The only way to fix it is to run the diagnostics which reports that all is good and that no changes were made and then it mysteriously works again for a while then the same happens.
I have tracked the occurrence down to machines running windows 7 and with office 2010 products (such as visio or project) along side our standard office 2007 and after an update installation has been made of 2010 products. I think it must have something to do with references being mucked up between Office 12 and 14 and the inability of programs in Win 7 to make registry changes so 2007 starts trying to access the 2010 library any body know for sure? any easy way to stop this?
I have this intermittent but highly irritating issue that causes access to crash - the untrappable and generic "Access has stopped working" I haven't found much on msdn forums or here. I was wondering if anyone else has had this and how they permanently fixed it. The system is set up using ADODB to handle data transfer from the server to the frontends for several reasons one being we have major VPN bandwidth issues to the remote sites so the Jet / Linked table option caused headaches.
I have tracked the error down to instancing the ADODB Connection object and it occurs regardless of whether the connection is implicit (e.g. currentproject.connection) or when creating a separate connection object and explicitly stating the connection string, provider, cursor location etc.
The only way to fix it is to run the diagnostics which reports that all is good and that no changes were made and then it mysteriously works again for a while then the same happens.
I have tracked the occurrence down to machines running windows 7 and with office 2010 products (such as visio or project) along side our standard office 2007 and after an update installation has been made of 2010 products. I think it must have something to do with references being mucked up between Office 12 and 14 and the inability of programs in Win 7 to make registry changes so 2007 starts trying to access the 2010 library any body know for sure? any easy way to stop this?