Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise – Business applications platform > Binary Data File

Forum

Search UsersRules
Binary Data File
#1
Active user
Points:: 0
Joined:: Apr 10, 2020

Dear Ertuğrul,

it's simple. The 1C process does not have rights to access the directory: C:\Program Files(x86)\1cv8\common\ - that's why this error occurs.

Please try it like this:

Code
TempFileName = GetTempFileName();
BinaryData = SelectionDetailRecords.ref.HSY_Resim1.Get();
BinaryData.Write(TempFileName);

Profile
#2
Administrator
Points:: 0
Joined:: Oct 3, 2019

Dear Ertuğrul,

it's simple. The 1C process does not have rights to access the directory: C:\Program Files(x86)\1cv8\common\ - that's why this error occurs.

Try it like this:

Code
TempFileName = GetTempFileName();
BinaryData = SelectionDetailRecords.ref.HSY_Resim1.Get();
BinaryData.Write(TempFileName);

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.