Microsoft Dynamics GP 10.0 White Paper: Using a .NET Assembly from a Dexterity-based Application
This paper describes how to create a .NET assembly and use it in a Microsoft Dexterity-based application.
Important! Selecting a language below will dynamically change the complete page content to that language.
Version:
10.0
Date Published:
15/07/2024
File Name:
DotNetFromDexterity.pdf
DotNetFromDexterity.xps
File Size:
271.6 KB
385.4 KB
This document describes the steps to write a C# class and compile it into a .NET assembly that can be called via COM from a Dexterity-based application such as Microsoft Dynamics GP. After the .NET assembly is created, a Dexterity script is created that calls and tests the code in the assembly.
The C# class created for this example is a simple. However, more complex projects can be created and used successfully.
This example was created and tested using the following:- Microsoft Dynamics GP 10.0 SP2
- Microsoft Dexterity 10.0.313
- Microsoft Visual Studio 2005 SP1
Supported Operating Systems
Windows Server 2003, Windows Server 2008, Windows Vista, Windows XP
- To view the PDF file, you will need a PDF reader, such as the free Adobe Reader.
- To view the XPS file, you will need Windows Vista or the Microsoft XML Paper Specification Essentials Pack.
- Click Download to download the document in PDF file or XPS file format.
- Save the file to your computer.
- This document assumes that you have some experience with Microsoft Dynamics GP, Microsoft Dexterity, and Microsoft Visual C#.