function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
testortestor 

Flex app bin-debug vs. bin-release

There is some difference between the version in bin-debug, which works fine, and the version in bin-release, which doesn't successfully connect to salesforce.com.  I'm new to this and just don't know what the difference could be.  Any suggestions?
testortestor
One more problem, when I copy even the working app from bin-debug to my server, it doesn't work.  ???  What could be causing these problems?

CoderCoder

hi,

 

       paste the below code at the top of your mxml file and then click on export release. Now, check it in bin-release it will work.

 

 

 

<salesforce:Connection id="force" serverUrl="http://www.salesforce.com/services/Soap/u/14.0" protocol="http"/>