I cannot get my Web API or ASP pages to recognize the .Net Business Connector. I have 'Added Reference' to the WebSite, and that doesn't work either.
I am running AX2009 SP1 on a Windows 2008 R2 Server (64bit) and on a Windows Server 2003 (32 bit). On Windows 2008 R2 Server, I don't see the .net assembly listed in the GAC_32/_64 or MSIL folders of Microsoft.Net.
In C# if I use 'using Microsoft.Dynamics.BusinessConnectorNet', I get an error indicating that the class isn't defined. If I try to 'CreateObject', or use Server.CreateObject via VBScript, the asp page won't compile.
However if I write an application in C# the system recognizes the .Net Business Connector when using , 'using Microsoft.Dynamics.BusinessConnectorNet' and I can connect fine.
My goal is to communicate through an ASP page to Dynamics AX by using a RESTful type protocol.
If anyone has any feedback, or can point me in a better direction, please let me know. We don't have Enterprise Portal license. So have to improvise.