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

Community site session details

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

VHD 10.0.32 Attachment Issue During Test - Error 'Settings must be of the form "name=value".'

(0) ShareShare
ReportReport
Posted on by 7
Hello community,
i was switching to the latest VHD 10.0.32 last week and ran into a problem with our tests.
When we create a attachment during the test, we will getting the following error message:
 
 
The problem only occurs during a test. Can anyone confirm this behavior with VHD 10.0.32? Thank you!
Here is my code to reproduce the error:
 
 
[SysTestCaseDataDependencyAttribute('DEMF')]
public class DVPTestRun extends SysTestCase
{
    [SysTestMethodAttribute()]
    public void createAttachment()
    {
        // get first CustTable
        CustTable custTable;
        select firstonly custTable;
        // get DocuType file
        DocuType docuType = DocuType::find(DocuType::typeFile());
        // attach a file to CustTable
        str fileName = 'Test1.txt';
        str fileContentType = System.Web.MimeMapping::GetMimeMapping(fileName);
        System.Byte[] fileContent = System.Text.Encoding::UTF8.GetBytes('Hello!');
        using (System.IO.MemoryStream streamToAttach = new System.IO.MemoryStream(fileContent))
        {
            DocumentManagement::attachFileToCommon(custTable, docuType.TypeId, streamToAttach, fileName, fileContentType, fileName);
        }
    }
}
I have the same question (0)
  • Verified answer
    Sebastian Strefel Profile Picture
    7 on at
    VHD 10.0.32 Attachment Issue During Test - Error 'Settings must be of the form "name=value".'
    Hello, I reported this issue to MS. They have fixed it. In a newer release, the issue should not happend anymore.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 650 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 582 Most Valuable Professional

#3
CU05031448-0 Profile Picture

CU05031448-0 526

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans