Salesforce

.NET Troubleshooting (Magic xpi 4.9)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

.NET Troubleshooting (Magic xpi 4.9)

Q1

Using the C.UserBlob context variable to send a BLOB to and from a .NET utility may result in a very long .NET utility execution time (depending on the BLOB’s size). Sometimes, an “out of memory” error message may be generated. How can I avoid this?

A1

The way in which Magic xpi transfers BLOBs (binary large objects) to and from .NET is different when using Magic xpi’s predefined context BLOB variables than when working with user-defined BLOB variables.

Because of this, it is recommended to utilize user-defined variables (for example, F.Blb) to send and receive BLOB content when using the .NET utility.

Q2

Why am I receiving the "Error in .NET invocation:IFC1.IFC1 Code:2140930047 Set Property: iBOLTFramework.dll location" error?

A2

If you run a project with .NET framework support, and you receive the "Error in .NET invocation:IFC1.IFC1 Code:2140930047 Set Property: iBOLTFramework.dll location" error, unregister and then re-register the Iboltinvoker.dll file by using the following command:

RegAsm iboltinvoker.dll /tlb:iboltinvoker.tlb

Reference
Attachment 
Attachment