I just watched another one of Jose Gomez’s great videos “Epicor Connect Visual Studio 2010”. I got this working (for the most part) in VS Community 2015 connecting to E9. The Session URL connection string format has changed in E10 and I can’t figure out what I need to enter here.
E9
using (Session epiSession = new Session(“username”, “pw”, “AppServerDC://Server:9401”, Session.LicenseType.Default))
The “AppServerDC://Server:9401” section is what I am not sure how to enter for E10.
Here is what the AppServer URL line looks like in the .sysconfig file in E10.
AppServerURL value=“net.tcp://Server/BECKE101500”
I have tried a few different gyrations of that line but nothing seems to work.
Thanks,
Bill