web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

constructfrommemorystream called with invalid parameters in ax 2012

(0) ShareShare
ReportReport
Posted on by 356

Hi all,

when am trying to invoke the file from file server and convert it to the bytes or container in ax 2012 using code, the below error occurs.

Error executing code: Binary (object), method

constructionFromMemoryStream called with invalid parameters.

The code am trying is 

System.IO.FileStream fileStream;
System.IO.MemoryStream memoryStream;
PurchTable purchTable;
DocuRef docuRef;
DocuValue docuValue;
Filename fileName;
container con;
int size;
FilePath filePath = @"D:\DocumentManagement";


purchTable = PurchTable::find("purchid");

select * from docuRef
where docuRef.RefTableId == tableNum(PurchTable)
&& docuRef.RefRecId == purchTable.RecId
&& docuRef.RefCompanyId == curext();

docuValue = DocuValue::find(docuRef.ValueRecId);
fileName = "D:\\DocumentManagement\\" + docuValue.FileName + "." + docuValue.FileType;

fileStream = System.IO.File::OpenRead(filename);
memoryStream = new System.IO.MemoryStream();

size = filestream.get_Length();
memoryStream.SetLength(size);
fileStream.Read(memoryStream.GetBuffer(), 0, size);

con = Binary::constructFromMemoryStream(memoryStream).getContainer();

fileStream.Close();

Thanks in advance,

K. Vigneshvaran

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 694

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 646 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 337

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans