Some great new video’s on MSDN showing how to do async programming using the Async CTP.
http://msdn.microsoft.com/en-us/vstudio/hh378091.aspx
There are different versions of video’s for both VB and C#. This is a great opportunity to see the power of th…
New Async Programming Videos
Let NAV BEEP! (with .NET Interop and Microsoft Dynamics NAV 2009 R2)
It is known that in Role Tailored Based environment BEEP C/AL function is not supported.
http://msdn.microsoft.com/en-us/library/dd301405.aspx
This simple blog is based on SystemSounds Class from System.Media namespace
http://msdn.microsoft.com/en-us/l…
Let NAV BEEP! (with .NET Interop and Microsoft Dynamics NAV 2009 R2)
It is known that in Role Tailored Based environment BEEP C/AL function is not supported.
http://msdn.microsoft.com/en-us/library/dd301405.aspx
This simple blog is based on SystemSounds Class from System.Media namespace
http://msdn.microsoft.com/en-us/l…
Currency Exchange Rates from RSS (using .NET Interop)
This great blog post from Bardur Knudsen (Currency Exchange Rates from RSS) sounded to me like an invitation to extend it using .NET interop variables with Microsoft Dynamics NAV 2009 R2 based on System.XML namespace.
http://msdn.microsoft.com/en-us/li…
Currency Exchange Rates from RSS (using .NET Interop)
This great blog post from Bardur Knudsen (Currency Exchange Rates from RSS) sounded to me like an invitation to extend it using .NET interop variables with Microsoft Dynamics NAV 2009 R2 based on System.XML namespace.
http://msdn.microsoft.com/en-us/li…
Commerce Gateway with Isolated Hosts and Biztalk 2010
The following error may be encountered processing an XML document in the receive pipeline when using Commerce Gateway with Biztalk 2010 and Visual Studio 2010:
There was a failure executing the receive pipeline: “Microsoft.BizTalk.DefaultPipelines.XMLR…
Getting Started with an Add-in Assembly for Microsoft Dynamics NAV 2009 R2
One of the new key features for Microsoft Dynamics NAV 2009 R2 is the interoperability extension with the .NET Framework, also called the DotNet interop feature. This feature allows the AL code to call out to .NET types and use the exposed methods and …
How to change thousands/decimals separators in RDL reports
In “old good classic” NAV we have feature (and property) named AutoFormatType. Together with property AutoFormatExpr we can set decimal to any format we need.This could be done in the way: we describe new AutoFormatType in the codeunit 1 in f…
Async CTP (SP1 Refresh)
By Jeremy Meng
Visual Studio Async CTP (SP1 Refresh) is available now! You are welcome to download and try it out!
Thanks to the new Async feature coming in Visual Basic and C# it has never been so easy to write asynchronous code. With the newly introd…
How to programmatically launch Debugger in a remote machine
This blog post explains how to kick off a debugger in a remote machine, programmatically. We are going to use WMI interfaces to achieve this. Use WMI, to start the debuggee process and attach a registered debugger to it using WMI. I have given a sample…