IIS and Flex CF Remoting Project Errors
This is slated to be fixed in a future update, but in the meantime the workaround is to right-click on the project and select Properties/Flex Compiler. In the 'Additional compiler arguments:' field you need to add the following text to the end of the line (this assumes you have a default standalone installation of CFMX7):
-services "C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml"
So, assuming your locale is English US, the full line should read:
-locale en_US -services "C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml"
The added arguments are supposedly the only difference between a basic project and a CF remoting project, so to avoid confusion it is probably better to just create a basic Flex project and add the additional CF compiler arguments afterward.
http://www.jefffleitz.com/trackback.cfm?593B498E-0E90-8054-32C91A8909F7E915
