Hi!
I'm currently using Visual Foxpro 9.0, .NET Framework 1.1, Visual Studio 2003 (VB) for web development. Everything's fine except this little 'quirk'. When i'm doing some testing, and try to open a table with VFP, i have the following message :File access is denied .... with the path of the table. The first solution i found (not very practical in a running environment) is to run a cmd-line and type iisreset to release any process or handle associate with the database. The second solution i found was to run Sysinternals Procexp, click on the aspnet_wp.exe process and close all the handles on the databases and tables. This is a less radical solution than doing iisreset, but not very practical. I'm looking for a better solution. Any help will be appreciated!
TIA

Visual Foxpro tables locked by aspnet_wp.exe process
gulatis
I found the problem, and it's the guy who typed this message (myself). To make a brief story, i've created a public class, and declared a public shared OleDbConnection object.... Thanks again for the help!
dano992
I'm not opening my VFP tables exclusively or calling a VFP COM object. This is the connection string i'm using : Provider=VFPOLEDB.1;data source=PathToMyDatabase.dbc;Exclusive=No;BackgroundFetch=No; I even take a look at the database properties and tables properties and everything seems ok. I will send you by mail a screenshot, maybe it will be easier for you to understand my problem....
TIA
wendallsan
"Provider=VFPOLEDB;Data Source=c:\MyPath\MyDB.dbc"
Sandra Geisler
pgiuseppe
Jason Smith - MSFT
No improvement at all.....
Thanks!
Tomas W
hey sorry i want to know if you have some tutorial about visual foxpro, im beginner so i want to learn visual foxpro,,,