real solutions for real problems
Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)

How to cast between WebRequest and HttpWebRequest

I was trying to open a website that returns a session cookie from X++ and I wanted to use CLR interop to achieve this. So I needed to know how to use instance of HttpWebResponse class when X++ does not support casting from WebResponse class. Solution

The thing about the .NET Business Connector and the number of online users

When you are creating an application that is using the Dynamics AX 2009 .NET Business Connector to integrate with Dynamics AX 2009, you can see that this one application will result in at least two sessions showing up in the Online users form. Both sessions

Questions to web-development

While planning to create a web page based on Dynamics AX data we came across the following questions: Is it possible to connect from php with use of business connector to Dynamics AX? If so how? Is there any example available? Is it possible to connect

Importing a Dynamics AX XPO file in Business Connector session is not possible

Recently I was asked the question how it is possible to import a Dynamics AX XPO file to Dynamics AX from X++ code. This is actually possible using the SysImportElements class. However this approach does not work if the XPO file should be imported in
Posted by EMEAAXTec | 3 Comments
Filed under: , , , , ,

Dynamics AX and Generic collections of .Net

I'm using Dynamics AX 2009 and want to instantiate the .NET class "System.Collections.Generic.List" in X++. Intellisense expands the class to "System.Collections.Generic.List`1" however the code cannot be compiled as the class as well as all other classes
Posted by EMEAAXTec | 2 Comments
Filed under: , ,
 
Page view tracker