<?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 Starting the Flex Viewer 2.2 from Flex Builder in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170782#M5441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a new Flex Viewer 2.2 project and am trying to launch the application.&amp;nbsp; I am getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File not found: Inetpub/wwwroot/Flex%20Viewer/bin-debug/index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no index.html file in the src folder and of course, no file in the bin-debug folder.&amp;nbsp; The question is - shouldn't have this file been part of the zip file (flexviewer-2.2-src.zip)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Dec 2010 22:38:20 GMT</pubDate>
    <dc:creator>ChrisOwen</dc:creator>
    <dc:date>2010-12-20T22:38:20Z</dc:date>
    <item>
      <title>Starting the Flex Viewer 2.2 from Flex Builder</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170782#M5441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a new Flex Viewer 2.2 project and am trying to launch the application.&amp;nbsp; I am getting this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File not found: Inetpub/wwwroot/Flex%20Viewer/bin-debug/index.html&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no index.html file in the src folder and of course, no file in the bin-debug folder.&amp;nbsp; The question is - shouldn't have this file been part of the zip file (flexviewer-2.2-src.zip)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 22:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170782#M5441</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2010-12-20T22:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Starting the Flex Viewer 2.2 from Flex Builder</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170783#M5442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe that the index.html is created from the index.mxml in the src/(default package) folder. It then gets deposited in the bin-debug folder when the project is &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;built&lt;/SPAN&gt;&lt;SPAN&gt; with Flash Builder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What application is giving you the "file not found" error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have your project set to "Build Automatically"?&amp;nbsp; Then, are you attempting to run the bin-debug index.html through the "Run Index" command, and you have set up the "Edit Launch Configuration" within the Properties of your project?&amp;nbsp; Mine is just set up to look at: &lt;/SPAN&gt;&lt;A href="http://localhost/flexviewer/index.html"&gt;http://localhost/flexviewer/index.html&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; I have virtual directory (named "flexviewer") set up in IIS to look at the bin-debug folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It kind of sounds like your project is not getting built.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 12:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170783#M5442</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2010-12-21T12:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Starting the Flex Viewer 2.2 from Flex Builder</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170784#M5443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Adam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All my settings seem to be OK, I have other 1.X flex projects running with no issue.&amp;nbsp; I imported the 2.2 flex project from ESRI into the Flex Builder, the auto build is on and the project properties seem to be OK.&amp;nbsp; There is no index.html in the src folder, which I believe is part of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to migrate my ESRI 1.X flex projects to ESRI 2.X&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 17:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170784#M5443</guid>
      <dc:creator>ChrisOwen</dc:creator>
      <dc:date>2010-12-21T17:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Starting the Flex Viewer 2.2 from Flex Builder</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170785#M5444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using flex builder 3.3 as I haven't upgraded (paid the money) for flash builder 4, then just simply copy the flexviewer1.3/html-template/* files to your flexviewer2.2/html-template/ folder.&amp;nbsp; This gives you the needed index.template.html for the old flex builder to use to create the bin-debug/index.html.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Craig.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 20:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170785#M5444</guid>
      <dc:creator>USFish___Wildlife_Service</dc:creator>
      <dc:date>2011-01-12T20:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Starting the Flex Viewer 2.2 from Flex Builder</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170786#M5445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;or just copy the files from the flexviewer2.2/html-template source distribution (zip file) since the import deleted them&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Craig.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 21:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/starting-the-flex-viewer-2-2-from-flex-builder/m-p/170786#M5445</guid>
      <dc:creator>USFish___Wildlife_Service</dc:creator>
      <dc:date>2011-01-12T21:09:29Z</dc:date>
    </item>
  </channel>
</rss>

