<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567483#M12805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im back after a long break with my problems, again. I tried building my project using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; project --&amp;gt; export release build and it is getting built [ignoring all the warnings] but when i paste these contents to the virtual directory and try running, it is not showing up as it is suppose to. In flexveiwer its neither displaying the styling of banner nor the styling of widgets. but all the tools are present. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im sorry if this is confusing. will try to get screenshot n attach it in my next post. Help is really needed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 12:01:15 GMT</pubDate>
    <dc:creator>Divyaprasad</dc:creator>
    <dc:date>2010-08-05T12:01:15Z</dc:date>
    <item>
      <title>Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567481#M12803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have built a poject where im planning to include flexviewer as a link in the HTML webpage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im having a problem in calling the flexviewer from webpage. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;link given to call flexviewer application is : bin-debug\index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it navigates to the page but gives an error &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Error: Event Target: [object HTTPOperation]&lt;BR /&gt;&lt;BR /&gt;Event Type: fault&lt;BR /&gt;&lt;BR /&gt;Fault Code: InvokeFailed&lt;BR /&gt;&lt;BR /&gt;Fault Info: Error #2148&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex builder is not installed in the present system on which im trying to run this project. Is this error because of the absence of flex builder, or placing files in wrong folders, or server problem.. Im clueless. Anyone with the solution for this?? Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached a screeshot if that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Divya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 03:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567481#M12803</guid>
      <dc:creator>Divyaprasad</dc:creator>
      <dc:date>2010-06-29T03:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567482#M12804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Divya,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A link location of "bin-debug\index.html" is not going to work, you should not be linking to anything from the bin-debug folder as that is just for debuging. When you export a release build then the contents of the bin-release folder should be copied to a virtual directory (if IIS) or httpDocs (if Apache) and then you should be using a fully qualified URL in your link. Your link should look something like this "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://yourserver/yourvirtualdirectory/index.html" rel="nofollow" target="_blank"&gt;http://yourserver/yourvirtualdirectory/index.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 11:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567482#M12804</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-06-29T11:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567483#M12805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im back after a long break with my problems, again. I tried building my project using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; project --&amp;gt; export release build and it is getting built [ignoring all the warnings] but when i paste these contents to the virtual directory and try running, it is not showing up as it is suppose to. In flexveiwer its neither displaying the styling of banner nor the styling of widgets. but all the tools are present. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im sorry if this is confusing. will try to get screenshot n attach it in my next post. Help is really needed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567483#M12805</guid>
      <dc:creator>Divyaprasad</dc:creator>
      <dc:date>2010-08-05T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567484#M12806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;problem is solved. the style compiled file was not placed in a place where it had to be. once i copied it in right place everything worked perfect. Thanks a lot Robert for all your help.. Thank u soo much.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Aug 2010 02:45:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567484#M12806</guid>
      <dc:creator>Divyaprasad</dc:creator>
      <dc:date>2010-08-07T02:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567485#M12807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to run my application in different server i.e, server2 using the services available in the same. I did this by replacing the URL in XML file. But this is not helping and the application did not work. Im not getting where i went wrong and what to do. please help. ESRI is the only source of help i have got. so please please help me and reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Divya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 03:30:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567485#M12807</guid>
      <dc:creator>Divyaprasad</dc:creator>
      <dc:date>2010-08-12T03:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567486#M12808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Divya,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Do you have a crossdomain.xml file on server2? Have you read the concept portion of the help that talks about deploying your app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/content/deploy_application.htm"&gt;http://help.arcgis.com/en/webapi/flex/help/content/deploy_application.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 10:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/error/m-p/567486#M12808</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-12T10:48:52Z</dc:date>
    </item>
  </channel>
</rss>

