Skip to main content

Notifications

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);
        }
    }
}
  • Verified answer
    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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,111 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,934 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans