473,397 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

(VISTA) Path/File access error

kZero
23
Hi,

i have problem with this code in windows vista

intfile = FreeFile
Open strDestination For Binary Access Write As #intfile


Run-time error '75':
Path/File access error


however it working in windows xp

can any one help ?
Apr 3 '08 #1
3 2066
kadghar
1,295 Expert 1GB
Hi,

i have problem with this code in windows vista

intfile = FreeFile
Open strDestination For Binary Access Write As #intfile


Run-time error '75':
Path/File access error


however it working in windows xp

can any one help ?
I'd say strDestination is a string. This string should have the path to the file you want to open. Remember Vista uses diferent paths than XP, and sometimes you have to be administrator in order to open a file located in the root directory of C.
Apr 3 '08 #2
kZero
23
I'd say strDestination is a string. This string should have the path to the file you want to open. Remember Vista uses diferent paths than XP, and sometimes you have to be administrator in order to open a file located in the root directory of C.
thx for reply

really the problem is the file in Drive C:

there is no any way to pass it ?
Apr 4 '08 #3
kadghar
1,295 Expert 1GB
thx for reply

really the problem is the file in Drive C:

there is no any way to pass it ?
Move the file to "My documents", or to "shared documents", then you shouldnt have any permission issue.
Apr 4 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: MFA | last post by:
Hi All I have one COM (.dll) for uploading files to server. Its working fine on server A but same code and file not working on server B giving error Path/File access error Can any one advise...
1
by: serge calderara | last post by:
dear all, I have problem accessing section group in my configuration application file. I got an error saying thta I can have only one section ???? here is my application configuration looks...
1
by: John Rajendran | last post by:
Hi there, I am trying to use the XMLWriter for writing back the XML data into an XML file which is in the same folder as ASPX file. I am having problems when I write a Dataset from ASPX page to the...
1
by: Paul T. RONG | last post by:
I got this error 75 when I want to exit access. And it just happened on one computer which has been installed windows xp pro english service pack 1, I use A2K runtime. Anybody had met that before?...
1
by: Jim Heavey | last post by:
I have a .Net Console Application. I installed it on a server. I created a bat file on the server which passes the appropriate parms to the program to run. This application accesses and updates...
1
by: Jim Heavey | last post by:
I have a .Net Console Application. I installed it on a server. I created a bat file on the server which passes the appropriate parms to the program to run. This application accesses and updates...
2
by: John Carnahan | last post by:
Using .net in aspx page with following code, and get a write error on the website, but everything works fine on the development machine. ----- code ---- Dim counter As String = CType(logcount,...
1
by: LP | last post by:
If you can't seem to eliminate throwing this exception, then the answer is to look for a different file opened previously with an invalid or missing filename. For example, assume the following...
2
by: klaash | last post by:
I created a program using VB6 which has many dependency JPG files. All files are installed in the same subfolder folder of Program Files folder using Package and Deployment Wizard. in VB6....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.