I'm trying to get the Microsoft.Dynamics.GP.eConnect.Serialization.dll running on a .net website.
I can get the 64 bit dll functioning on my development PC by setting the Tools/Options/Projects/Web Projects 'Use 64 bit version...' But haven't found a way to get it running on the production website. It always throws the "incorrect format" error anytime it attempts to access the dll indicating a 32/64 bit mismatch.
I can get past the "incorrect format" error using the 32 bit dll functioning on the production website. But both development and production tells me I can't resize the eConnect.UPRCreateEmployeeType array in order to add additional entries.
Does anyone have this dll working on a .net website?
thanks
Note: our GP is hosted on a third parties site and we are required to first create the XML file, then ftp it to the third party server where an application will read the XML and perform the actual interface into GP.
*This post is locked for comments