Categories
Dynamics NAV Microsoft

Streams cannot be used with client-side invoked automation objects

Microsoft Dynamics NAV
—————————

Streams cannot be used with client-side invoked automation objects.
—————————
OK
—————————

Streams cannot be used with client-side invoked automation objects

Solution:
Use DotNET DataTypes instead of Automation.

For example:
An Automation Subtype ‘Microsoft XML, v6.0’.DOMDocument can be changed with
a DotNet Subtype System.Xml.XmlDocument

Did my solution solve your problem? Leave a reply.

Categories
Dynamics NAV HOW TO Microsoft

HOW TO configure SMTP Mail Setup using HOTMAIL

Sometimes for testing purpose could be useful configure the SMTP Server in NAV using your HOTMAIL/LIVE account

HOW TO configure SMTP Mail Setup using HOTMAIL?

HOW TO configure SMTP Mail Setup using HOTMAIL

SMTP Server: smtp.live.com
SMTP Server Port: 25
Authentication: Basic
User ID: your full Hotmail/Live address (e.g. example@hotmail.com or example@live.com)
Password: your Hotmail/Live password
Secure Connection: Yes

Related posts:
HOW TO configure SMTP Mail Setup using GMAIL

Did my HOW TO help you? Leave a reply.